@silverbulletmd/silverbullet 2.4.1 → 2.4.2
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.
|
@@ -27,6 +27,7 @@ const runningAsWebWorker = typeof window === "undefined" &&
|
|
|
27
27
|
// @ts-ignore: globalThis
|
|
28
28
|
typeof globalThis.WebSocketPair === "undefined";
|
|
29
29
|
|
|
30
|
+
// @ts-ignore: Check if Deno is defined
|
|
30
31
|
if (typeof Deno === "undefined") {
|
|
31
32
|
// @ts-ignore: Deno hack
|
|
32
33
|
self.Deno = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silverbulletmd/silverbullet",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A self-hosted, web-based note taking app",
|
|
6
6
|
"publishConfig": {
|
|
@@ -83,16 +83,21 @@
|
|
|
83
83
|
"@replit/codemirror-lang-nix": "6.0.1",
|
|
84
84
|
"@replit/codemirror-vim": "6.3.0",
|
|
85
85
|
"ajv": "8.17.1",
|
|
86
|
+
"commander": "^14.0.3",
|
|
86
87
|
"crelt": "1.0.6",
|
|
88
|
+
"esbuild": "^0.27.3",
|
|
87
89
|
"fast-diff": "1.3.0",
|
|
90
|
+
"fast-glob": "^3.3.3",
|
|
88
91
|
"fuse.js": "7.1.0",
|
|
89
92
|
"gitignore-parser": "0.0.2",
|
|
90
93
|
"idb": "8.0.3",
|
|
91
|
-
"js-yaml": "4.1.
|
|
94
|
+
"js-yaml": "^4.1.1",
|
|
92
95
|
"mime": "4.1.0",
|
|
96
|
+
"picomatch": "^4.0.3",
|
|
93
97
|
"preact": "10.28.2",
|
|
94
98
|
"preact-feather": "4.2.1",
|
|
95
99
|
"react-icons": "5.5.0",
|
|
100
|
+
"sass": "^1.97.3",
|
|
96
101
|
"style-mod": "4.1.2",
|
|
97
102
|
"turndown": "7.2.2"
|
|
98
103
|
},
|
|
@@ -103,12 +108,7 @@
|
|
|
103
108
|
"@types/node": "^22.0.0",
|
|
104
109
|
"@types/picomatch": "^4.0.2",
|
|
105
110
|
"@types/turndown": "^5.0.6",
|
|
106
|
-
"commander": "^14.0.3",
|
|
107
|
-
"esbuild": "^0.27.3",
|
|
108
111
|
"fake-indexeddb": "6.0.1",
|
|
109
|
-
"fast-glob": "^3.3.0",
|
|
110
|
-
"picomatch": "^4.0.0",
|
|
111
|
-
"sass": "^1.97.3",
|
|
112
112
|
"tsx": "^4.19.0",
|
|
113
113
|
"typescript": "^5.9.3",
|
|
114
114
|
"vite": "^7.3.1",
|