@malloydata/db-duckdb 0.0.119-dev240118215411 → 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.
- package/dist/duckdb_common.js +2 -2
- package/package.json +2 -2
package/dist/duckdb_common.js
CHANGED
|
@@ -182,7 +182,7 @@ class DuckDBCommon {
|
|
|
182
182
|
structSource: { type: arrayMatch ? 'nested' : 'inline' },
|
|
183
183
|
structRelationship: {
|
|
184
184
|
type: arrayMatch ? 'nested' : 'inline',
|
|
185
|
-
|
|
185
|
+
fieldName: name,
|
|
186
186
|
isArray: false,
|
|
187
187
|
},
|
|
188
188
|
fields: [],
|
|
@@ -200,7 +200,7 @@ class DuckDBCommon {
|
|
|
200
200
|
structSource: { type: 'nested' },
|
|
201
201
|
structRelationship: {
|
|
202
202
|
type: 'nested',
|
|
203
|
-
|
|
203
|
+
fieldName: name,
|
|
204
204
|
isArray: true,
|
|
205
205
|
},
|
|
206
206
|
fields: [{ ...malloyType, name: 'value' }],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-duckdb",
|
|
3
|
-
"version": "0.0.119-
|
|
3
|
+
"version": "0.0.119-dev240124170348",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@malloydata/duckdb-wasm": "0.0.6",
|
|
44
|
-
"@malloydata/malloy": "^0.0.119-
|
|
44
|
+
"@malloydata/malloy": "^0.0.119-dev240124170348",
|
|
45
45
|
"apache-arrow": "^13.0.0",
|
|
46
46
|
"duckdb": "0.9.2",
|
|
47
47
|
"web-worker": "^1.2.0"
|