@fxjs/sql-query
Advanced tools
Comparing version 0.1.3 to 0.1.4
v0.1.3 / 2019-01-19 | ||
v0.1.4 / 2019-01-19 | ||
================== | ||
* fix rolluped bundle's format. | ||
* fix umd name. | ||
v0.1.3 / 2019-01-19 | ||
=================== | ||
* Release v0.1.3 | ||
* add test about umd bundle. | ||
@@ -6,0 +13,0 @@ * fix test cases. |
{ | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"name": "@fxjs/sql-query", | ||
@@ -17,12 +17,12 @@ "types": "@types/index.d.ts", | ||
"build": "fib-typify src -o lib", | ||
"build:umd": "fibjs ./rollup.build.js", | ||
"build:rollup": "fibjs ./rollup.build.js", | ||
"test": "fibjs test/run", | ||
"test:umd": "cross-env ENTRY_SUFFIX=.umd.js fibjs test/vbox", | ||
"test:rollup": "cross-env ENTRY_SUFFIX=.cjs.js fibjs test/vbox", | ||
"ci": "npm run build && npm run test", | ||
"ci:umd": "npm run build && npm run test:umd", | ||
"prepublishOnly": "npm run build && npm run ci:umd" | ||
"ci:rollup": "npm run build:rollup && npm run test:rollup", | ||
"prepublishOnly": "npm run build && npm run ci:rollup" | ||
}, | ||
"main": "./lib/Query", | ||
"unpkg": "./lib/index.umd.js", | ||
"jsdelivr": "./lib/index.umd.js", | ||
"unpkg": "./lib/index.cjs.js", | ||
"jsdelivr": "./lib/index.cjs.js", | ||
"engines": { | ||
@@ -29,0 +29,0 @@ "fibjs": "*" |
@@ -25,5 +25,4 @@ const util = require('util'); | ||
await bundle.write({ | ||
file: path.resolve(__dirname, './lib/index.umd.js'), | ||
name: 'FxSqlDDLSync', | ||
format: 'umd' | ||
file: path.resolve(__dirname, './lib/index.cjs.js'), | ||
format: 'cjs' | ||
}).catch(e => console.error(e)); |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
118855
2051