Compare commits

...

4 Commits

Author SHA1 Message Date
f807271aa1 2.0.1 2022-07-16 18:43:27 +02:00
415d1e6e90 fix(core): update 2022-07-16 18:43:27 +02:00
3e6d347e80 2.0.0 2022-07-16 18:16:01 +02:00
fd98d5a9eb BREAKING CHANGE(core): switch to esm 2022-07-16 18:16:00 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@uptime.link/detector", "name": "@uptime.link/detector",
"version": "1.0.5", "version": "2.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@uptime.link/detector", "name": "@uptime.link/detector",
"version": "1.0.5", "version": "2.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartnetwork": "^3.0.0", "@pushrocks/smartnetwork": "^3.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@uptime.link/detector", "name": "@uptime.link/detector",
"version": "1.0.5", "version": "2.0.1",
"private": false, "private": false,
"description": "a detector for answering network questions locally. It does not rely on any online services.", "description": "a detector for answering network questions locally. It does not rely on any online services.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@uptime.link/detector', name: '@uptime.link/detector',
version: '1.0.5', version: '2.0.1',
description: 'a detector for answering network questions locally. It does not rely on any online services.' description: 'a detector for answering network questions locally. It does not rely on any online services.'
} }