From 65d4ffac5a82b4d07131f49a4c4d6d3ae43659e6 Mon Sep 17 00:00:00 2001 From: Guru Ramu Date: Mon, 25 Jul 2022 14:00:15 +0530 Subject: [PATCH] feat: util test cases --- package-lock.json | 99 ++++------------------------------------------- 1 file changed, 7 insertions(+), 92 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5239266..81860cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@toruslabs/openlogin-jrpc": "^2.0.0", "@toruslabs/openlogin-subkey": "^2.0.0", "@toruslabs/openlogin-utils": "^2.0.0", - "@toruslabs/solana-controllers": "^2.2.3", + "@toruslabs/solana-controllers": "^2.2.4", "@toruslabs/tweetnacl-js": "^1.0.3", "@toruslabs/vue-components": "^2.0.1", "@toruslabs/vue-icons": "^2.0.0", @@ -67,7 +67,6 @@ "@commitlint/cli": "^16.2.4", "@commitlint/config-conventional": "^16.2.4", "@commitlint/is-ignored": "^16.2.4", - "@istanbuljs/nyc-config-babel": "^3.0.0", "@metaplex-foundation/mpl-token-metadata": "^1.1.0", "@playwright/test": "^1.22.1", "@sentry/cli": "^2.1.0", @@ -2665,19 +2664,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/nyc-config-babel": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/nyc-config-babel/-/nyc-config-babel-3.0.0.tgz", - "integrity": "sha512-mPnSPXfTRWCzYsT64PnuPlce6/hGMCdVVMgU2FenXipbUd+FDwUlqlTihXxpxWzcNVOp8M+L1t/kIcgoC8A7hg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "@babel/register": "*", - "babel-plugin-istanbul": ">=5" - } - }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", @@ -3690,9 +3676,9 @@ } }, "node_modules/@toruslabs/solana-controllers": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@toruslabs/solana-controllers/-/solana-controllers-2.2.3.tgz", - "integrity": "sha512-eAkILxiAP16KtTBjexwHZJ1PcX1a59vyp74KtZc+FlV5mhCSO2qegN/4vH0ms+w/gUocu8WMFH+4UYeJZNeNDw==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@toruslabs/solana-controllers/-/solana-controllers-2.2.4.tgz", + "integrity": "sha512-moP1+FhMUXaz48dQw3QhHm/g/ZhK7v+R9I2HKfhEncbCglwo6i+3lVfgIy2CK2ofF7zQVNM5IKi3ZaFaanfwvA==", "dependencies": { "@metaplex-foundation/mpl-token-metadata": "^2.1.2", "@solana/spl-token": "0.1.8", @@ -6902,40 +6888,6 @@ "object.assign": "^4.1.0" } }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz", - "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==", - "dev": true, - "peer": true, - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", @@ -22937,13 +22889,6 @@ } } }, - "@istanbuljs/nyc-config-babel": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/nyc-config-babel/-/nyc-config-babel-3.0.0.tgz", - "integrity": "sha512-mPnSPXfTRWCzYsT64PnuPlce6/hGMCdVVMgU2FenXipbUd+FDwUlqlTihXxpxWzcNVOp8M+L1t/kIcgoC8A7hg==", - "dev": true, - "requires": {} - }, "@istanbuljs/schema": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", @@ -23757,9 +23702,9 @@ } }, "@toruslabs/solana-controllers": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@toruslabs/solana-controllers/-/solana-controllers-2.2.3.tgz", - "integrity": "sha512-eAkILxiAP16KtTBjexwHZJ1PcX1a59vyp74KtZc+FlV5mhCSO2qegN/4vH0ms+w/gUocu8WMFH+4UYeJZNeNDw==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@toruslabs/solana-controllers/-/solana-controllers-2.2.4.tgz", + "integrity": "sha512-moP1+FhMUXaz48dQw3QhHm/g/ZhK7v+R9I2HKfhEncbCglwo6i+3lVfgIy2CK2ofF7zQVNM5IKi3ZaFaanfwvA==", "requires": { "@metaplex-foundation/mpl-token-metadata": "^2.1.2", "@solana/spl-token": "0.1.8", @@ -26234,36 +26179,6 @@ "object.assign": "^4.1.0" } }, - "babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "dependencies": { - "istanbul-lib-instrument": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz", - "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - } - } - } - }, "babel-plugin-polyfill-corejs2": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",