Compare commits

...

2 Commits

Author SHA1 Message Date
501a7417ba 1.0.72 2020-07-07 20:41:00 +00:00
31a9249e0b fix(core): update 2020-07-07 20:40:59 +00:00
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.71",
"version": "1.0.72",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1743,9 +1743,9 @@
}
},
"@pushrocks/smartparcel": {
"version": "1.0.3",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.3.tgz",
"integrity": "sha512-WKX2L04neVzyFacgKB/yuuUwd1oMoXTim4JO+HnaIXdCpYynvnXJ/LNS007V3+v8JO7hhAUATiAZhRdVSf4aXw==",
"version": "1.0.4",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.4.tgz",
"integrity": "sha512-0Ox/55sZnBipI9WytYY3qsj2FzDIYZue4XUZOwU46pY7SJKPY+X744Ec5wnB9CbxuvUb0Kc/Qzi7qmNr/w/0xA==",
"requires": {
"@pushrocks/smartpath": "^4.0.3",
"@types/parcel-bundler": "^1.12.1",

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.71",
"version": "1.0.72",
"private": false,
"description": "a bundler using rollup for painless bundling of web projects",
"main": "dist_ts/index.js",
@ -34,7 +34,7 @@
"@pushrocks/smartfile": "^7.0.12",
"@pushrocks/smartlog": "^2.0.35",
"@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartparcel": "^1.0.3",
"@pushrocks/smartparcel": "^1.0.4",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^8.0.0",