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

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

Comparing version 0.8.21 to 0.9.0

4

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.8.21](https://github.com/salesforce/builder-framework/compare/v0.8.20...v0.8.21) (2022-03-24)
# [0.9.0](https://github.com/salesforce/builder-framework/compare/v0.8.21...v0.9.0) (2022-04-07)

@@ -12,3 +12,3 @@

* expose baas over npm2lwc ([#431](https://github.com/salesforce/builder-framework/issues/431)) ([335d260](https://github.com/salesforce/builder-framework/commit/335d260f85f3ffab68bcf04280bdf1a8b3b2ff04))
* 238 clco ([#435](https://github.com/salesforce/builder-framework/issues/435)) ([00933d6](https://github.com/salesforce/builder-framework/commit/00933d6cbd9f0b13d8aab8204f58821a53c7f0cd))

@@ -15,0 +15,0 @@

{
"name": "@bfwk/editor",
"version": "0.8.21",
"description": "LBF Editor",
"type": "module",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist/types",
"index.xml"
],
"publishConfig": {
"access": "public"
},
"author": "",
"license": "MIT",
"npm2lwc": {
"metaXml": "./index.xml"
},
"scripts": {
"clean": "rm -rf dist/ build/",
"build:ts": "tsc",
"build:target:lwc": "rollup -c ../../../scripts/rollup/rollup-esNext.config.js",
"build": "yarn build:ts && yarn build:target:lwc",
"watch": "watch -p 'src/**/*.ts' -c 'yarn build'",
"lint": "eslint 'src/**/*.{js,ts}'",
"test": "jest",
"test:update": "jest --updateSnapshot",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@bfwk/baas": "0.8.21",
"@bfwk/canvas": "0.8.21",
"@bfwk/command": "0.8.21",
"@bfwk/data-service": "0.8.21",
"@bfwk/di-editor": "0.8.21",
"@bfwk/document-model": "0.8.21",
"@bfwk/dp-editor": "0.8.21",
"@bfwk/elements-palette": "0.8.21",
"@bfwk/error-handler": "0.8.21",
"@bfwk/instrumentation": "0.8.21",
"@bfwk/property-editor": "0.8.21",
"@bfwk/pub-sub": "0.8.21",
"@bfwk/sf-selector": "0.8.21",
"@bfwk/store": "0.8.21",
"@bfwk/store-redux": "0.8.21",
"@bfwk/undo-redo": "0.8.21",
"@bfwk/utils": "0.8.21",
"@lwc/wire-service": "2.10.0"
},
"devDependencies": {
"jest": "^26.0.1",
"magic-string": "^0.22.4",
"source-map": "^0.7.3",
"ts-jest": "^26.1.0",
"watch-cli": "^0.2.3"
}
"name": "@bfwk/editor",
"version": "0.9.0",
"description": "LBF Editor",
"type": "module",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist/types",
"index.xml"
],
"publishConfig": {
"access": "public"
},
"author": "",
"license": "MIT",
"npm2lwc": {
"metaXml": "./index.xml"
},
"scripts": {
"clean": "rm -rf dist/ build/",
"build:ts": "tsc",
"build:target:lwc": "rollup -c ../../../scripts/rollup/rollup-esNext.config.js",
"build": "yarn build:ts && yarn build:target:lwc",
"watch": "watch -p 'src/**/*.ts' -c 'yarn build'",
"lint": "eslint 'src/**/*.{js,ts}'",
"test": "jest",
"test:update": "jest --updateSnapshot",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@bfwk/baas": "0.9.0",
"@bfwk/canvas": "0.9.0",
"@bfwk/command": "0.9.0",
"@bfwk/data-service": "0.9.0",
"@bfwk/di-editor": "0.9.0",
"@bfwk/document-model": "0.9.0",
"@bfwk/dp-editor": "0.9.0",
"@bfwk/elements-palette": "0.9.0",
"@bfwk/error-handler": "0.9.0",
"@bfwk/instrumentation": "0.9.0",
"@bfwk/property-editor": "0.9.0",
"@bfwk/pub-sub": "0.9.0",
"@bfwk/sf-selector": "0.9.0",
"@bfwk/store": "0.9.0",
"@bfwk/store-redux": "0.9.0",
"@bfwk/undo-redo": "0.9.0",
"@bfwk/utils": "0.9.0",
"@lwc/wire-service": "2.12.1"
},
"devDependencies": {
"jest": "^26.0.1",
"magic-string": "^0.22.4",
"source-map": "^0.7.3",
"ts-jest": "^26.1.0",
"watch-cli": "^0.2.3"
}
}
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