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

@bfwk/baas

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/baas - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

dist/types/config.d.ts

11

CHANGELOG.md

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

## [0.9.1](https://github.com/salesforce/builder-framework/compare/v0.9.0...v0.9.1) (2022-04-22)
## [0.9.2](https://github.com/salesforce/builder-framework/compare/v0.9.1...v0.9.2) (2022-04-27)
**Note:** Version bump only for package @bfwk/baas
### Bug Fixes
* **ruleBuilder:** Interaction issues for complex nested components @W-10874733 [@testfix](https://github.com/testfix)@ ([#442](https://github.com/salesforce/builder-framework/issues/442)) ([c05151b](https://github.com/salesforce/builder-framework/commit/c05151badfa1058eafcd50d6fa767a0ac5e6fa92))
## [0.9.2](https://github.com/salesforce/builder-framework/compare/v0.9.1...v0.9.2) (2022-04-27)
**Note:** Version bump only for package @bfwk/baas

@@ -15,2 +15,2 @@ const DEFAULT_TARGET = 'default';

export { DEFAULT_BAAS_CONFIG, DEFAULT_TARGET };
export { DEFAULT_BAAS_CONFIG };

@@ -1,16 +0,1 @@

import { ElementsConfiguration } from '@bfwk/elements-palette';
export interface BaasConfig {
target?: string;
toolbarVisible?: boolean;
paletteVisible?: boolean;
canvasVisible?: boolean;
propertySheetVisible?: boolean;
enableRegionScroll?: boolean;
elementsConfig?: ElementsConfiguration;
dataProvidersVisible?: boolean;
pageParamsReadOnly?: boolean;
lockedComponentsSet?: string[];
slotEditorComponentsSet?: string[];
}
export declare const DEFAULT_TARGET = "default";
export declare const DEFAULT_BAAS_CONFIG: BaasConfig;
export { BaasConfig, DEFAULT_BAAS_CONFIG } from './config';
{
"name": "@bfwk/baas",
"version": "0.9.1",
"version": "0.9.2",
"description": "LBF Builder as a service",

@@ -32,3 +32,3 @@ "type": "module",

"dependencies": {
"@bfwk/elements-palette": "0.9.1"
"@bfwk/elements-palette": "0.9.2"
},

@@ -35,0 +35,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