@malloydata/db-postgres 0.0.119-dev240123183113 → 0.0.119-dev240124170348

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.
@@ -233,7 +233,7 @@ class PostgresConnection {
233
233
  dialect: this.dialectName,
234
234
  structRelationship: {
235
235
  type: 'nested',
236
- field: name,
236
+ fieldName: name,
237
237
  isArray: true,
238
238
  },
239
239
  structSource: { type: 'nested' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-postgres",
3
- "version": "0.0.119-dev240123183113",
3
+ "version": "0.0.119-dev240124170348",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "dependencies": {
25
- "@malloydata/malloy": "^0.0.119-dev240123183113",
25
+ "@malloydata/malloy": "^0.0.119-dev240124170348",
26
26
  "@types/pg": "^8.6.1",
27
27
  "pg": "^8.7.1",
28
28
  "pg-query-stream": "4.2.3"