@voxgig/apidef 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxgig/apidef",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "main": "dist/apidef.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/apidef.d.ts",
@@ -25,7 +25,6 @@
25
25
  "build": "tsc --build src test",
26
26
  "clean": "rm -rf dist dist-test node_modules yarn.lock package-lock.json",
27
27
  "reset": "npm run clean && npm i && npm run build && npm test",
28
- "postinstall": "patch-package",
29
28
  "repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",
30
29
  "repo-publish": "npm run clean && npm i && npm run repo-publish-quick",
31
30
  "repo-publish-quick": "npm run build && npm run test && npm run repo-tag && npm publish --registry https://registry.npmjs.org --access=public"
@@ -44,8 +43,7 @@
44
43
  "@types/node": "24.1.0",
45
44
  "aontu": "^0.28.0",
46
45
  "json-schema-to-ts": "^3.1.1",
47
- "memfs": "^4.25.1",
48
- "patch-package": "^8.0.0",
46
+ "memfs": "^4.30.1",
49
47
  "typescript": "^5.9.2"
50
48
  },
51
49
  "dependencies": {
@@ -54,7 +52,7 @@
54
52
  "@voxgig/util": "^0.2.0",
55
53
  "chokidar": "^4.0.3",
56
54
  "gubu": "^9.0.0",
57
- "jostraca": "^0.24.0",
55
+ "jostraca": "^0.24.1",
58
56
  "pino": "^9.7.0",
59
57
  "pino-pretty": "^13.1.1",
60
58
  "sonic-boom": "^4.2.0"