From cb59010ee3a2a8735e3e2285d0a67b96d5a69903 Mon Sep 17 00:00:00 2001 From: SubhenduShekhar <42602572+SubhenduShekhar@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:51:10 +0530 Subject: [PATCH] Issue 51 (#58) * npm in progress * python and npm completed * completed java * closes #51 * fixing tests --- tests/npm/package.json | 2 +- tests/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/npm/package.json b/tests/npm/package.json index 21743e4b..99b6585f 100644 --- a/tests/npm/package.json +++ b/tests/npm/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@types/jasmine": "^4.3.1", - "coded-json": "file:coded-json-1.2.1.tgz", + "coded-json": "file:coded-json-1.3.2.tgz", "jasmine": "^4.5.0", "jasmine-spec-reporter": "^7.0.0", "ts-node": "^10.9.1", diff --git a/tests/python/requirements.txt b/tests/python/requirements.txt index 84a14913..5160339f 100644 --- a/tests/python/requirements.txt +++ b/tests/python/requirements.txt @@ -1 +1 @@ -codedjson-1.2.0.tar.gz \ No newline at end of file +codedjson-1.3.2.tar.gz \ No newline at end of file