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.5 to 0.7.6

7

CHANGELOG.md

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

## [0.7.5](https://github.com/salesforce/builder-framework/compare/v0.7.4...v0.7.5) (2021-08-06)
## [0.7.6](https://github.com/salesforce/builder-framework/compare/v0.7.5...v0.7.6) (2021-08-20)
**Note:** Version bump only for package @bfwk/dp-editor
### Bug Fixes
* recover schema if possible for array drill down @W-9727716 ([#218](https://github.com/salesforce/builder-framework/issues/218)) ([aa2c864](https://github.com/salesforce/builder-framework/commit/aa2c8649d109f206900b0041b6335d19ef92c6f1))

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

const customEditorsWithExpressionEditor = customEditorsByPropertyType;
for (let [key, value] of customEditorsWithExpressionEditor) {
for (const [key, value] of customEditorsWithExpressionEditor) {
propertySheetFactoryBuilder.setCustomEditorByPropertyType(key, value);

@@ -167,0 +167,0 @@ }

{
"name": "@bfwk/dp-editor",
"version": "0.7.5",
"version": "0.7.6",
"description": "DataProvider Editor",

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

"dependencies": {
"@bfwk/command": "0.7.5",
"@bfwk/data-service": "0.7.5",
"@bfwk/document-model": "0.7.5",
"@bfwk/error-handler": "0.7.5",
"@bfwk/instrumentation": "0.7.5",
"@bfwk/property-editor": "0.7.5",
"@bfwk/pub-sub": "0.7.5",
"@bfwk/utils": "0.7.5",
"@bfwk/command": "0.7.6",
"@bfwk/data-service": "0.7.6",
"@bfwk/document-model": "0.7.6",
"@bfwk/error-handler": "0.7.6",
"@bfwk/instrumentation": "0.7.6",
"@bfwk/property-editor": "0.7.6",
"@bfwk/pub-sub": "0.7.6",
"@bfwk/utils": "0.7.6",
"@lcem/declarative-type": "0.6.23",

@@ -41,0 +41,0 @@ "@lcem/unified-view-model": "0.6.23"

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