@bfwk/property-editor
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -6,12 +6,13 @@ # 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/property-editor | ||
### 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/property-editor | ||
@@ -18,0 +19,0 @@ ## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05) |
112
package.json
{ | ||
"name": "@bfwk/property-editor", | ||
"version": "0.9.1", | ||
"description": "LBF Property Editor", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist/", | ||
"index.xml" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"npm2lwc": { | ||
"metaXml": "./index.xml", | ||
"dist": "./dist/index.lwc.js" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf dist/ build/", | ||
"build:ts": "tsc", | ||
"build:target:lwc": "rollup -c ./rollup-esNext.config.js", | ||
"build:target:npm": "rollup -c ../../../scripts/rollup/rollup-esNext.config.js", | ||
"build": "yarn build:ts && yarn build:target:lwc && yarn build:target:npm", | ||
"watch": "watch -p 'src/**/*.ts' -c 'yarn build'", | ||
"lint": "eslint 'src/**/*.{js,ts}'", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@bfwk/data-service": "0.9.1", | ||
"@bfwk/error-handler": "0.9.1", | ||
"@bfwk/expression-completion": "0.9.1", | ||
"@bfwk/instrumentation": "0.9.1", | ||
"@bfwk/pub-sub": "0.9.1", | ||
"@bfwk/store": "0.9.1", | ||
"@bfwk/utils": "0.9.1", | ||
"@lcem/declarative-type": "0.9.0", | ||
"@lcem/meta-schemas": "0.9.0", | ||
"@lcem/unified-view-generator": "0.9.0", | ||
"@lcem/unified-view-model": "0.9.0", | ||
"@lwc/wire-service": "2.12.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@types/jest": "^25.2.3", | ||
"magic-string": "^0.22.4", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"source-map": "^0.7.3", | ||
"ts-jest": "^26.1.0", | ||
"watch-cli": "^0.2.3" | ||
} | ||
"name": "@bfwk/property-editor", | ||
"version": "0.9.2", | ||
"description": "LBF Property Editor", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist/", | ||
"index.xml" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"npm2lwc": { | ||
"metaXml": "./index.xml", | ||
"dist": "./dist/index.lwc.js" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf dist/ build/", | ||
"build:ts": "tsc", | ||
"build:target:lwc": "rollup -c ./rollup-esNext.config.js", | ||
"build:target:npm": "rollup -c ../../../scripts/rollup/rollup-esNext.config.js", | ||
"build": "yarn build:ts && yarn build:target:lwc && yarn build:target:npm", | ||
"watch": "watch -p 'src/**/*.ts' -c 'yarn build'", | ||
"lint": "eslint 'src/**/*.{js,ts}'", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@bfwk/data-service": "0.9.2", | ||
"@bfwk/error-handler": "0.9.2", | ||
"@bfwk/expression-completion": "0.9.2", | ||
"@bfwk/instrumentation": "0.9.2", | ||
"@bfwk/pub-sub": "0.9.2", | ||
"@bfwk/store": "0.9.2", | ||
"@bfwk/utils": "0.9.2", | ||
"@lcem/declarative-type": "0.9.0", | ||
"@lcem/meta-schemas": "0.9.0", | ||
"@lcem/unified-view-generator": "0.9.0", | ||
"@lcem/unified-view-model": "0.9.0", | ||
"@lwc/wire-service": "2.12.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@types/jest": "^25.2.3", | ||
"magic-string": "^0.22.4", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"source-map": "^0.7.3", | ||
"ts-jest": "^26.1.0", | ||
"watch-cli": "^0.2.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
650187
+ Added@bfwk/command@0.9.2(transitive)
+ Added@bfwk/data-service@0.9.2(transitive)
+ Added@bfwk/error-handler@0.9.2(transitive)
+ Added@bfwk/expression-completion@0.9.2(transitive)
+ Added@bfwk/instrumentation@0.9.2(transitive)
+ Added@bfwk/pub-sub@0.9.2(transitive)
+ Added@bfwk/store@0.9.2(transitive)
+ Added@bfwk/utils@0.9.2(transitive)
- Removed@bfwk/command@0.9.1(transitive)
- Removed@bfwk/data-service@0.9.1(transitive)
- Removed@bfwk/error-handler@0.9.1(transitive)
- Removed@bfwk/expression-completion@0.9.1(transitive)
- Removed@bfwk/instrumentation@0.9.1(transitive)
- Removed@bfwk/pub-sub@0.9.1(transitive)
- Removed@bfwk/store@0.9.1(transitive)
- Removed@bfwk/utils@0.9.1(transitive)
Updated@bfwk/data-service@0.9.2
Updated@bfwk/error-handler@0.9.2
Updated@bfwk/instrumentation@0.9.2
Updated@bfwk/pub-sub@0.9.2
Updated@bfwk/store@0.9.2
Updated@bfwk/utils@0.9.2