File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
"starship:ci" : " starship --config configs/ci.yaml"
22
22
},
23
23
"devDependencies" : {
24
- "@interweb /build" : " ^0.0.5 " ,
24
+ "@hyperweb /build" : " ^0.0.2 " ,
25
25
"@starship-ci/cli" : " ^2.10.1" ,
26
26
"@types/jest" : " ^29.5.11" ,
27
27
"@types/node" : " ^22.7.4" ,
Original file line number Diff line number Diff line change 1
- import { InterwebBuild , InterwebBuildOptions } from '@interweb /build' ;
1
+ import { HyperwebBuild , HyperwebBuildOptions } from '@hyperweb /build' ;
2
2
import { join } from 'path' ;
3
3
4
4
interface BuildConfig {
@@ -25,14 +25,14 @@ const rootDir = join(__dirname, '/../');
25
25
async function buildInterweb ( config : BuildConfig ) : Promise < void > {
26
26
const { entryFile, outFile, externalPackages } = config ;
27
27
28
- const options : Partial < InterwebBuildOptions > = {
28
+ const options : Partial < HyperwebBuildOptions > = {
29
29
entryPoints : [ join ( rootDir , entryFile ) ] ,
30
30
outfile : join ( rootDir , outFile ) ,
31
31
external : externalPackages
32
32
} ;
33
33
34
34
try {
35
- await InterwebBuild . build ( options ) ;
35
+ await HyperwebBuild . build ( options ) ;
36
36
console . log ( `Build completed successfully! Output: ${ options . outfile } ` ) ;
37
37
} catch ( error ) {
38
38
console . error ( 'Build failed:' , error ) ;
Original file line number Diff line number Diff line change 1553
1553
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
1554
1554
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
1555
1555
1556
- " @interweb /build@^0.0.5 " :
1557
- version "0.0.5 "
1558
- resolved "https://registry.yarnpkg.com/@interweb /build/-/build-0.0.5 .tgz#91fc19f87137257e8c49c7586d53ffdac9e811b8 "
1559
- integrity sha512-drm00cnpAhdPskmvFtP/EFw+my9jtVmDt2ry6FLmSlhybjT8dk+MEfgyCGRhk+U6iOMBJdfB8zkiLeGXgDB1zg ==
1556
+ " @hyperweb /build@^0.0.2 " :
1557
+ version "0.0.2 "
1558
+ resolved "https://registry.yarnpkg.com/@hyperweb /build/-/build-0.0.2 .tgz#b673bafd800a0d6d2df138484f3bfae008643748 "
1559
+ integrity sha512-38L9vlwQBlCMHbTWsxrm7RxkJQB5b/CLS6IBac16fiT//VxRlsshpVVmru+nqCEee3za2n4QxVZPJaL3Gqtd9A ==
1560
1560
dependencies :
1561
1561
esbuild "^0.23.1"
1562
1562
You can’t perform that action at this time.
0 commit comments