From 668bbbc8cece11f173b1e99af1c8694ea49deefc Mon Sep 17 00:00:00 2001 From: Sayan751 Date: Sat, 26 Jun 2021 18:51:27 +0200 Subject: [PATCH] 1.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0633bce..c1c322a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netatwork/spy", - "version": "0.0.1-3", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc36629..8f6fd13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netatwork/spy", - "version": "0.0.1-3", + "version": "1.0.0", "description": "Mock the dependencies in unit tests with this proxy-based spy implementation", "main": "dist/index.js", "typings": "dist/types/index",