@bfwk/expression-completion
Advanced tools
Comparing version 0.6.34 to 0.6.35
@@ -6,10 +6,13 @@ # Change Log | ||
## [0.6.34](https://github.com/salesforce/builder-framework/compare/v0.6.33...v0.6.34) (2021-06-25) | ||
## [0.6.35](https://github.com/salesforce/builder-framework/compare/v0.6.34...v0.6.35) (2021-06-25) | ||
**Note:** Version bump only for package @bfwk/expression-completion | ||
### Bug Fixes | ||
* errors of property sheet state @W-9481901 ([#114](https://github.com/salesforce/builder-framework/issues/114)) ([462be13](https://github.com/salesforce/builder-framework/commit/462be1310ff8b2fd58aec2b83e6a17c2408121f9)) | ||
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05) | ||
@@ -16,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { Json } from '@lcem/declarative-type-validator'; | ||
import { Json } from '@lcem/meta-schemas'; | ||
/** | ||
@@ -3,0 +3,0 @@ * The location of the insertion point within the provided expression text. |
{ | ||
"name": "@bfwk/expression-completion", | ||
"version": "0.6.34", | ||
"version": "0.6.35", | ||
"description": "LBF Expression Completion Engine", | ||
@@ -36,2 +36,3 @@ "type": "module", | ||
"dependencies": { | ||
"@lcem/meta-schemas": "0.6.15", | ||
"antlr4": "^4.9.1" | ||
@@ -38,0 +39,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
746887
2
+ Added@lcem/meta-schemas@0.6.15
+ Added@lcem/meta-schemas@0.6.15(transitive)