From 6536e9f6a9a5f1845aba24ddf7edb8f4cd1b2490 Mon Sep 17 00:00:00 2001 From: "Bashir Ibrahim Muhammad (Embash)" Date: Fri, 9 Dec 2022 16:49:17 +0000 Subject: [PATCH] update core version --- core/package.json | 84 +++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/core/package.json b/core/package.json index 814b470d..713d56e6 100644 --- a/core/package.json +++ b/core/package.json @@ -1,44 +1,44 @@ { - "name": "@token-io/core", - "version": "1.0.31", - "description": "Token JavaScript Core SDK", - "license": "ISC", - "author": { - "name": "Token", - "url": "https://token.io" - }, - "homepage": "https://github.com/tokenio/sdk-js", - "repository": { - "type": "git", - "url": "git://github.com/tokenio/sdk-js.git" - }, - "scripts": { - "lint": "eslint .", - "doc": "esdoc" - }, - "main": "src/index.js", - "devDependencies": { - "@token-io/eslint-config": "^1.0.3", - "acorn": "^6.4.2", - "babel-eslint": "^10.0.1", - "esdoc": "^1.1.0", - "esdoc-ecmascript-proposal-plugin": "^1.0.0", - "esdoc-flow-type-plugin": "^1.1.0", - "esdoc-standard-plugin": "^1.0.0", - "eslint": "^5.13.0", - "eslint-plugin-flowtype": "^3.4.1", - "eslint-plugin-import": "^2.16.0", - "eslint-plugin-react": "^7.12.4", - "flow-bin": "^0.93.0" - }, - "dependencies": { - "axios": "^0.21.1", - "base64-js": "^1.3.0", - "bs58": "4.0.0", - "buffer": "^5.2.1", - "fast-json-stable-stringify": "^2.0.0", - "fast-sha256": "^1.1.0", - "node-forge": "1.3.0", - "tweetnacl": "^1.0.1" - } + "name": "@token-io/core", + "version": "1.0.32", + "description": "Token JavaScript Core SDK", + "license": "ISC", + "author": { + "name": "Token", + "url": "https://token.io" + }, + "homepage": "https://github.com/tokenio/sdk-js", + "repository": { + "type": "git", + "url": "git://github.com/tokenio/sdk-js.git" + }, + "scripts": { + "lint": "eslint .", + "doc": "esdoc" + }, + "main": "src/index.js", + "devDependencies": { + "@token-io/eslint-config": "^1.0.3", + "acorn": "^6.4.2", + "babel-eslint": "^10.0.1", + "esdoc": "^1.1.0", + "esdoc-ecmascript-proposal-plugin": "^1.0.0", + "esdoc-flow-type-plugin": "^1.1.0", + "esdoc-standard-plugin": "^1.0.0", + "eslint": "^5.13.0", + "eslint-plugin-flowtype": "^3.4.1", + "eslint-plugin-import": "^2.16.0", + "eslint-plugin-react": "^7.12.4", + "flow-bin": "^0.93.0" + }, + "dependencies": { + "axios": "^0.21.1", + "base64-js": "^1.3.0", + "bs58": "4.0.0", + "buffer": "^5.2.1", + "fast-json-stable-stringify": "^2.0.0", + "fast-sha256": "^1.1.0", + "node-forge": "1.3.0", + "tweetnacl": "^1.0.1" + } }