@swagger-api/apidom-parser-adapter-api-design-systems-yaml 1.0.0-beta.8 → 1.0.0-rc.0

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-api-design-systems-yaml",
3
- "version": "1.0.0-beta.8",
3
+ "version": "1.0.0-rc.0",
4
4
  "description": "Parser adapter for parsing YAML documents into API Design Systems 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
  "prepack": "copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .",
31
31
  "postpack": "rimraf NOTICE LICENSES"
32
32
  },
@@ -37,10 +37,10 @@
37
37
  "author": "Vladimir Gorej",
38
38
  "license": "Apache-2.0",
39
39
  "dependencies": {
40
- "@babel/runtime-corejs3": "^7.20.7",
41
- "@swagger-api/apidom-core": "^1.0.0-beta.8",
42
- "@swagger-api/apidom-ns-api-design-systems": "^1.0.0-beta.8",
43
- "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.8",
40
+ "@babel/runtime-corejs3": "^7.26.10",
41
+ "@swagger-api/apidom-core": "^1.0.0-rc.0",
42
+ "@swagger-api/apidom-ns-api-design-systems": "^1.0.0-rc.0",
43
+ "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-rc.0",
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": "1066cb6941da513bc53171fbf205cd894b7f0d4e"
58
+ "gitHead": "af4b6e0fcae489477729581c52036725ac57a412"
59
59
  }