@bfwk/expression-completion
Advanced tools
Comparing version 0.8.17 to 0.8.18
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.8.17](https://github.com/salesforce/builder-framework/compare/v0.8.16...v0.8.17) (2022-03-09) | ||
## [0.8.18](https://github.com/salesforce/builder-framework/compare/v0.8.17...v0.8.18) (2022-03-16) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bfwk/expression-completion |
{ | ||
"name": "@bfwk/expression-completion", | ||
"version": "0.8.17", | ||
"description": "LBF Expression Completion Engine", | ||
"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/ src/gen/ src/Formula.g4 src/LexerRules.g4", | ||
"build:ts": "tsc", | ||
"build:target:npm": "rollup -c ./rollup-npm.config.js", | ||
"build:target:lwc": "rollup -c ./rollup-esNext.config.js", | ||
"build": "yarn cp:grammars && yarn antlr4 && yarn build:ts && yarn cp:gen && 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", | ||
"antlr4": "java -jar bin/antlr-4.9.1-complete.jar -Dlanguage=JavaScript -visitor -Xexact-output-dir -o src/gen src/UnifiedExpression.g4 src/UnifiedLexer.g4", | ||
"cp:grammars": "scripts/cpgrammars.sh", | ||
"cp:gen": "cp -r src/gen/ build/gen/" | ||
}, | ||
"dependencies": { | ||
"@lcem/meta-schemas": "0.8.5", | ||
"antlr4": "^4.9.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "7.12.1", | ||
"@rollup/plugin-babel": "^5.2.3", | ||
"rollup-plugin-node-polyfills": "^0.2.1" | ||
} | ||
"name": "@bfwk/expression-completion", | ||
"version": "0.8.18", | ||
"description": "LBF Expression Completion Engine", | ||
"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/ src/gen/ src/Formula.g4 src/LexerRules.g4", | ||
"build:ts": "tsc", | ||
"build:target:npm": "rollup -c ./rollup-npm.config.js", | ||
"build:target:lwc": "rollup -c ./rollup-esNext.config.js", | ||
"build": "yarn cp:grammars && yarn antlr4 && yarn build:ts && yarn cp:gen && 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", | ||
"antlr4": "java -jar bin/antlr-4.9.1-complete.jar -Dlanguage=JavaScript -visitor -Xexact-output-dir -o src/gen src/UnifiedExpression.g4 src/UnifiedLexer.g4", | ||
"cp:grammars": "scripts/cpgrammars.sh", | ||
"cp:gen": "cp -r src/gen/ build/gen/" | ||
}, | ||
"dependencies": { | ||
"@lcem/meta-schemas": "0.8.6", | ||
"antlr4": "^4.9.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "7.12.1", | ||
"@rollup/plugin-babel": "^5.2.3", | ||
"rollup-plugin-node-polyfills": "^0.2.1" | ||
} | ||
} |
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
746844
+ Added@lcem/meta-schemas@0.8.6(transitive)
- Removed@lcem/meta-schemas@0.8.5(transitive)
Updated@lcem/meta-schemas@0.8.6