Compare commits

...

4 Commits

Author SHA1 Message Date
a22c837eac 1.0.78 2020-08-13 01:07:08 +00:00
a1a341b2de fix(core): update 2020-08-13 01:07:07 +00:00
046d3107e8 1.0.77 2020-08-12 16:32:17 +00:00
956bcdf16e fix(core): update 2020-08-12 16:32:16 +00:00
3 changed files with 406 additions and 1336 deletions

View File

@ -33,7 +33,7 @@ auditProductionDependencies:
- npmci npm prepare
- npmci command npm install --production --ignore-scripts
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high --only=prod
- npmci command npm audit --audit-level=high --only=prod --production
tags:
- docker

1719
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.76",
"version": "1.0.78",
"private": false,
"description": "a bundler using rollup for painless bundling of web projects",
"main": "dist_ts/index.js",
@ -45,8 +45,7 @@
"rollup": "^2.23.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^7.0.0",
"terser": "^5.0.0",
"rollup-plugin-terser": "^6.1.0",
"typescript": "^3.9.7"
},
"files": [