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

@bfwk/document-model

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/document-model - 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/document-model
### Bug Fixes
* expose some DI types for slack builder ([#310](https://github.com/salesforce/builder-framework/issues/310)) ([1cf56a0](https://github.com/salesforce/builder-framework/commit/1cf56a002e66f9cf13d2b365cdfe41c3e4c4cd28))
## [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 @@

import { ClientModelNormalizedNode, ClientModelDocument } from '../client-model-node';
import { Node } from '../../../node';
interface DINodeEndpointExtendedProperties {
export interface DINodeEndpointExtendedProperties {
[key: string]: any;

@@ -27,2 +27,1 @@ }

export declare type ModelWithDIDocument = ClientModelDocument;
export {};

@@ -30,3 +30,3 @@ export { Document, DocumentModel, DocumentMutator, DOCUMENT_MODEL_PART, } from './model';

export { GET_DIS_FOR_SOURCE_SELECTOR, GET_DIS_SELECTOR, } from './act/legacy-client-model/model-with-di/model-with-di-selectors';
export { DINode, DINodeEndpoint, } from './act/legacy-client-model/model-with-di/model-with-di-node';
export { DINode, DINodeEndpoint, DIBinding, DINodeEndpointExtendedProperties, TopLevelNodeWithDI, } from './act/legacy-client-model/model-with-di/model-with-di-node';
export { ADD_DI, UPDATE_DI, DELETE_DI, DIPubSubEventPayload, } from './act/legacy-client-model/model-with-di/model-with-di-events';

@@ -33,0 +33,0 @@ export { ADD_DP, UPDATE_DP, DELETE_DP, DataProviderPropertyValue, DPPropertyValues, DPUpdatePayload, DPAddPayload, DPDeletePayload, DataProviderNode, GET_DATA_PROVIDERS_FOR_SOURCE_SELECTOR, GET_DATA_PROVIDERS_SELECTOR, DataProvidersSelectorPayload, DataSourceConnector, } from './dataprovider-model';

{
"name": "@bfwk/document-model",
"version": "0.7.22",
"version": "0.7.23",
"description": "Lightning Builder Framework - Document Model",

@@ -28,11 +28,11 @@ "type": "module",

"dependencies": {
"@bfwk/command": "0.7.22",
"@bfwk/data-service": "0.7.22",
"@bfwk/error-handler": "0.7.22",
"@bfwk/instrumentation": "0.7.22",
"@bfwk/pub-sub": "0.7.22",
"@bfwk/sf-selector": "0.7.22",
"@bfwk/store": "0.7.22",
"@bfwk/undo-redo": "0.7.22",
"@bfwk/utils": "0.7.22",
"@bfwk/command": "0.7.23",
"@bfwk/data-service": "0.7.23",
"@bfwk/error-handler": "0.7.23",
"@bfwk/instrumentation": "0.7.23",
"@bfwk/pub-sub": "0.7.23",
"@bfwk/sf-selector": "0.7.23",
"@bfwk/store": "0.7.23",
"@bfwk/undo-redo": "0.7.23",
"@bfwk/utils": "0.7.23",
"@lwc/wire-service": "2.2.9"

@@ -39,0 +39,0 @@ },

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