@tableland/sdk
Advanced tools
Comparing version 7.0.0 to 7.0.1-pre.0
@@ -51,9 +51,9 @@ /** | ||
readonly Table: { | ||
/** @example healthbot_80001_1 */ | ||
/** @example healthbot_80002_1 */ | ||
readonly name?: string; | ||
/** @example https://testnets.tableland.network/api/v1/tables/80001/1 */ | ||
/** @example https://testnets.tableland.network/api/v1/tables/80002/1 */ | ||
readonly external_url?: string; | ||
/** @example https://tables.testnets.tableland.xyz/80001/1.html */ | ||
/** @example https://tables.testnets.tableland.xyz/80002/1.html */ | ||
readonly animation_url?: string; | ||
/** @example https://tables.testnets.tableland.xyz/80001/1.svg */ | ||
/** @example https://tables.testnets.tableland.xyz/80002/1.svg */ | ||
readonly image?: string; | ||
@@ -100,3 +100,3 @@ /** | ||
* Format: int32 | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -152,3 +152,3 @@ readonly chain_id?: number; | ||
* @description The SQL read query statement | ||
* @example select * from healthbot_80001_1 | ||
* @example select * from healthbot_80002_1 | ||
*/ | ||
@@ -215,3 +215,3 @@ readonly statement?: string; | ||
* @description The SQL read query statement | ||
* @example select * from healthbot_80001_1 | ||
* @example select * from healthbot_80002_1 | ||
*/ | ||
@@ -281,3 +281,3 @@ statement: string; | ||
* @description The parent chain to target | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -316,3 +316,3 @@ chainId: number; | ||
* @description The parent chain to target | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -319,0 +319,0 @@ chainId: number; |
@@ -51,9 +51,9 @@ /** | ||
readonly Table: { | ||
/** @example healthbot_80001_1 */ | ||
/** @example healthbot_80002_1 */ | ||
readonly name?: string; | ||
/** @example https://testnets.tableland.network/api/v1/tables/80001/1 */ | ||
/** @example https://testnets.tableland.network/api/v1/tables/80002/1 */ | ||
readonly external_url?: string; | ||
/** @example https://tables.testnets.tableland.xyz/80001/1.html */ | ||
/** @example https://tables.testnets.tableland.xyz/80002/1.html */ | ||
readonly animation_url?: string; | ||
/** @example https://tables.testnets.tableland.xyz/80001/1.svg */ | ||
/** @example https://tables.testnets.tableland.xyz/80002/1.svg */ | ||
readonly image?: string; | ||
@@ -100,3 +100,3 @@ /** | ||
* Format: int32 | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -152,3 +152,3 @@ readonly chain_id?: number; | ||
* @description The SQL read query statement | ||
* @example select * from healthbot_80001_1 | ||
* @example select * from healthbot_80002_1 | ||
*/ | ||
@@ -215,3 +215,3 @@ readonly statement?: string; | ||
* @description The SQL read query statement | ||
* @example select * from healthbot_80001_1 | ||
* @example select * from healthbot_80002_1 | ||
*/ | ||
@@ -281,3 +281,3 @@ statement: string; | ||
* @description The parent chain to target | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -316,3 +316,3 @@ chainId: number; | ||
* @description The parent chain to target | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -319,0 +319,0 @@ chainId: number; |
{ | ||
"name": "@tableland/sdk", | ||
"version": "7.0.0", | ||
"version": "7.0.1-pre.0", | ||
"description": "A database client and helpers for the Tableland network", | ||
@@ -85,7 +85,6 @@ "repository": { | ||
"@async-generators/from-emitter": "^0.3.0", | ||
"@tableland/evm": "^6.1.0", | ||
"@tableland/evm": "^6.1.1-pre.2", | ||
"@tableland/sqlparser": "^1.3.0", | ||
"ethers": "^6.12.0" | ||
}, | ||
"gitHead": "c1d3b2a567d4534f5bf976c072e37feb9d370e3b" | ||
"ethers": "^6.12.1" | ||
} | ||
} |
@@ -55,9 +55,9 @@ /** | ||
readonly Table: { | ||
/** @example healthbot_80001_1 */ | ||
/** @example healthbot_80002_1 */ | ||
readonly name?: string; | ||
/** @example https://testnets.tableland.network/api/v1/tables/80001/1 */ | ||
/** @example https://testnets.tableland.network/api/v1/tables/80002/1 */ | ||
readonly external_url?: string; | ||
/** @example https://tables.testnets.tableland.xyz/80001/1.html */ | ||
/** @example https://tables.testnets.tableland.xyz/80002/1.html */ | ||
readonly animation_url?: string; | ||
/** @example https://tables.testnets.tableland.xyz/80001/1.svg */ | ||
/** @example https://tables.testnets.tableland.xyz/80002/1.svg */ | ||
readonly image?: string; | ||
@@ -104,3 +104,3 @@ /** | ||
* Format: int32 | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -156,3 +156,3 @@ readonly chain_id?: number; | ||
* @description The SQL read query statement | ||
* @example select * from healthbot_80001_1 | ||
* @example select * from healthbot_80002_1 | ||
*/ | ||
@@ -222,3 +222,3 @@ readonly statement?: string; | ||
* @description The SQL read query statement | ||
* @example select * from healthbot_80001_1 | ||
* @example select * from healthbot_80002_1 | ||
*/ | ||
@@ -288,3 +288,3 @@ statement: string; | ||
* @description The parent chain to target | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -323,3 +323,3 @@ chainId: number; | ||
* @description The parent chain to target | ||
* @example 80001 | ||
* @example 80002 | ||
*/ | ||
@@ -326,0 +326,0 @@ chainId: number; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
656390
232
12363
2
Updated@tableland/evm@^6.1.1-pre.2
Updatedethers@^6.12.1