@sketch-hq/sketch-assistant-utils
Advanced tools
Comparing version 5.0.0-next.16 to 5.0.0-next.17
# @sketch-hq/sketch-assistant-utils | ||
## 5.0.0-next.17 | ||
### Patch Changes | ||
- 67f62f2: Changes to profile data format. | ||
- Updated dependencies [67f62f2] | ||
- @sketch-hq/sketch-assistant-types@5.0.0-next.17 | ||
## 5.0.0-next.16 | ||
@@ -4,0 +12,0 @@ |
export * from './run-assistant'; | ||
export * from './run-multiple-assistants'; | ||
export * from './profile'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,1 +8,2 @@ "use strict"; | ||
__export(require("./run-multiple-assistants")); | ||
__export(require("./profile")); |
export * from './run-assistant'; | ||
export * from './run-multiple-assistants'; | ||
export * from './profile'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './run-assistant'; | ||
export * from './run-multiple-assistants'; | ||
export * from './profile'; |
{ | ||
"name": "@sketch-hq/sketch-assistant-utils", | ||
"version": "5.0.0-next.16", | ||
"version": "5.0.0-next.17", | ||
"module": "dist/esm/index", | ||
@@ -24,3 +24,3 @@ "main": "dist/cjs/index", | ||
"@json-schema-spec/json-pointer": "0.1.2", | ||
"@sketch-hq/sketch-assistant-types": "5.0.0-next.16", | ||
"@sketch-hq/sketch-assistant-types": "5.0.0-next.17", | ||
"ajv": "6.12.2", | ||
@@ -27,0 +27,0 @@ "humps": "2.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
637484
161
6050
+ Added@sketch-hq/sketch-assistant-types@5.0.0-next.17(transitive)
- Removed@sketch-hq/sketch-assistant-types@5.0.0-next.16(transitive)