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

@bfwk/property-editor

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/property-editor - npm Package Compare versions

Comparing version 0.7.18 to 0.7.19

8

CHANGELOG.md

@@ -6,14 +6,10 @@ # Change Log

## [0.7.18](https://github.com/salesforce/builder-framework/compare/v0.7.17...v0.7.18) (2021-09-27)
## [0.7.19](https://github.com/salesforce/builder-framework/compare/v0.7.18...v0.7.19) (2021-09-30)
**Note:** Version bump only for package @bfwk/property-editor
### Bug Fixes
* pass builder specific data down to nested property sheet @W-9871668 ([#280](https://github.com/salesforce/builder-framework/issues/280)) ([d6a0691](https://github.com/salesforce/builder-framework/commit/d6a06913ba1cc08eec0de8db6c7012bd7277d96f))
* passing errors to nested property sheet @W-9526567 ([#281](https://github.com/salesforce/builder-framework/issues/281)) ([543d39f](https://github.com/salesforce/builder-framework/commit/543d39f966cdf45aec229471b3ca7950add63f09))
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)

@@ -20,0 +16,0 @@

@@ -47,3 +47,3 @@ import { Json } from '@lcem/meta-schemas';

protected publishValueAndValidity(value: T | null, validity: Validity, builderSpecificValueInfo?: BuilderSpecificValueInfo): Promise<void>;
setState({ value, error, }: PropertyEditorState<T>): Promise<void>;
setState({ value, error, errors, }: PropertyEditorState<T>): Promise<void>;
preSaveValidate(force?: boolean): Promise<Validity>;

@@ -50,0 +50,0 @@ validate(force?: boolean): Promise<Validity>;

{
"name": "@bfwk/property-editor",
"version": "0.7.18",
"version": "0.7.19",
"description": "LBF Property Editor",

@@ -33,9 +33,9 @@ "type": "module",

"dependencies": {
"@bfwk/data-service": "0.7.18",
"@bfwk/error-handler": "0.7.18",
"@bfwk/expression-completion": "0.7.18",
"@bfwk/instrumentation": "0.7.18",
"@bfwk/pub-sub": "0.7.18",
"@bfwk/store": "0.7.18",
"@bfwk/utils": "0.7.18",
"@bfwk/data-service": "0.7.19",
"@bfwk/error-handler": "0.7.19",
"@bfwk/expression-completion": "0.7.19",
"@bfwk/instrumentation": "0.7.19",
"@bfwk/pub-sub": "0.7.19",
"@bfwk/store": "0.7.19",
"@bfwk/utils": "0.7.19",
"@lcem/declarative-type": "0.7.3",

@@ -42,0 +42,0 @@ "@lcem/meta-schemas": "0.7.3",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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