@swagger-api/apidom-parser-adapter-openapi-yaml-3-1 1.0.0-beta.5 → 1.0.0-beta.50

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-parser-adapter-openapi-yaml-3-1",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.50",
4
4
  "description": "Parser adapter for parsing YAML documents into OpenAPI 3.1.x namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -23,10 +23,10 @@
23
23
  "build:umd:browser": "cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress",
24
24
  "lint": "eslint ./",
25
25
  "lint:fix": "eslint ./ --fix",
26
- "clean": "rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types",
26
+ "clean": "rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' ./dist ./types",
27
27
  "typescript:check-types": "tsc --noEmit && tsc -p ./test/tsconfig.json --noEmit",
28
28
  "typescript:declaration": "tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json",
29
- "test": "npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha",
29
+ "test": "NODE_ENV=test ts-mocha --exit",
30
30
  "perf": "cross-env BABEL_ENV=es babel ./test/perf/index.ts --out-file ./test/perf/index.mjs --root-mode 'upward' && cross-env NODE_ENV=test node ./test/perf/index.mjs",
31
31
  "perf:lexical-analysis": "cross-env BABEL_ENV=es babel ./test/perf/lexical-analysis.ts --out-file ./test/perf/lexical-analysis.mjs --root-mode 'upward' && cross-env NODE_ENV=test node ./test/perf/lexical-analysis.mjs",
32
32
  "perf:syntactic-analysis": "cross-env BABEL_ENV=es babel ./test/perf/syntactic-analysis.ts --out-file ./test/perf/syntactic-analysis.mjs --root-mode 'upward' && cross-env NODE_ENV=test node ./test/perf/syntactic-analysis.mjs",
@@ -42,10 +42,10 @@
42
42
  "author": "Vladimir Gorej",
43
43
  "license": "Apache-2.0",
44
44
  "dependencies": {
45
- "@babel/runtime-corejs3": "^7.20.7",
46
- "@swagger-api/apidom-core": "^1.0.0-beta.5",
47
- "@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.5",
48
- "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.5",
45
+ "@babel/runtime-corejs3": "^7.26.10",
46
+ "@swagger-api/apidom-core": "^1.0.0-beta.50",
47
+ "@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.50",
48
+ "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.50",
49
49
  "@types/ramda": "~0.30.0",
50
50
  "ramda": "~0.30.0",
51
51
  "ramda-adjunct": "^5.0.0"
@@ -60,5 +60,5 @@
60
60
  "README.md",
61
61
  "CHANGELOG.md"
62
62
  ],
63
- "gitHead": "b12b1b4429c3b781b1dfb8382ffdf5d79c7adee1"
63
+ "gitHead": "fc33809ee41ef8f7385e96d7062ef6161a0eb6c9"
64
64
  }