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.35 to 0.8.2

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.7.35](https://github.com/salesforce/builder-framework/compare/v0.7.32...v0.7.35) (2021-12-06)
## [0.8.2](https://github.com/salesforce/builder-framework/compare/v0.7.32...v0.8.2) (2021-12-13)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bfwk/data-service

@@ -21,3 +21,6 @@ import { DeclarativeType, DeclarativeTypeMap, Json } from '@lcem/meta-schemas';

export declare type FullyQualifiedName = string;
export declare type DataSourceTargetInfo = string[];
export interface DesignTimeDataSourceInfo {
allowed: boolean;
supportedTargets?: string[];
}
export interface DesignTimeComponentInfo {

@@ -34,3 +37,3 @@ fullyQualifiedName: FullyQualifiedName;

events?: DesignTimeEventInfo;
dataSourceTargets?: DataSourceTargetInfo;
dataSources?: DesignTimeDataSourceInfo;
referenceMap?: DeclarativeTypeMap;

@@ -37,0 +40,0 @@ }

{
"name": "@bfwk/data-service",
"version": "0.7.35",
"version": "0.8.2",
"description": "LBF Data Services",

@@ -31,3 +31,3 @@ "type": "module",

"dependencies": {
"@bfwk/utils": "0.7.35",
"@bfwk/utils": "0.8.2",
"@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