@malloydata/db-postgres 0.0.28-dev230320190215 → 0.0.28-dev230321185634

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.
@@ -84,7 +84,6 @@ const postgresToMalloyTypes = {
84
84
  numeric: 'number',
85
85
  bytea: 'string',
86
86
  pg_ndistinct: 'number',
87
- uuid: 'string',
88
87
  };
89
88
  const DEFAULT_PAGE_SIZE = 1000;
90
89
  const SCHEMA_PAGE_SIZE = 1000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-postgres",
3
- "version": "0.0.28-dev230320190215",
3
+ "version": "0.0.28-dev230321185634",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "prepublishOnly": "npm run build"
20
20
  },
21
21
  "dependencies": {
22
- "@malloydata/malloy": "^0.0.28-dev230320190215",
22
+ "@malloydata/malloy": "^0.0.28-dev230321185634",
23
23
  "@types/pg": "^8.6.1",
24
24
  "pg": "^8.7.1",
25
25
  "pg-query-stream": "4.2.3"