@malloydata/db-duckdb 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/dist/duckdb_common.d.ts +1 -1
- package/dist/duckdb_common.js +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 DuckDB - see [here](https://github.com/
|
|
7
|
+
This package facilitates using the `malloydata/malloy` library with DuckDB - see [here](https://github.com/malloydata/malloy/blob/main/packages/malloy/README.md) for additional information.
|
package/dist/duckdb_common.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare abstract class DuckDBCommon implements Connection, PersistSQLResu
|
|
|
33
33
|
* to be fed back into fillStructDefFromTypeMap(). Handles commas
|
|
34
34
|
* within nested STRUCT() declarations.
|
|
35
35
|
*
|
|
36
|
-
* (https://github.com/
|
|
36
|
+
* (https://github.com/malloydata/malloy/issues/635)
|
|
37
37
|
*
|
|
38
38
|
* @param s struct's column declaration
|
|
39
39
|
* @returns Array of column type declarations
|
package/dist/duckdb_common.js
CHANGED
|
@@ -102,7 +102,7 @@ class DuckDBCommon {
|
|
|
102
102
|
* to be fed back into fillStructDefFromTypeMap(). Handles commas
|
|
103
103
|
* within nested STRUCT() declarations.
|
|
104
104
|
*
|
|
105
|
-
* (https://github.com/
|
|
105
|
+
* (https://github.com/malloydata/malloy/issues/635)
|
|
106
106
|
*
|
|
107
107
|
* @param s struct's column declaration
|
|
108
108
|
* @returns Array of column type declarations
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-duckdb",
|
|
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}'",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@duckdb/duckdb-wasm": "^1.17.0",
|
|
22
|
-
"@malloydata/malloy": "^0.0.
|
|
22
|
+
"@malloydata/malloy": "^0.0.9-dev221123175817",
|
|
23
23
|
"duckdb": "0.5.1"
|
|
24
24
|
}
|
|
25
25
|
}
|