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.2 to 0.7.3

7

CHANGELOG.md

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

## [0.7.2](https://github.com/salesforce/builder-framework/compare/v0.7.0...v0.7.2) (2021-08-04)
## [0.7.3](https://github.com/salesforce/builder-framework/compare/v0.7.2...v0.7.3) (2021-08-05)
**Note:** Version bump only for package @bfwk/property-editor
### Bug Fixes
* custom editor/view issue for referenced types @W-9702666 ([#202](https://github.com/salesforce/builder-framework/issues/202)) ([fc7ca85](https://github.com/salesforce/builder-framework/commit/fc7ca852e401d89164338de6ae36240d78253e79))
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)

@@ -19,0 +16,0 @@

@@ -10,2 +10,3 @@ export { ComponentPropertySheetService } from './component-property-sheet-service';

export { IntegerValidatorErrorMessageMap } from './validators/integer-validator';
export { ValidityImpl } from './validators/utils';
export { PropertySheetFactoryBuilder, BUILDER_FRAMEWORK_VISUALEDITORPROPERTYEDITORWRAPPER, } from './property-sheet-factory-builder';

@@ -12,0 +13,0 @@ export { BasePropertySheetContainer } from './base-property-sheet-container';

@@ -17,2 +17,7 @@ import { ValidationResult, Validator } from '@lcem/declarative-type';

export declare function setErrorMessages(validator: Validator, name: string, defaultErrorMessage: string | undefined, customErrorMessage: string | undefined): void;
export declare class ValidityImpl implements Validity {
error?: string;
constructor(error?: string);
valid(): boolean;
}
export {};
{
"name": "@bfwk/property-editor",
"version": "0.7.2",
"version": "0.7.3",
"description": "LBF Property Editor",

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

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

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

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