@tableland/sdk
Advanced tools
Comparing version 4.0.0-pre.3 to 4.0.0-pre.4
@@ -12,2 +12,3 @@ "use strict"; | ||
const { prefix, name: tableName } = await (0, parser_js_1.validateTableName)(`${first}_${chainId}`, true); | ||
statement = statement.trim(); | ||
const stmt = statement.replace(firstSearch, function (_, create, name, schema) { | ||
@@ -14,0 +15,0 @@ const newName = name.replace(secondSearch, function (sub, ...args) { |
@@ -9,2 +9,3 @@ import { validateTableName } from "../helpers/parser.js"; | ||
const { prefix, name: tableName } = await validateTableName(`${first}_${chainId}`, true); | ||
statement = statement.trim(); | ||
const stmt = statement.replace(firstSearch, function (_, create, name, schema) { | ||
@@ -11,0 +12,0 @@ const newName = name.replace(secondSearch, function (sub, ...args) { |
{ | ||
"name": "@tableland/sdk", | ||
"version": "4.0.0-pre.3", | ||
"version": "4.0.0-pre.4", | ||
"description": "A database client and helpers for the Tableland network", | ||
@@ -94,3 +94,3 @@ "publishConfig": { | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-config-standard-with-typescript": "^26.0.0", | ||
"eslint-config-standard-with-typescript": "^27.0.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -97,0 +97,0 @@ "eslint-plugin-n": "^15.6.0", |
@@ -28,2 +28,3 @@ import { type SignerConfig } from "../helpers/config.js"; | ||
); | ||
statement = statement.trim(); | ||
const stmt = statement.replace( | ||
@@ -30,0 +31,0 @@ firstSearch, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
363229
6987