json-schema-library 11.0.4 → 11.0.5

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 +11 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-schema-library",
3
- "version": "11.0.4",
3
+ "version": "11.0.5",
4
4
  "description": "Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -13,7 +13,6 @@
13
13
  "./package.json": "./package.json"
14
14
  },
15
15
  "scripts": {
16
- "preinstall": "npx only-allow yarn",
17
16
  "coverage": "nyc npm run test --reporter=lcov",
18
17
  "dist": "tsdown -f esm -f cjs --minify; yarn dist:iife",
19
18
  "dist:iife": "tsdown --config tsdown.iife.config.ts --no-clean --minify; mv dist/index.iife.js dist/jlib.js",
@@ -66,19 +65,19 @@
66
65
  "homepage": "https://github.com/sagold/json-schema-library",
67
66
  "devDependencies": {
68
67
  "@eslint/js": "^10.0.1",
69
- "@types/glob": "^9.0.0",
68
+ "@types/glob": "^ 8.1.0",
70
69
  "@types/mocha": "^10.0.6",
71
- "@types/node": "^25.2.3",
70
+ "@types/node": "^25.3.3",
72
71
  "@types/valid-url": "^1.0.7",
73
72
  "eslint": "^9.39.2",
74
- "glob": "^13.0.3",
73
+ "glob": "^13.0.6",
75
74
  "json-schema-test-suite": "https://github.com/json-schema-org/JSON-Schema-Test-Suite#Test-JSON-Schema-Acceptance-1.029",
76
75
  "mocha": "^11.7.5",
77
76
  "nyc": "^17.1.0",
78
- "tsdown": "^0.20.3",
77
+ "tsdown": "^0.21.2",
79
78
  "tsx": "^4.21.0",
80
79
  "typescript": "^5.9.3",
81
- "typescript-eslint": "^8.55.0",
80
+ "typescript-eslint": "^8.57.0",
82
81
  "watch": "^1.0.1"
83
82
  },
84
83
  "dependencies": {
@@ -93,14 +92,18 @@
93
92
  "valid-url": "^1.0.9"
94
93
  },
95
94
  "resolutions": {
95
+ "ajv": ">=6.14.0",
96
96
  "braces": ">=3.0.3",
97
97
  "cross-spawn": ">=7.0.6",
98
+ "diff": ">=8.0.3",
98
99
  "json5": ">=2.2.3",
99
100
  "js-yaml": ">=4.1.1",
100
101
  "lodash": ">=4",
101
102
  "merge": ">=2",
102
103
  "micromatch": ">=4.0.8",
103
- "string-width": ">=4.2.3"
104
+ "serialize-javascript": ">=7.0.3",
105
+ "string-width": ">=4.2.3",
106
+ "minimatch": ">=9.0.7"
104
107
  },
105
108
  "publishConfig": {
106
109
  "registry": "https://registry.npmjs.org"