Skip to content

Commit

Permalink
fix(node-helpers|cli): define .js on node-helpers export, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuchholz committed Nov 8, 2023
1 parent 98ae4b4 commit 0e9c57c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tableland/cli",
"version": "5.3.1",
"version": "5.3.2",
"description": "Tableland command line tools",
"repository": "https://github.com/tablelandnetwork/tableland-js",
"publishConfig": {
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@ensdomains/ensjs": "3.0.0-alpha.64",
"@tableland/node-helpers": "^0.0.1",
"@tableland/node-helpers": "^0.0.2",
"@tableland/sdk": "^5.0.0",
"@tableland/sqlparser": "^1.3.0",
"cli-select-2": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tableland/node-helpers",
"version": "0.0.1",
"version": "0.0.2",
"description": "Helpers for the @tableland/sdk in a Node.js environment",
"repository": "https://github.com/tablelandnetwork/tableland-js",
"license": "MIT AND Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-helpers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { jsonFileAliases, findOrCreateAliasesFile } from "./utils";
export { jsonFileAliases, findOrCreateAliasesFile } from "./utils.js";

0 comments on commit 0e9c57c

Please sign in to comment.