Comparing version 1.0.46 to 1.0.47
{ | ||
"name": "js-awe", | ||
"version": "1.0.46", | ||
"version": "1.0.47", | ||
"homepage": "https://github.com/josuamanuel/js-awe", | ||
@@ -33,3 +33,2 @@ "author": "josuamanuel@hotmail.com", | ||
"test": "export CONFIG_ENV=Testing && export LOG_LEVEL=SILENT && mocha ./test/**/*.js", | ||
"buildWeb": "rollup -c && ./awkChangenNodePerf.sh", | ||
"buildLib": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup", | ||
@@ -39,3 +38,4 @@ "buildTypes": "tsc -p tsconfig-types.json", | ||
"genAndCopyTypes": "npm run buildTypes && npm run copyMapsAndTypes", | ||
"build": "npm test && npm run buildWeb && npm run buildLib && npm run genAndCopyTypes" | ||
"buildWeb": "rollup -c && ./awkChangenNodePerf.sh && rollup -c rollup.config.min.js", | ||
"build": "npm test && npm run genAndCopyTypes && npm run buildLib && npm run buildWeb" | ||
}, | ||
@@ -45,3 +45,3 @@ "license": "MIT", | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
@@ -51,3 +51,3 @@ "@rollup/plugin-typescript": "^11.1.2", | ||
"mocha": "^10.2.0", | ||
"rollup": "^3.26.2", | ||
"rollup": "^3.28.1", | ||
"rollup-plugin-node-polyfills": "^0.2.1" | ||
@@ -54,0 +54,0 @@ }, |
@@ -183,2 +183,3 @@ # js-awe | ||
import { plan } from 'js-awe' | ||
// const { plan } = require('js-awe') | ||
@@ -213,2 +214,3 @@ const getCustomerBalances = plan().build([ | ||
import { plan } from 'js-awe' | ||
// const { plan } = require('js-awe') | ||
@@ -215,0 +217,0 @@ const getCustomerBalances = plan().build([ |
@@ -12,6 +12,5 @@ // rollup.config.js | ||
nodePolyfills(), | ||
//(await import('@rollup/plugin-terser')).default() | ||
], | ||
output: { | ||
file: './dist/js-awe.min.js', | ||
file: './dist/js-awe.js', | ||
format: 'esm' | ||
@@ -18,0 +17,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1310936
156
34709
365
7