@bfwk/data-service
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/data-service | ||
### 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 { DeclarativeType, DeclarativeTypeMap, Json } from '@lcem/canonical-ui-metadata-schema'; | ||
import { DeclarativeType, DeclarativeTypeMap, Json } from '@lcem/meta-schemas'; | ||
export declare type DesignTimePropertyType = string; | ||
@@ -3,0 +3,0 @@ export interface DesignTimeComponentPropertyInfo { |
import { DesignTimeComponentPropertyInfoService, ValidationResult } from './design-time-component-property-info-service'; | ||
import { DataService } from './data-service'; | ||
import { Json } from '@lcem/declarative-type-validator'; | ||
import { Json } from '@lcem/meta-schemas'; | ||
export declare class DesignTimeComponentPropertyInfoServiceImpl implements DesignTimeComponentPropertyInfoService { | ||
@@ -5,0 +5,0 @@ private readonly dataService; |
@@ -1,2 +0,2 @@ | ||
import { Json } from '@lcem/declarative-type-validator'; | ||
import { Json } from '@lcem/meta-schemas'; | ||
export interface ValidationResult { | ||
@@ -3,0 +3,0 @@ valid: boolean; |
{ | ||
"name": "@bfwk/data-service", | ||
"version": "0.6.34", | ||
"version": "0.6.35", | ||
"description": "LBF Data Services", | ||
@@ -31,5 +31,5 @@ "type": "module", | ||
"dependencies": { | ||
"@bfwk/utils": "0.6.34", | ||
"@lcem/canonical-ui-metadata-schema": "0.6.13", | ||
"@lcem/declarative-type-validator": "0.6.13" | ||
"@bfwk/utils": "0.6.35", | ||
"@lcem/declarative-type": "0.6.15", | ||
"@lcem/meta-schemas": "0.6.15" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
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
42109
+ Added@lcem/meta-schemas@0.6.15
+ Added@bfwk/utils@0.6.35(transitive)
+ Added@lcem/declarative-type@0.6.15(transitive)
+ Added@lcem/meta-schemas@0.6.15(transitive)
+ Addedajv@8.17.1(transitive)
+ Addedajv-errors@3.0.0(transitive)
+ Addedajv-formats@2.1.1(transitive)
+ Addedfast-uri@3.0.3(transitive)
+ Addedimmutable-json-patch@1.1.2(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
- Removed@bfwk/utils@0.6.34(transitive)
- Removed@lcem/canonical-ui-metadata-schema@0.6.13(transitive)
- Removed@lcem/declarative-type-validator@0.6.13(transitive)
- Removedajv@6.12.6(transitive)
- Removedajv-errors@1.0.1(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updated@bfwk/utils@0.6.35