@swagger-api/apidom-json-pointer-relative 1.5.0 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-json-pointer-relative",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Evaluate Relative JSON Pointer expressions against ApiDOM.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "types": "./types/apidom-json-pointer-relative.d.ts",
19
19
  "scripts": {
20
- "build": "npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser",
20
+ "build": "npm run clean && run-p --max-parallel ${CPU_CORES:-6} typescript:declaration build:es build:cjs build:umd:browser",
21
21
  "build:es": "cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'",
22
22
  "build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'",
23
- "build:umd:browser": "cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress",
23
+ "build:umd:browser": "vite build",
24
24
  "lint": "eslint ./",
25
25
  "lint:fix": "eslint ./ --fix",
26
26
  "clean": "rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' ./dist ./types",
@@ -38,9 +38,9 @@
38
38
  "license": "Apache-2.0",
39
39
  "dependencies": {
40
40
  "@babel/runtime-corejs3": "^7.26.10",
41
- "@swagger-api/apidom-core": "^1.5.0",
42
- "@swagger-api/apidom-error": "^1.5.0",
43
- "@swagger-api/apidom-json-pointer": "^1.5.0",
41
+ "@swagger-api/apidom-core": "^1.5.1",
42
+ "@swagger-api/apidom-error": "^1.5.1",
43
+ "@swagger-api/apidom-json-pointer": "^1.5.1",
44
44
  "@types/ramda": "~0.30.0",
45
45
  "ramda": "~0.30.0",
46
46
  "ramda-adjunct": "^5.0.0"
@@ -55,5 +55,5 @@
55
55
  "README.md",
56
56
  "CHANGELOG.md"
57
57
  ],
58
- "gitHead": "4bfa97c2350c1c3daa6a8a5ed002786f066b7729"
58
+ "gitHead": "103cc50a692501bc3101c2935a939c22c535471f"
59
59
  }