@tableland/local
Advanced tools
Comparing version 3.0.0-pre.2 to 3.0.0
@@ -7,4 +7,6 @@ #!/usr/bin/env node | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// eslint-disable-next-line | ||
// @ts-ignore | ||
const yargs_1 = __importDefault(require("yargs/yargs")); | ||
// eslint-disable-next-line | ||
// @ts-ignore | ||
@@ -11,0 +13,0 @@ const helpers_1 = require("yargs/helpers"); |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { EventEmitter } from "node:events"; | ||
@@ -5,0 +4,0 @@ import { type ChildProcess, type SpawnSyncReturns } from "node:child_process"; |
@@ -416,4 +416,4 @@ "use strict"; | ||
return wallet.connect(new ethers_1.JsonRpcProvider(`http://127.0.0.1:${port}`, network, { | ||
staticNetwork: true, // Reduce `eth_chainId` calls | ||
batchStallTime: 0, // Don't batch requests, send them immediately | ||
staticNetwork: true, | ||
batchStallTime: 0, | ||
cacheTimeout: -1, // Don't cache | ||
@@ -420,0 +420,0 @@ })); |
#!/usr/bin/env node | ||
// eslint-disable-next-line | ||
// @ts-ignore | ||
import yargs from "yargs/yargs"; | ||
// eslint-disable-next-line | ||
// @ts-ignore | ||
@@ -5,0 +7,0 @@ import { hideBin } from "yargs/helpers"; |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { EventEmitter } from "node:events"; | ||
@@ -5,0 +4,0 @@ import { type ChildProcess, type SpawnSyncReturns } from "node:child_process"; |
@@ -374,4 +374,4 @@ import { Socket } from "net"; | ||
return wallet.connect(new JsonRpcProvider(`http://127.0.0.1:${port}`, network, { | ||
staticNetwork: true, // Reduce `eth_chainId` calls | ||
batchStallTime: 0, // Don't batch requests, send them immediately | ||
staticNetwork: true, | ||
batchStallTime: 0, | ||
cacheTimeout: -1, // Don't cache | ||
@@ -378,0 +378,0 @@ })); |
{ | ||
"name": "@tableland/local", | ||
"version": "3.0.0-pre.2", | ||
"version": "3.0.0", | ||
"description": "Tooling to start a sandboxed Tableland network.", | ||
@@ -68,3 +68,3 @@ "repository": { | ||
"dependencies": { | ||
"@tableland/sdk": "^7.0.0-pre.1", | ||
"@tableland/sdk": "^7.0.0", | ||
"@tableland/validator": "^1.10.2", | ||
@@ -76,9 +76,5 @@ "cross-spawn": "^7.0.3", | ||
"shelljs": "^0.8.5", | ||
"typescript": "^5.4.5", | ||
"yargs": "^17.7.2" | ||
"yargs": "^17.5.1" | ||
}, | ||
"devDependencies": { | ||
"@types/cross-spawn": "^6.0.6", | ||
"@types/shelljs": "^0.8.15" | ||
} | ||
"gitHead": "c1d3b2a567d4534f5bf976c072e37feb9d370e3b" | ||
} |
@@ -1,7 +0,6 @@ | ||
// NOTE: this file is only included in the build if compiling to esm | ||
import { dirname } from "node:path"; | ||
import { fileURLToPath } from "node:url"; | ||
// NOTE: this file is only for tests | ||
import { join } from "node:path"; | ||
export const getDirname = function (): string { | ||
return dirname(fileURLToPath(import.meta.url)); | ||
return join(process.cwd(), "dist", "esm"); | ||
}; |
#!/usr/bin/env node | ||
// eslint-disable-next-line | ||
// @ts-ignore | ||
import yargs from "yargs/yargs"; | ||
// eslint-disable-next-line | ||
// @ts-ignore | ||
@@ -6,0 +8,0 @@ import { hideBin } from "yargs/helpers"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
950161
8
0
90
21323
1
18
- Removedtypescript@^5.4.5
- Removedtypescript@5.7.3(transitive)
Updated@tableland/sdk@^7.0.0
Updatedyargs@^17.5.1