@civic/gateway-client-core
Advanced tools
Comparing version 1.1.1-beta.1 to 1.1.1
# gateway client core | ||
## 1.1.1 - Update solana web3 and update deprecated RPC calls | ||
## 1.1.0 - Civic-sign remote error handling | ||
@@ -4,0 +6,0 @@ Handle, parse and return any civic-sign errors as an ERROR_RESPONSE |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "@civic/gateway-client-core:1.1.1-beta.0"; | ||
export declare const VERSION = "@civic/gateway-client-core:1.1.1-beta.1"; |
{ | ||
"name": "@civic/gateway-client-core", | ||
"version": "1.1.1-beta.1", | ||
"version": "1.1.1", | ||
"description": "Sample project for creating typescript library with support of iife and types.", | ||
"keywords": [], | ||
"repository": "git@github.com:civicteam/ociv-gatekeeper.git", | ||
"license": "MIT", | ||
"author": "Civic Technologies", | ||
"main": "dist/civic-gateway-client-core.min.js", | ||
@@ -9,17 +13,23 @@ "module": "dist/civic-gateway-client-core.esm.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "git@github.com:civicteam/ociv-gatekeeper.git", | ||
"scripts": { | ||
"build": "rimraf dist && NODE_ENV=production rollup -c", | ||
"coverage": "TS_NODE_PROJECT=./tsconfig.test.json nyc report --reporter=text --reporter=html", | ||
"dev": "rollup -c -w", | ||
"generate-version": "yarn script ./generateVersion.ts ./package.json ./src/version.ts", | ||
"lint": "eslint '{src,test}/**/*.ts' --max-warnings 0", | ||
"lint:fix": "yarn lint --fix", | ||
"prepublish": "yarn generate-version", | ||
"script": "ts-node -O '{\"module\":\"commonjs\"}' --transpile-only --files", | ||
"pretest": "yarn generate-version", | ||
"build": "rimraf dist && NODE_ENV=production rollup -c", | ||
"generate-version": "yarn script ./generateVersion.ts ./package.json ./src/version.ts", | ||
"dev": "rollup -c -w", | ||
"test": "TS_NODE_PROJECT=./tsconfig.test.json nyc --reporter=text mocha --require mocha-steps --timeout 20000", | ||
"coverage": "TS_NODE_PROJECT=./tsconfig.test.json nyc report --reporter=text --reporter=html", | ||
"script": "ts-node -O '{\"module\":\"commonjs\"}' --transpile-only --files" | ||
"test": "TS_NODE_PROJECT=./tsconfig.test.json nyc --reporter=text mocha --require mocha-steps --timeout 20000" | ||
}, | ||
"keywords": [], | ||
"author": "Civic Technologies", | ||
"dependencies": { | ||
"fetch-retry": "^6.0.0", | ||
"immer": "^10.0.4", | ||
"isomorphic-fetch": "^3.0.0", | ||
"ramda": "^0.30.0", | ||
"uuid": "^9.0.1", | ||
"zustand": "^4.5.2", | ||
"zustand-computed-state": "^0.1.3" | ||
}, | ||
"devDependencies": { | ||
@@ -57,16 +67,6 @@ "@rollup/plugin-commonjs": "^25.0.7", | ||
}, | ||
"dependencies": { | ||
"fetch-retry": "^6.0.0", | ||
"immer": "^10.0.4", | ||
"isomorphic-fetch": "^3.0.0", | ||
"ramda": "^0.30.0", | ||
"uuid": "^9.0.1", | ||
"zustand": "^4.5.2", | ||
"zustand-computed-state": "^0.1.3" | ||
}, | ||
"peerDependencies": { | ||
"zustand": "^4.5.2" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "be800b16f8c16136629014d31ec5e29aacc952f3" | ||
"gitHead": "f6282f6628701fc1bfdf53aae2202ccb3f463570" | ||
} |
// This is an auto-generated file. Do not edit. | ||
export const VERSION = '@civic/gateway-client-core:1.1.1-beta.1'; | ||
export const VERSION = '@civic/gateway-client-core:1.1.1'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
2049887
187