Skip to content

Commit

Permalink
bump validator and fix local test:ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Jul 21, 2023
1 parent b4198bc commit c015684
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 178 deletions.
181 changes: 14 additions & 167 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scripts": {
"postinstall": "cd registry && npm install",
"test": "npm run build && node --experimental-fetch --experimental-vm-modules ./node_modules/mocha/bin/mocha --bail",
"test:ci": "mocha",
"test:ci": "node --experimental-fetch --experimental-vm-modules ./packages/local/node_modules/mocha/bin/mocha --bail",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist/*",
"build:esm": "cp src/get-dirname-esm.ts src/get-dirname.ts && tsc -p tsconfig.json",
Expand All @@ -54,8 +54,8 @@
"local-tableland": "dist/esm/up.js"
},
"dependencies": {
"@tableland/sdk": "^4.3.2",
"@tableland/validator": "^1.6.3",
"@tableland/sdk": "^4.4.1",
"@tableland/validator": "^1.7.2",
"cross-spawn": "^7.0.3",
"enquirer": "^2.3.6",
"ethers": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@databases/sql": "^3.2.0",
"@ethersproject/experimental": "^5.7.0",
"@playwright/test": "^1.30.0",
"@tableland/local": "^1.3.3-dev.3",
"@tableland/local": "^2.0.0",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.4",
Expand All @@ -96,7 +96,7 @@
"dependencies": {
"@async-generators/from-emitter": "^0.3.0",
"@tableland/evm": "^4.3.0",
"@tableland/sqlparser": "^1.2.1",
"@tableland/sqlparser": "^1.3.0",
"ethers": "^5.7.2"
}
}
9 changes: 3 additions & 6 deletions packages/sdk/test/browser/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c015684

Please sign in to comment.