@feathersjs/schema
Advanced tools
Comparing version 5.0.0-pre.28 to 5.0.0-pre.29
@@ -6,2 +6,18 @@ # Change Log | ||
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16) | ||
### Bug Fixes | ||
* **schema:** Fix for Ajv global collision bug [#2681](https://github.com/feathersjs/feathers/issues/2681) ([#2702](https://github.com/feathersjs/feathers/issues/2702)) ([0b2def6](https://github.com/feathersjs/feathers/commit/0b2def6ca483fad6ca22fcc4ea9873bc027925d8)) | ||
### Features | ||
* **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9)) | ||
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03) | ||
@@ -8,0 +24,0 @@ |
import { ResolverStatus } from './resolver'; | ||
export type { FromSchema } from 'json-schema-to-ts'; | ||
export * from './schema'; | ||
@@ -3,0 +4,0 @@ export * from './resolver'; |
@@ -11,3 +11,4 @@ "use strict"; | ||
exports.DEFAULT_AJV = new ajv_1.default({ | ||
coerceTypes: true | ||
coerceTypes: true, | ||
addUsedSchema: false | ||
}); | ||
@@ -14,0 +15,0 @@ class SchemaWrapper { |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.0-pre.28", | ||
"version": "5.0.0-pre.29", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,5 +57,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.28", | ||
"@feathersjs/errors": "^5.0.0-pre.28", | ||
"@feathersjs/feathers": "^5.0.0-pre.28", | ||
"@feathersjs/commons": "^5.0.0-pre.29", | ||
"@feathersjs/errors": "^5.0.0-pre.29", | ||
"@feathersjs/feathers": "^5.0.0-pre.29", | ||
"@feathersjs/hooks": "^0.7.5", | ||
@@ -68,11 +68,11 @@ "@types/json-schema": "^7.0.11", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.28", | ||
"@feathersjs/memory": "^5.0.0-pre.29", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.6.3", | ||
"@types/node": "^18.7.17", | ||
"ajv-formats": "^2.1.1", | ||
"mocha": "^10.0.0", | ||
"shx": "^0.3.4", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.8.3" | ||
}, | ||
"gitHead": "bf8e54fddc14d688ba8f505e72c9630a71656ff1" | ||
"gitHead": "4314dc89a41a8bbaabf00b47697bf7887861d17d" | ||
} |
import { ResolverStatus } from './resolver' | ||
export type { FromSchema } from 'json-schema-to-ts' | ||
export * from './schema' | ||
@@ -4,0 +5,0 @@ export * from './resolver' |
@@ -6,3 +6,4 @@ import Ajv, { AsyncValidateFunction, ValidateFunction } from 'ajv' | ||
export const DEFAULT_AJV = new Ajv({ | ||
coerceTypes: true | ||
coerceTypes: true, | ||
addUsedSchema: false | ||
}) | ||
@@ -9,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63315
1028
18
+ Addedfast-uri@3.0.3(transitive)
- Removedfast-uri@3.0.5(transitive)