Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jan 29, 2024
1 parent bc542c5 commit db1daf4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"workspaces": [ "packages/libsql-core", "packages/libsql-client", "packages/libsql-client-wasm" ]
"workspaces": [
"packages/libsql-core",
"packages/libsql-client",
"packages/libsql-client-wasm"
]
}
8 changes: 5 additions & 3 deletions packages/libsql-client-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libsql/client-wasm",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [
"libsql",
"database",
Expand All @@ -22,7 +22,9 @@
],
"license": "MIT",
"type": "module",
"bundledDependencies": ["@libsql/libsql-wasm-experimental"],
"bundledDependencies": [
"@libsql/libsql-wasm-experimental"
],
"main": "lib-esm/wasm.js",
"types": "lib-esm/wasm.d.ts",
"exports": {
Expand Down Expand Up @@ -54,7 +56,7 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/core": "0.4.1",
"@libsql/core": "0.4.2",
"@libsql/libsql-wasm-experimental": "^0.0.1",
"js-base64": "^3.7.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/libsql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libsql/client",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [
"libsql",
"database",
Expand Down Expand Up @@ -99,7 +99,7 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/core": "^0.4.1",
"@libsql/core": "^0.4.2",
"@libsql/hrana-client": "^0.5.6",
"js-base64": "^3.7.5",
"libsql": "^0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/libsql-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libsql/core",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [
"libsql",
"database",
Expand Down

0 comments on commit db1daf4

Please sign in to comment.