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

@bfwk/dp-editor

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/dp-editor - npm Package Compare versions

Comparing version 0.7.10 to 0.7.11

7

CHANGELOG.md

@@ -6,4 +6,7 @@ # Change Log

## [0.7.10](https://github.com/salesforce/builder-framework/compare/v0.7.9...v0.7.10) (2021-08-27)
## [0.7.11](https://github.com/salesforce/builder-framework/compare/v0.7.10...v0.7.11) (2021-08-31)
**Note:** Version bump only for package @bfwk/dp-editor
### Bug Fixes
* use label instead of name for data providers if present ([#245](https://github.com/salesforce/builder-framework/issues/245)) ([0d38d5a](https://github.com/salesforce/builder-framework/commit/0d38d5a013b982fd0571995c7a26cbf2a98cda7e))

@@ -124,3 +124,3 @@ import { UPDATE_DP, ADD_DP, GET_DATA_PROVIDERS_SELECTOR } from '@bfwk/document-model';

if (patchProperty) {
patchProperty.enum = possibleValues.map(possibleValue => possibleValue.name);
patchProperty.enum = possibleValues.map(possibleValue => possibleValue.label ? possibleValue.label : possibleValue.name);
}

@@ -127,0 +127,0 @@ return datasourceSchema;

{
"name": "@bfwk/dp-editor",
"version": "0.7.10",
"version": "0.7.11",
"description": "DataProvider Editor",

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

"dependencies": {
"@bfwk/command": "0.7.10",
"@bfwk/data-service": "0.7.10",
"@bfwk/document-model": "0.7.10",
"@bfwk/error-handler": "0.7.10",
"@bfwk/instrumentation": "0.7.10",
"@bfwk/property-editor": "0.7.10",
"@bfwk/pub-sub": "0.7.10",
"@bfwk/utils": "0.7.10",
"@lcem/declarative-type": "0.6.23",
"@lcem/unified-view-model": "0.6.23"
"@bfwk/command": "0.7.11",
"@bfwk/data-service": "0.7.11",
"@bfwk/document-model": "0.7.11",
"@bfwk/error-handler": "0.7.11",
"@bfwk/instrumentation": "0.7.11",
"@bfwk/property-editor": "0.7.11",
"@bfwk/pub-sub": "0.7.11",
"@bfwk/utils": "0.7.11",
"@lcem/declarative-type": "0.7.2",
"@lcem/unified-view-model": "0.7.2"
},

@@ -43,0 +43,0 @@ "devDependencies": {

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