2 Commits

Author SHA1 Message Date
5f1b4a784e 1.0.7 2022-10-21 14:24:36 +02:00
2da9122c68 fix(core): update 2022-10-21 14:24:36 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartping", "name": "@pushrocks/smartping",
"version": "1.0.6", "version": "1.0.7",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartping", "name": "@pushrocks/smartping",
"version": "1.0.6", "version": "1.0.7",
"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.6", "version": "1.0.7",
"private": false, "private": false,
"description": "a ping utility", "description": "a ping utility",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

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