2 Commits

Author SHA1 Message Date
f479c11574 1.0.4 2022-10-20 09:35:03 +02:00
7df770f9fb fix(core): update 2022-10-20 09:35:02 +02:00
4 changed files with 4388 additions and 6 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartping", "name": "@pushrocks/smartping",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartping", "name": "@pushrocks/smartping",
"version": "1.0.3", "version": "1.0.4",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.25", "@gitzone/tsbuild": "^2.1.25",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartping", "name": "@pushrocks/smartping",
"version": "1.0.3", "version": "1.0.4",
"private": false, "private": false,
"description": "a ping utility", "description": "a ping utility",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -17,11 +17,11 @@
"@gitzone/tsbuild": "^2.1.25", "@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5", "@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsdoc": "^1.1.10", "@gitzone/tsdoc": "^1.1.10",
"@gitzone/tsrun": "^1.2.38",
"@gitzone/tstest": "^1.0.44", "@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41" "@types/node": "^18.11.2"
}, },
"dependencies": {},
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
], ],

4382
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartping', name: '@pushrocks/smartping',
version: '1.0.3', version: '1.0.4',
description: 'a ping utility' description: 'a ping utility'
} }