@malloydata/db-duckdb 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 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/looker-open-source/malloy/blob/main/packages/malloy/README.md) for additional information.
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.
@@ -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/looker-open-source/malloy/issues/635)
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
@@ -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/looker-open-source/malloy/issues/635)
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.9-dev221118183053",
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/looker-open-source/malloy#readme",
7
+ "homepage": "https://github.com/malloydata/malloy#readme",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/looker-open-source/malloy"
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.9-dev221118183053",
22
+ "@malloydata/malloy": "^0.0.9-dev221123175817",
23
23
  "duckdb": "0.5.1"
24
24
  }
25
25
  }