mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 13:48:08 -05:00
CI: Bump yarn version and remove npm release token, add provenance (#487)
This commit is contained in:
committed by
GitHub
parent
1a06befdc1
commit
76e2392b11
3
cli/bin-bridge.json
Normal file
3
cli/bin-bridge.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"bin": "entry_bridge.bundle.cjs"
|
||||
}
|
||||
3
cli/bin-cli.json
Normal file
3
cli/bin-cli.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"bin": "entry_cli.bundle.cjs"
|
||||
}
|
||||
3
cli/bin-gateway.json
Normal file
3
cli/bin-gateway.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"bin": "entry_gateway.bundle.cjs"
|
||||
}
|
||||
@@ -39,11 +39,10 @@
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"reload-libhalo": "cd ../core && yarn && yarn tsc && yarn webpack && cd ../cli && yarn add ../core"
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@arx-research/libhalo": "../core",
|
||||
"@arx-research/libhalo": "workspace:*",
|
||||
"argparse": "^2.0.1",
|
||||
"bufferutil": "^4.0.9",
|
||||
"express": "^5.1.0",
|
||||
@@ -62,7 +61,7 @@
|
||||
"@types/jsonwebtoken": "^9.0.9",
|
||||
"@types/nunjucks": "^3.2.6",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@yao-pkg/pkg": "^6.4.0",
|
||||
"@yao-pkg/pkg": "6.4.0",
|
||||
"eslint": "^9.25.0",
|
||||
"resedit": "^2.0.3",
|
||||
"ts-loader": "^9.5.2",
|
||||
@@ -70,6 +69,5 @@
|
||||
"typescript-eslint": "^8.30.1",
|
||||
"webpack": "^5.99.6",
|
||||
"webpack-cli": "^6.0.1"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
}
|
||||
|
||||
3591
cli/yarn.lock
3591
cli/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user