@malloydata/db-bigquery 0.0.8 → 0.0.9-dev221123175817
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,4 +4,4 @@ Malloy is an experimental language for describing data relationships and transfo
|
|
|
4
4
|
|
|
5
5
|
## This package
|
|
6
6
|
|
|
7
|
-
This package facilitates using the `malloydata/malloy` library with BigQuery - see [here](https://github.com/
|
|
7
|
+
This package facilitates using the `malloydata/malloy` library with BigQuery - see [here](https://github.com/malloydata/malloy/blob/main/packages/malloy/README.md) for additional information.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-bigquery",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9-dev221123175817",
|
|
4
4
|
"license": "GPL-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
-
"homepage": "https://github.com/
|
|
7
|
+
"homepage": "https://github.com/malloydata/malloy#readme",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/
|
|
10
|
+
"url": "https://github.com/malloydata/malloy"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"lint": "eslint '**/*.ts{,x}'",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@google-cloud/bigquery": "^5.5.0",
|
|
22
22
|
"@google-cloud/common": "^3.6.0",
|
|
23
|
-
"@malloydata/malloy": "^0.0.
|
|
23
|
+
"@malloydata/malloy": "^0.0.9-dev221123175817",
|
|
24
24
|
"gaxios": "^4.2.0"
|
|
25
25
|
}
|
|
26
26
|
}
|