mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
chore: more prepublish checks & bump dependencies
This commit is contained in:
parent
dfa91d5bb4
commit
575c6055d3
3 changed files with 253 additions and 246 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
node_modules
|
||||
dist
|
||||
dist/*.wasm
|
||||
static/scramjet*
|
||||
static/bare-mux.js
|
||||
static/bare-client.js
|
||||
|
|
20
package.json
20
package.json
|
@ -13,7 +13,7 @@
|
|||
"build": "rspack build --mode production",
|
||||
"rewriter:build": "cd rewriter && bash build.sh && cd ..",
|
||||
"dev": "node server.js",
|
||||
"prepack": "npm run build",
|
||||
"prepack": "RELEASE=1 npm run rewriter:build && npm run build",
|
||||
"pub": "npm publish --no-git-checks --access public",
|
||||
"format": "prettier --config .prettierrc.js --write .",
|
||||
"lint": "eslint ./src/",
|
||||
|
@ -29,26 +29,26 @@
|
|||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.1.0",
|
||||
"@eslint/js": "^9.13.0",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@fastify/static": "^8.0.2",
|
||||
"@mercuryworkshop/bare-as-module3": "^2.2.5",
|
||||
"@mercuryworkshop/epoxy-transport": "^2.1.26",
|
||||
"@mercuryworkshop/libcurl-transport": "^1.3.12",
|
||||
"@nebula-services/bare-server-node": "^2.0.4",
|
||||
"@rsdoctor/rspack-plugin": "^0.4.7",
|
||||
"@rsdoctor/rspack-plugin": "^0.4.8",
|
||||
"@rspack/cli": "^1.0.14",
|
||||
"@rspack/core": "^1.0.14",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@types/estree": "^1.0.6",
|
||||
"@types/node": "^22.8.4",
|
||||
"@types/serviceworker": "^0.0.101",
|
||||
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
||||
"@typescript-eslint/parser": "^8.12.2",
|
||||
"@types/node": "^22.9.0",
|
||||
"@types/serviceworker": "^0.0.102",
|
||||
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
||||
"@typescript-eslint/parser": "^8.13.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint": "^9.13.0",
|
||||
"fastify": "^5.0.0",
|
||||
"eslint": "^9.14.0",
|
||||
"fastify": "^5.1.0",
|
||||
"prettier": "^3.3.3",
|
||||
"tslib": "^2.8.0",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.6.3",
|
||||
"wisp-server-node": "^1.1.7"
|
||||
},
|
||||
|
|
478
pnpm-lock.yaml
generated
478
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue