@centralping/json-api-query
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,7 @@ | ||
#### v0.1.1 (2018-10-09) | ||
##### New Features | ||
* **main:** make schema property enumerable and configurable ([e744af3b](https://github.com/CentralPing/json-api-query/commit/e744af3b27ef5781d6b9b26dbeb06e633fb3db64)) | ||
#### v0.1.0 (2018-10-09) | ||
@@ -2,0 +8,0 @@ |
@@ -20,4 +20,6 @@ // ESM syntax is supported. | ||
Object.defineProperty(exports, 'schema', { | ||
configurable: true, | ||
enumerable: true, | ||
// clone schema for all external requires | ||
get: () => JSON.parse(JSON.stringify(schema)) | ||
}); |
{ | ||
"name": "@centralping/json-api-query", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
32145
687