Compare commits

..

2 Commits

Author SHA1 Message Date
710548911e 1.0.69 2022-03-17 12:24:40 +01:00
23f9a28fa0 fix(core): update 2022-03-17 12:24:40 +01:00
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,15 +1,15 @@
{
"name": "@gitzone/tstest",
"version": "1.0.68",
"version": "1.0.69",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@gitzone/tstest",
"version": "1.0.68",
"version": "1.0.69",
"license": "MIT",
"dependencies": {
"@gitzone/tsbundle": "^1.0.97",
"@gitzone/tsbundle": "^1.0.99",
"@gitzone/tsrun": "^1.2.31",
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartbrowser": "^1.0.22",
@ -1748,9 +1748,9 @@
"license": "MIT"
},
"node_modules/@gitzone/tsbundle": {
"version": "1.0.97",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.97.tgz",
"integrity": "sha512-6D+nl6wKPGgUttObbFg67lygt79fkr1X78gQDdjoPDPDvT+tj/d7D5uEQ8vQtP/PPRIjvDKL0/9owyidPG8AqQ==",
"version": "1.0.99",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.99.tgz",
"integrity": "sha512-pF16inMC4ENR/F/8yrGkiyI/Hr3OWlShGIJdHeK9DwvdryMa/JF8JQZwKHsL0cxFA6GLyN/bcqoqxso3O+VT/g==",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.17.7",
@ -11555,9 +11555,9 @@
}
},
"@gitzone/tsbundle": {
"version": "1.0.97",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.97.tgz",
"integrity": "sha512-6D+nl6wKPGgUttObbFg67lygt79fkr1X78gQDdjoPDPDvT+tj/d7D5uEQ8vQtP/PPRIjvDKL0/9owyidPG8AqQ==",
"version": "1.0.99",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.99.tgz",
"integrity": "sha512-pF16inMC4ENR/F/8yrGkiyI/Hr3OWlShGIJdHeK9DwvdryMa/JF8JQZwKHsL0cxFA6GLyN/bcqoqxso3O+VT/g==",
"requires": {
"@babel/core": "^7.17.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.68",
"version": "1.0.69",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist_ts/index.js",
@ -24,7 +24,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@gitzone/tsbundle": "^1.0.97",
"@gitzone/tsbundle": "^1.0.99",
"@gitzone/tsrun": "^1.2.31",
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartbrowser": "^1.0.22",