Skip to content

Commit 3198e88

Browse files
author
Malloy CI Bot
committed
Version 0.0.393-dev [skip ci]
Signed-off-by: Malloy CI Bot <malloy-ci-bot@malloydata.org>
1 parent b7eed99 commit 3198e88

23 files changed

Lines changed: 122 additions & 122 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
4-
"version": "0.0.392",
4+
"version": "0.0.393",
55
"command": {
66
"version": {
77
"allowBranch": "main"

package-lock.json

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/malloy-connections/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@malloydata/malloy-connections",
3-
"version": "0.0.392",
3+
"version": "0.0.393",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -33,13 +33,13 @@
3333
"clean": "tsc --build --clean && rm -f tsconfig.tsbuildinfo"
3434
},
3535
"dependencies": {
36-
"@malloydata/db-bigquery": "0.0.392",
37-
"@malloydata/db-databricks": "0.0.392",
38-
"@malloydata/db-duckdb": "0.0.392",
39-
"@malloydata/db-mysql": "0.0.392",
40-
"@malloydata/db-postgres": "0.0.392",
41-
"@malloydata/db-snowflake": "0.0.392",
42-
"@malloydata/db-trino": "0.0.392",
43-
"@malloydata/malloy": "0.0.392"
36+
"@malloydata/db-bigquery": "0.0.393",
37+
"@malloydata/db-databricks": "0.0.393",
38+
"@malloydata/db-duckdb": "0.0.393",
39+
"@malloydata/db-mysql": "0.0.393",
40+
"@malloydata/db-postgres": "0.0.393",
41+
"@malloydata/db-snowflake": "0.0.393",
42+
"@malloydata/db-trino": "0.0.393",
43+
"@malloydata/malloy": "0.0.393"
4444
}
4545
}

packages/malloy-db-bigquery/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@malloydata/db-bigquery",
3-
"version": "0.0.392",
3+
"version": "0.0.393",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"@google-cloud/bigquery": "^7.3.0",
2727
"@google-cloud/common": "^5.0.1",
2828
"@google-cloud/paginator": "^5.0.0",
29-
"@malloydata/malloy": "0.0.392",
29+
"@malloydata/malloy": "0.0.393",
3030
"gaxios": "^4.2.0"
3131
}
3232
}

packages/malloy-db-databricks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@malloydata/db-databricks",
3-
"version": "0.0.392",
3+
"version": "0.0.393",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@databricks/sql": "^1.8.4",
26-
"@malloydata/malloy": "0.0.392",
26+
"@malloydata/malloy": "0.0.393",
2727
"@types/node": "^22.7.4"
2828
}
2929
}

packages/malloy-db-duckdb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@malloydata/db-duckdb",
3-
"version": "0.0.392",
3+
"version": "0.0.393",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@duckdb/duckdb-wasm": "1.33.1-dev13.0",
6363
"@duckdb/node-api": "1.4.4-r.1",
64-
"@malloydata/malloy": "0.0.392",
64+
"@malloydata/malloy": "0.0.393",
6565
"@motherduck/wasm-client": "^0.6.6",
6666
"apache-arrow": "^17.0.0",
6767
"web-worker": "^1.3.0"

0 commit comments

Comments
 (0)