@observablehq/notebook-kit 1.7.9 → 1.7.11
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/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/observablehq/notebook-kit.git"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.7.
|
|
8
|
+
"version": "1.7.11",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "vitest",
|
|
@@ -45,43 +45,43 @@
|
|
|
45
45
|
"@fontsource-variable/inter": "^5.2.8",
|
|
46
46
|
"@fontsource-variable/source-serif-4": "^5.2.9",
|
|
47
47
|
"@fontsource-variable/spline-sans-mono": "^5.2.8",
|
|
48
|
-
"@lezer/common": "^1.2
|
|
49
|
-
"@lezer/css": "^1.
|
|
50
|
-
"@lezer/highlight": "^1.2.
|
|
51
|
-
"@lezer/html": "^1.3.
|
|
52
|
-
"@lezer/javascript": "^1.5.
|
|
53
|
-
"@lezer/markdown": "^1.
|
|
48
|
+
"@lezer/common": "^1.5.2",
|
|
49
|
+
"@lezer/css": "^1.3.3",
|
|
50
|
+
"@lezer/highlight": "^1.2.3",
|
|
51
|
+
"@lezer/html": "^1.3.13",
|
|
52
|
+
"@lezer/javascript": "^1.5.4",
|
|
53
|
+
"@lezer/markdown": "^1.6.3",
|
|
54
54
|
"@lezer/python": "^1.1.18",
|
|
55
55
|
"@observablehq/inspector": "^5.0.1",
|
|
56
56
|
"@observablehq/parser": "^6.1.0",
|
|
57
57
|
"@observablehq/runtime": "^6.0.0",
|
|
58
58
|
"@sindresorhus/slugify": "^2.2.1",
|
|
59
|
-
"acorn": "^8.
|
|
60
|
-
"acorn-walk": "^8.3.
|
|
59
|
+
"acorn": "^8.16.0",
|
|
60
|
+
"acorn-walk": "^8.3.5",
|
|
61
61
|
"jsdom": "^26.1.0",
|
|
62
|
-
"markdown-it": "^14.1.
|
|
62
|
+
"markdown-it": "^14.1.1",
|
|
63
63
|
"markdown-it-anchor": "^9.2.0",
|
|
64
|
-
"typescript": "^5.
|
|
65
|
-
"vite": "^7.0.0"
|
|
64
|
+
"typescript": "^5.9.3",
|
|
65
|
+
"vite": "^7.0.0 || ^8.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@databricks/sql": "^1.14.0",
|
|
69
|
-
"@duckdb/node-api": "
|
|
70
|
-
"@eslint/js": "^9.
|
|
71
|
-
"@google-cloud/bigquery": "^8.3.
|
|
69
|
+
"@duckdb/node-api": "1.3.2-alpha.26",
|
|
70
|
+
"@eslint/js": "^9.39.4",
|
|
71
|
+
"@google-cloud/bigquery": "^8.3.1",
|
|
72
72
|
"@types/jsdom": "^21.1.7",
|
|
73
73
|
"@types/markdown-it": "^14.1.2",
|
|
74
|
-
"bun-types": "^1.
|
|
75
|
-
"eslint": "^9.
|
|
74
|
+
"bun-types": "^1.3.14",
|
|
75
|
+
"eslint": "^9.39.4",
|
|
76
76
|
"exceljs": "^4.4.0",
|
|
77
|
-
"globals": "^16.
|
|
78
|
-
"htl": "^0.
|
|
77
|
+
"globals": "^16.5.0",
|
|
78
|
+
"htl": "^1.0.0",
|
|
79
79
|
"jszip": "^3.10.1",
|
|
80
80
|
"postgres": "^3.4.9",
|
|
81
|
-
"snowflake-sdk": "^2.4.
|
|
82
|
-
"tsx": "^4.
|
|
83
|
-
"typescript-eslint": "^8.
|
|
84
|
-
"vitest": "^
|
|
81
|
+
"snowflake-sdk": "^2.4.2",
|
|
82
|
+
"tsx": "^4.22.3",
|
|
83
|
+
"typescript-eslint": "^8.59.4",
|
|
84
|
+
"vitest": "^4.1.7"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"@databricks/sql": "^1.14.0",
|
|
@@ -172,6 +172,7 @@ export class DuckDBClient {
|
|
|
172
172
|
return this.of.apply(this, arguments).then((db) => db.sql.bind(db));
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
+
Object.defineProperty(DuckDBClient, "name", { value: "DuckDBClient" }); // prevent mangling
|
|
175
176
|
Object.defineProperty(DuckDBClient.prototype, "dialect", { value: "duckdb" });
|
|
176
177
|
// async function registerExtensions(db, extensions) {
|
|
177
178
|
// const {mainModule} = await bundle;
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/observablehq/notebook-kit.git"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.7.
|
|
8
|
+
"version": "1.7.11",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "vitest",
|
|
@@ -45,43 +45,43 @@
|
|
|
45
45
|
"@fontsource-variable/inter": "^5.2.8",
|
|
46
46
|
"@fontsource-variable/source-serif-4": "^5.2.9",
|
|
47
47
|
"@fontsource-variable/spline-sans-mono": "^5.2.8",
|
|
48
|
-
"@lezer/common": "^1.2
|
|
49
|
-
"@lezer/css": "^1.
|
|
50
|
-
"@lezer/highlight": "^1.2.
|
|
51
|
-
"@lezer/html": "^1.3.
|
|
52
|
-
"@lezer/javascript": "^1.5.
|
|
53
|
-
"@lezer/markdown": "^1.
|
|
48
|
+
"@lezer/common": "^1.5.2",
|
|
49
|
+
"@lezer/css": "^1.3.3",
|
|
50
|
+
"@lezer/highlight": "^1.2.3",
|
|
51
|
+
"@lezer/html": "^1.3.13",
|
|
52
|
+
"@lezer/javascript": "^1.5.4",
|
|
53
|
+
"@lezer/markdown": "^1.6.3",
|
|
54
54
|
"@lezer/python": "^1.1.18",
|
|
55
55
|
"@observablehq/inspector": "^5.0.1",
|
|
56
56
|
"@observablehq/parser": "^6.1.0",
|
|
57
57
|
"@observablehq/runtime": "^6.0.0",
|
|
58
58
|
"@sindresorhus/slugify": "^2.2.1",
|
|
59
|
-
"acorn": "^8.
|
|
60
|
-
"acorn-walk": "^8.3.
|
|
59
|
+
"acorn": "^8.16.0",
|
|
60
|
+
"acorn-walk": "^8.3.5",
|
|
61
61
|
"jsdom": "^26.1.0",
|
|
62
|
-
"markdown-it": "^14.1.
|
|
62
|
+
"markdown-it": "^14.1.1",
|
|
63
63
|
"markdown-it-anchor": "^9.2.0",
|
|
64
|
-
"typescript": "^5.
|
|
65
|
-
"vite": "^7.0.0"
|
|
64
|
+
"typescript": "^5.9.3",
|
|
65
|
+
"vite": "^7.0.0 || ^8.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@databricks/sql": "^1.14.0",
|
|
69
|
-
"@duckdb/node-api": "
|
|
70
|
-
"@eslint/js": "^9.
|
|
71
|
-
"@google-cloud/bigquery": "^8.3.
|
|
69
|
+
"@duckdb/node-api": "1.3.2-alpha.26",
|
|
70
|
+
"@eslint/js": "^9.39.4",
|
|
71
|
+
"@google-cloud/bigquery": "^8.3.1",
|
|
72
72
|
"@types/jsdom": "^21.1.7",
|
|
73
73
|
"@types/markdown-it": "^14.1.2",
|
|
74
|
-
"bun-types": "^1.
|
|
75
|
-
"eslint": "^9.
|
|
74
|
+
"bun-types": "^1.3.14",
|
|
75
|
+
"eslint": "^9.39.4",
|
|
76
76
|
"exceljs": "^4.4.0",
|
|
77
|
-
"globals": "^16.
|
|
78
|
-
"htl": "^0.
|
|
77
|
+
"globals": "^16.5.0",
|
|
78
|
+
"htl": "^1.0.0",
|
|
79
79
|
"jszip": "^3.10.1",
|
|
80
80
|
"postgres": "^3.4.9",
|
|
81
|
-
"snowflake-sdk": "^2.4.
|
|
82
|
-
"tsx": "^4.
|
|
83
|
-
"typescript-eslint": "^8.
|
|
84
|
-
"vitest": "^
|
|
81
|
+
"snowflake-sdk": "^2.4.2",
|
|
82
|
+
"tsx": "^4.22.3",
|
|
83
|
+
"typescript-eslint": "^8.59.4",
|
|
84
|
+
"vitest": "^4.1.7"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"@databricks/sql": "^1.14.0",
|