Skip to content

Commit

Permalink
Version 0.0.187-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Malloy CI Bot <malloy-ci-bot@malloydata.org>
  • Loading branch information
Malloy CI Bot committed Sep 19, 2024
1 parent da536c7 commit 5c56368
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"version": "0.0.186",
"version": "0.0.187",
"command": {
"version": {
"allowBranch": "main"
Expand Down
50 changes: 25 additions & 25 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/malloy-db-bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-bigquery",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@google-cloud/bigquery": "^7.3.0",
"@google-cloud/common": "^5.0.1",
"@google-cloud/paginator": "^5.0.0",
"@malloydata/malloy": "^0.0.186",
"@malloydata/malloy": "^0.0.187",
"gaxios": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/malloy-db-duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-duckdb",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@duckdb/duckdb-wasm": "1.28.1-dev242.0",
"@malloydata/malloy": "^0.0.186",
"@malloydata/malloy": "^0.0.187",
"@motherduck/wasm-client": "^0.6.3",
"apache-arrow": "^16.0.0",
"duckdb": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-postgres",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.186",
"@malloydata/malloy": "^0.0.187",
"@types/pg": "^8.6.1",
"pg": "^8.7.1",
"pg-query-stream": "4.2.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-snowflake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-snowflake",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.186",
"@malloydata/malloy": "^0.0.187",
"@types/snowflake-sdk": "^1.6.16",
"generic-pool": "^3.9.0",
"snowflake-sdk": "1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-trino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-trino",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.186",
"@malloydata/malloy": "^0.0.187",
"@prestodb/presto-js-client": "^1.0.0",
"gaxios": "^4.2.0",
"trino-client": "^0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy-interfaces",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-malloy-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy-sql",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.186"
"@malloydata/malloy": "^0.0.187"
},
"devDependencies": {
"peggy": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/render",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"main": "dist/module/index.umd.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"build-types": "tsc --build --declaration --emitDeclarationOnly"
},
"dependencies": {
"@malloydata/malloy": "^0.0.186",
"@malloydata/malloy": "^0.0.187",
"@tanstack/solid-virtual": "^3.10.4",
"component-register": "^0.8.6",
"lodash": "^4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-syntax-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/syntax-highlight",
"version": "0.0.186",
"version": "0.0.187",
"description": "A package to simplify the process of developing, testing, and syncnig Malloy syntax highlighting grammars",
"files": [
"grammars/**/*.tmGrammar.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy",
"version": "0.0.186",
"version": "0.0.187",
"license": "MIT",
"exports": {
".": "./dist/index.js",
Expand Down
16 changes: 8 additions & 8 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"dependencies": {
"@jest/globals": "^29.4.3",
"@malloydata/db-bigquery": "^0.0.186",
"@malloydata/db-duckdb": "^0.0.186",
"@malloydata/db-postgres": "^0.0.186",
"@malloydata/db-snowflake": "^0.0.186",
"@malloydata/db-trino": "^0.0.186",
"@malloydata/malloy": "^0.0.186",
"@malloydata/render": "^0.0.186",
"@malloydata/db-bigquery": "^0.0.187",
"@malloydata/db-duckdb": "^0.0.187",
"@malloydata/db-postgres": "^0.0.187",
"@malloydata/db-snowflake": "^0.0.187",
"@malloydata/db-trino": "^0.0.187",
"@malloydata/malloy": "^0.0.187",
"@malloydata/render": "^0.0.187",
"jsdom": "^22.1.0",
"luxon": "^2.4.0",
"madge": "^6.0.0"
Expand All @@ -36,5 +36,5 @@
"@types/jsdom": "^21.1.1",
"@types/luxon": "^2.4.0"
},
"version": "0.0.186"
"version": "0.0.187"
}

0 comments on commit 5c56368

Please sign in to comment.