@bfwk/dp-editor
Advanced tools
Comparing version 0.7.32 to 0.7.33
@@ -6,8 +6,4 @@ # Change Log | ||
## [0.7.32](https://github.com/salesforce/builder-framework/compare/v0.7.30...v0.7.32) (2021-11-18) | ||
## [0.7.33](https://github.com/salesforce/builder-framework/compare/v0.7.32...v0.7.33) (2021-11-24) | ||
### Bug Fixes | ||
* setState on property sheet on component selection @W-10151222 ([#343](https://github.com/salesforce/builder-framework/issues/343)) ([948567b](https://github.com/salesforce/builder-framework/commit/948567b6fe95b373e55f7e0867263b224a8e6233)) | ||
* use updated camelCase syntax @W-8550953 ([#344](https://github.com/salesforce/builder-framework/issues/344)) ([be22642](https://github.com/salesforce/builder-framework/commit/be2264207d87d3cefce69a5ec17f2e404570a8cb)) | ||
**Note:** Version bump only for package @bfwk/dp-editor |
{ | ||
"name": "@bfwk/dp-editor", | ||
"version": "0.7.32", | ||
"version": "0.7.33", | ||
"description": "DataProvider Editor", | ||
@@ -27,14 +27,14 @@ "type": "module", | ||
"lint": "eslint 'src/**/*.{js,ts}'", | ||
"test": "jest --passWithNoTests", | ||
"test:coverage:noneyet": "jest --coverage" | ||
"test": "jest --coverage", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@bfwk/command": "0.7.32", | ||
"@bfwk/data-service": "0.7.32", | ||
"@bfwk/document-model": "0.7.32", | ||
"@bfwk/error-handler": "0.7.32", | ||
"@bfwk/instrumentation": "0.7.32", | ||
"@bfwk/property-editor": "0.7.32", | ||
"@bfwk/pub-sub": "0.7.32", | ||
"@bfwk/utils": "0.7.32", | ||
"@bfwk/command": "0.7.33", | ||
"@bfwk/data-service": "0.7.33", | ||
"@bfwk/document-model": "0.7.33", | ||
"@bfwk/error-handler": "0.7.33", | ||
"@bfwk/instrumentation": "0.7.33", | ||
"@bfwk/property-editor": "0.7.33", | ||
"@bfwk/pub-sub": "0.7.33", | ||
"@bfwk/utils": "0.7.33", | ||
"@lcem/declarative-type": "0.7.4", | ||
@@ -41,0 +41,0 @@ "@lcem/unified-view-model": "0.7.4" |
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
35226
+ Added@bfwk/command@0.7.33(transitive)
+ Added@bfwk/data-service@0.7.33(transitive)
+ Added@bfwk/document-model@0.7.33(transitive)
+ Added@bfwk/error-handler@0.7.33(transitive)
+ Added@bfwk/expression-completion@0.7.33(transitive)
+ Added@bfwk/instrumentation@0.7.33(transitive)
+ Added@bfwk/property-editor@0.7.33(transitive)
+ Added@bfwk/pub-sub@0.7.33(transitive)
+ Added@bfwk/sf-selector@0.7.33(transitive)
+ Added@bfwk/store@0.7.33(transitive)
+ Added@bfwk/undo-redo@0.7.33(transitive)
+ Added@bfwk/utils@0.7.33(transitive)
- Removed@bfwk/command@0.7.32(transitive)
- Removed@bfwk/data-service@0.7.32(transitive)
- Removed@bfwk/document-model@0.7.32(transitive)
- Removed@bfwk/error-handler@0.7.32(transitive)
- Removed@bfwk/expression-completion@0.7.32(transitive)
- Removed@bfwk/instrumentation@0.7.32(transitive)
- Removed@bfwk/property-editor@0.7.32(transitive)
- Removed@bfwk/pub-sub@0.7.32(transitive)
- Removed@bfwk/sf-selector@0.7.32(transitive)
- Removed@bfwk/store@0.7.32(transitive)
- Removed@bfwk/undo-redo@0.7.32(transitive)
- Removed@bfwk/utils@0.7.32(transitive)
Updated@bfwk/command@0.7.33
Updated@bfwk/data-service@0.7.33
Updated@bfwk/document-model@0.7.33
Updated@bfwk/error-handler@0.7.33
Updated@bfwk/instrumentation@0.7.33
Updated@bfwk/property-editor@0.7.33
Updated@bfwk/pub-sub@0.7.33
Updated@bfwk/utils@0.7.33