@malloydata/cli 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +398 -399
- package/dist/index.js +1 -1
- package/dist/post-install.js +3 -3
- package/dist/third_party_notices.txt +1 -1
- package/package.json +8 -8
|
@@ -35930,7 +35930,7 @@ SOFTWARE.
|
|
|
35930
35930
|
|
|
35931
35931
|
-------
|
|
35932
35932
|
Package: esbuild
|
|
35933
|
-
Url: https://
|
|
35933
|
+
Url: git+https://github.com/evanw/esbuild.git
|
|
35934
35934
|
License(s): MIT
|
|
35935
35935
|
License Text:
|
|
35936
35936
|
MIT License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
4
4
|
"description": "Malloy CLI",
|
|
5
5
|
"bin": {
|
|
6
6
|
"malloy-cli": "dist/index.js",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"@actions/core": "^1.11.1",
|
|
63
63
|
"@actions/github": "^6.0.0",
|
|
64
64
|
"@commander-js/extra-typings": "^12.1.0",
|
|
65
|
-
"@malloydata/db-bigquery": "0.0.
|
|
66
|
-
"@malloydata/db-duckdb": "0.0.
|
|
67
|
-
"@malloydata/db-postgres": "0.0.
|
|
68
|
-
"@malloydata/db-snowflake": "0.0.
|
|
69
|
-
"@malloydata/db-trino": "0.0.
|
|
70
|
-
"@malloydata/malloy": "0.0.
|
|
71
|
-
"@malloydata/malloy-sql": "0.0.
|
|
65
|
+
"@malloydata/db-bigquery": "0.0.297",
|
|
66
|
+
"@malloydata/db-duckdb": "0.0.297",
|
|
67
|
+
"@malloydata/db-postgres": "0.0.297",
|
|
68
|
+
"@malloydata/db-snowflake": "0.0.297",
|
|
69
|
+
"@malloydata/db-trino": "0.0.297",
|
|
70
|
+
"@malloydata/malloy": "0.0.297",
|
|
71
|
+
"@malloydata/malloy-sql": "0.0.297",
|
|
72
72
|
"@types/jest": "^29.2.5",
|
|
73
73
|
"@types/node": "^14.11.2",
|
|
74
74
|
"@types/node-fetch": "^2.6.12",
|