@bfwk/data-service
Advanced tools
Comparing version 0.7.22 to 0.7.23
@@ -6,10 +6,13 @@ # Change Log | ||
## [0.7.22](https://github.com/salesforce/builder-framework/compare/v0.7.21...v0.7.22) (2021-10-22) | ||
## [0.7.23](https://github.com/salesforce/builder-framework/compare/v0.7.22...v0.7.23) (2021-10-26) | ||
**Note:** Version bump only for package @bfwk/data-service | ||
### Features | ||
* introduce component meta config for data provider @W-9994028 ([#302](https://github.com/salesforce/builder-framework/issues/302)) ([b566778](https://github.com/salesforce/builder-framework/commit/b566778a7dd4e4536e208634a455899f341b5e9b)) | ||
## [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 @@ |
@@ -21,2 +21,3 @@ import { DeclarativeType, DeclarativeTypeMap, Json } from '@lcem/meta-schemas'; | ||
export declare type FullyQualifiedName = string; | ||
export declare type DataSourceTargetInfo = string[]; | ||
export interface DesignTimeComponentInfo { | ||
@@ -33,2 +34,3 @@ fullyQualifiedName: FullyQualifiedName; | ||
events?: DesignTimeEventInfo; | ||
dataSourceTargets?: DataSourceTargetInfo; | ||
referenceMap?: DeclarativeTypeMap; | ||
@@ -35,0 +37,0 @@ } |
{ | ||
"name": "@bfwk/data-service", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"description": "LBF Data Services", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"dependencies": { | ||
"@bfwk/utils": "0.7.22", | ||
"@bfwk/utils": "0.7.23", | ||
"@lcem/declarative-type": "0.7.4", | ||
@@ -34,0 +34,0 @@ "@lcem/meta-schemas": "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
43965
535
+ Added@bfwk/utils@0.7.23(transitive)
- Removed@bfwk/utils@0.7.22(transitive)
Updated@bfwk/utils@0.7.23