@tableland/sdk
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -78,3 +78,3 @@ "use strict"; | ||
contract: evm.proxies.ethereum, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -95,3 +95,3 @@ }, | ||
contract: evm.proxies.optimism, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -112,3 +112,3 @@ }, | ||
contract: evm.proxies.arbitrum, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -129,3 +129,3 @@ }, | ||
contract: evm.proxies.polygon, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -132,0 +132,0 @@ }, |
@@ -48,3 +48,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
contract: evm.proxies.ethereum, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -65,3 +65,3 @@ }, | ||
contract: evm.proxies.optimism, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -82,3 +82,3 @@ }, | ||
contract: evm.proxies.arbitrum, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -99,3 +99,3 @@ }, | ||
contract: evm.proxies.polygon, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -102,0 +102,0 @@ }, |
{ | ||
"name": "@tableland/sdk", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "A TypeScript/JavaScript library for creating and querying Tables on the Tableland network.", | ||
@@ -50,4 +50,5 @@ "repository": "https://github.com/tablelandnetwork/js-tableland", | ||
"prepublishOnly": "npm run build:all", | ||
"test": "jest --verbose", | ||
"test:e2e": "npm run build:test && tape test/integration/build/test/integration/*.test.js", | ||
"test": "npm run test:unit && npm run test:e2e", | ||
"test:unit": "jest --verbose", | ||
"test:e2e": "npm run build:test && node --experimental-fetch ./node_modules/tape/bin/tape test/integration/build/test/integration/*.test.js", | ||
"clean": "rm -rf dist build package docs", | ||
@@ -69,3 +70,3 @@ "ts-node": "ts-node", | ||
"@babel/register": "^7.18.9", | ||
"@tableland/local": "^0.0.0-pre11", | ||
"@tableland/local": "0.0.0-pre13.9", | ||
"@types/chai": "^4.2.22", | ||
@@ -75,5 +76,4 @@ "@types/jest": "^29.0.3", | ||
"@types/node": "^18.8.2", | ||
"@types/tape": "^4.13.2", | ||
"@typescript-eslint/eslint-plugin": "^5.39.0", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/tape": "^4.13.2", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
@@ -96,3 +96,2 @@ "add-js-extension": "^1.0.4", | ||
"jest-ts-webcompat-resolver": "^1.0.0", | ||
"node-fetch": "^2.6.7", | ||
"prettier": "^2.7.1", | ||
@@ -99,0 +98,0 @@ "tape": "^5.6.1", |
@@ -40,2 +40,6 @@ # @tableland/sdk | ||
:warning: Please ensure you are using Node 18 (or newer). | ||
If you are using versions prior to v18, you will need to provide global access to `fetch`. Instructions on how to implement this can be found in the `node-fetch` documentation [here](https://github.com/node-fetch/node-fetch#providing-global-access). For Node 16, in particular, you can try using the [`--experimental-fetch`](https://nodejs.org/fa/blog/release/v16.15.0/#add-fetch-api) flag, which installs the `fetch`, `Request`, `Response`, `Headers`, and `FormData` globals. | ||
> Note: Not seeing the build type you need for your project or idea? Let us know, we're happy to work with you to improve the SDK usability! | ||
@@ -42,0 +46,0 @@ |
@@ -77,3 +77,3 @@ import { Signer, ethers } from "ethers"; | ||
contract: evm.proxies.ethereum, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -94,3 +94,3 @@ }, | ||
contract: evm.proxies.optimism, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -111,3 +111,3 @@ }, | ||
contract: evm.proxies.arbitrum, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -128,3 +128,3 @@ }, | ||
contract: evm.proxies.polygon, | ||
host: "https://testnet.tableland.network", | ||
host: "https://tableland.network", | ||
rpcRelay: false, | ||
@@ -131,0 +131,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3553372
34
105