From 185d1ee34f31fe8ef0bf3bdc52a0b251bc65f4c2 Mon Sep 17 00:00:00 2001 From: prasad610 Date: Sun, 27 Apr 2025 12:16:31 +0530 Subject: [PATCH 1/2] Updated axios and public-ip versions. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e547919..c89445c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartapi-javascript", - "version": "1.0.27", + "version": "1.0.28", "description": "", "main": "./lib/", "scripts": { @@ -15,14 +15,14 @@ "dependencies": { "address": "^1.1.2", "atob": "^2.1.2", - "axios": "^0.20.0", + "axios": "^1.9.0", "binary-parser": "^2.2.1", "chai": "^4.3.10", "mocha": "^10.2.0", "nyc": "^15.1.0", "pako": "^2.1.0", "proxyquire": "^2.1.3", - "public-ip": "^4.0.2", + "public-ip": "^7.0.1", "querystring": "^0.2.0", "sinon": "^17.0.1", "winston": "^3.11.0", From 718872ca8407441f86725f899ea129a4eb41d32d Mon Sep 17 00:00:00 2001 From: prasad610 Date: Sun, 27 Apr 2025 12:17:19 +0530 Subject: [PATCH 2/2] Ignoring error.log, nyc_ouput & coverrage folder --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25c8fdb..5160cf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules -package-lock.json \ No newline at end of file +package-lock.json +.nyc_output +coverage +error.log \ No newline at end of file