@swagger-api/apidom-error
Advanced tools
+6
-0
@@ -6,2 +6,8 @@ # Change Log | ||
| # [1.0.0-beta.47](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2025-09-01) | ||
| ### Features | ||
| - **ls:** disable newly added rules for 3.1 spec ([#4997](https://github.com/swagger-api/apidom/issues/4997)) ([d5b16f8](https://github.com/swagger-api/apidom/commit/d5b16f82a916aea70929d2f3ff5be04769d8d8d3)) | ||
| # [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) | ||
@@ -8,0 +14,0 @@ |
+3
-3
| { | ||
| "name": "@swagger-api/apidom-error", | ||
| "version": "1.0.0-beta.46", | ||
| "version": "1.0.0-beta.47", | ||
| "description": "Backward compatible custom ApiDOM errors with causes.", | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
| "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": "NODE_ENV=test ts-mocha", | ||
| "test": "NODE_ENV=test ts-mocha --exit", | ||
| "prepack": "copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .", | ||
@@ -53,3 +53,3 @@ "postpack": "rimraf NOTICE LICENSES" | ||
| ], | ||
| "gitHead": "af2c9e482e71b3968588a6b268ce530b5ed63a0d" | ||
| "gitHead": "dadedad1899fc74d61f1b8af1550451d50a99848" | ||
| } |
71933
0.48%