@swagger-api/apidom-error
Advanced tools
+4
-0
@@ -6,2 +6,6 @@ # Change Log | ||
| # [1.0.0-beta.46](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2025-08-19) | ||
| **Note:** Version bump only for package @swagger-api/apidom-error | ||
| # [1.0.0-beta.45](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2025-08-01) | ||
@@ -8,0 +12,0 @@ |
+4
-4
| { | ||
| "name": "@swagger-api/apidom-error", | ||
| "version": "1.0.0-beta.45", | ||
| "version": "1.0.0-beta.46", | ||
| "description": "Backward compatible custom ApiDOM errors with causes.", | ||
@@ -26,6 +26,6 @@ "publishConfig": { | ||
| "lint:fix": "eslint ./ --fix", | ||
| "clean": "rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types", | ||
| "clean": "rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' ./dist ./types", | ||
| "typescript:check-types": "tsc --noEmit", | ||
| "typescript:declaration": "copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json", | ||
| "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", | ||
| "test": "NODE_ENV=test ts-mocha", | ||
| "prepack": "copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .", | ||
@@ -53,3 +53,3 @@ "postpack": "rimraf NOTICE LICENSES" | ||
| ], | ||
| "gitHead": "b2a782845066f2115c373571bc260ca9e2de452a" | ||
| "gitHead": "af2c9e482e71b3968588a6b268ce530b5ed63a0d" | ||
| } |
71591
0.02%