@malloydata/db-postgres 0.0.9-dev221118183053 → 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 Postgres - see [here](https://github.com/
|
|
7
|
+
This package facilitates using the `malloydata/malloy` library with Postgres - 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-postgres",
|
|
3
|
-
"version": "0.0.9-
|
|
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}'",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"prepublishOnly": "npm run build"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@malloydata/malloy": "^0.0.9-
|
|
21
|
+
"@malloydata/malloy": "^0.0.9-dev221123175817",
|
|
22
22
|
"@types/pg": "^8.6.1",
|
|
23
23
|
"pg": "^8.7.1",
|
|
24
24
|
"pg-query-stream": "4.2.3"
|