@adaptable/utils
Advanced tools
Comparing version 1.7.0 to 1.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.10.0](https://github.com/adaptable/io/compare/v1.9.0...v1.10.0) (2022-09-19) | ||
### Features | ||
* **web:** Allow tags in template config JSON schema ([758e5d9](https://github.com/adaptable/io/commit/758e5d9296e2dcc9c40448013d767e4105ef4911)) | ||
# [1.7.0](https://github.com/adaptable/io/compare/v1.6.0...v1.7.0) (2022-08-18) | ||
@@ -8,0 +19,0 @@ |
export * from "./certs"; | ||
export * from "./env"; | ||
export * from "./schema"; | ||
export * from "./service"; | ||
export * from "./types"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -15,3 +15,4 @@ "use strict"; | ||
__exportStar(require("./env"), exports); | ||
__exportStar(require("./schema"), exports); | ||
__exportStar(require("./service"), exports); | ||
__exportStar(require("./types"), exports); |
{ | ||
"name": "@adaptable/utils", | ||
"version": "1.7.0", | ||
"version": "1.10.0", | ||
"description": "Common utilities for Adaptable.io", | ||
@@ -24,3 +24,4 @@ "homepage": "https://adaptable.io", | ||
"dependencies": { | ||
"@feathersjs/feathers": "^4.5.1" | ||
"@feathersjs/feathers": "^4.5.1", | ||
"ajv": "^7.0.3" | ||
}, | ||
@@ -45,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "2880f93db379c344e70bb926b753b9018ac0cc62" | ||
"gitHead": "a53fe1350faafde9157fcf8791747784413de974" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
41462
25
618
2
1
+ Addedajv@^7.0.3
+ Addedajv@7.2.4(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
+ Addeduri-js@4.4.1(transitive)