chore: more prepublish checks & bump dependencies

This commit is contained in:
Percs 2024-11-05 10:41:28 -06:00
parent dfa91d5bb4
commit 575c6055d3
3 changed files with 253 additions and 246 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
node_modules node_modules
dist dist
dist/*.wasm
static/scramjet* static/scramjet*
static/bare-mux.js static/bare-mux.js
static/bare-client.js static/bare-client.js

View file

@ -13,7 +13,7 @@
"build": "rspack build --mode production", "build": "rspack build --mode production",
"rewriter:build": "cd rewriter && bash build.sh && cd ..", "rewriter:build": "cd rewriter && bash build.sh && cd ..",
"dev": "node server.js", "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", "pub": "npm publish --no-git-checks --access public",
"format": "prettier --config .prettierrc.js --write .", "format": "prettier --config .prettierrc.js --write .",
"lint": "eslint ./src/", "lint": "eslint ./src/",
@ -29,26 +29,26 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.1.0", "@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0", "@eslint/js": "^9.14.0",
"@fastify/static": "^8.0.2", "@fastify/static": "^8.0.2",
"@mercuryworkshop/bare-as-module3": "^2.2.5", "@mercuryworkshop/bare-as-module3": "^2.2.5",
"@mercuryworkshop/epoxy-transport": "^2.1.26", "@mercuryworkshop/epoxy-transport": "^2.1.26",
"@mercuryworkshop/libcurl-transport": "^1.3.12", "@mercuryworkshop/libcurl-transport": "^1.3.12",
"@nebula-services/bare-server-node": "^2.0.4", "@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/cli": "^1.0.14",
"@rspack/core": "^1.0.14", "@rspack/core": "^1.0.14",
"@types/eslint": "^9.6.1", "@types/eslint": "^9.6.1",
"@types/estree": "^1.0.6", "@types/estree": "^1.0.6",
"@types/node": "^22.8.4", "@types/node": "^22.9.0",
"@types/serviceworker": "^0.0.101", "@types/serviceworker": "^0.0.102",
"@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.12.2", "@typescript-eslint/parser": "^8.13.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"eslint": "^9.13.0", "eslint": "^9.14.0",
"fastify": "^5.0.0", "fastify": "^5.1.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"tslib": "^2.8.0", "tslib": "^2.8.1",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"wisp-server-node": "^1.1.7" "wisp-server-node": "^1.1.7"
}, },

478
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff