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

@bfwk/data-service

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/data-service - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

7

CHANGELOG.md

@@ -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/data-service
### 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/data-service

@@ -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)

{
"name": "@bfwk/data-service",
"version": "0.9.1",
"description": "LBF Data Services",
"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:coverage": "jest --coverage"
},
"dependencies": {
"@bfwk/utils": "0.9.1",
"@lcem/declarative-type": "0.9.0",
"@lcem/meta-schemas": "0.9.0"
},
"devDependencies": {
"magic-string": "^0.22.4",
"source-map": "^0.7.3",
"watch-cli": "^0.2.3"
}
"name": "@bfwk/data-service",
"version": "0.9.2",
"description": "LBF Data Services",
"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:coverage": "jest --coverage"
},
"dependencies": {
"@bfwk/utils": "0.9.2",
"@lcem/declarative-type": "0.9.0",
"@lcem/meta-schemas": "0.9.0"
},
"devDependencies": {
"magic-string": "^0.22.4",
"source-map": "^0.7.3",
"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