Compare commits

..

No commits in common. "master" and "v2.0.0" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

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