@bfwk/utils
Advanced tools
Comparing version 0.8.21 to 0.9.0
@@ -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/utils", | ||
"version": "0.8.21", | ||
"description": "LBF Pub Sub", | ||
"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:npm": "rollup -c ../../../scripts/rollup/rollup-esNext.config.js", | ||
"build:target:lwc": "rollup -c ./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" | ||
}, | ||
"dependencies": { | ||
"@lwc/wire-service": "2.10.0", | ||
"observable-membrane": "^0.26.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"magic-string": "^0.22.4", | ||
"source-map": "^0.7.3", | ||
"watch-cli": "^0.2.3" | ||
} | ||
"name": "@bfwk/utils", | ||
"version": "0.9.0", | ||
"description": "LBF Pub Sub", | ||
"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:npm": "rollup -c ../../../scripts/rollup/rollup-esNext.config.js", | ||
"build:target:lwc": "rollup -c ./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" | ||
}, | ||
"dependencies": { | ||
"@lwc/wire-service": "2.12.1", | ||
"observable-membrane": "^0.26.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"magic-string": "^0.22.4", | ||
"source-map": "^0.7.3", | ||
"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
149076
+ Added@lwc/wire-service@2.12.1(transitive)
- Removed@lwc/wire-service@2.10.0(transitive)
Updated@lwc/wire-service@2.12.1