Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bfwk/data-service

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/data-service - npm Package Compare versions

Comparing version 0.7.22 to 0.7.23

7

CHANGELOG.md

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc