crossnote 0.9.30 → 0.9.32
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/out/cjs/index.cjs +256 -240
- package/out/dependencies/README.md +12 -1
- package/out/dependencies/mermaid/mermaid.min.js +840 -609
- package/out/esm/index.mjs +275 -259
- package/out/styles/markdown-it-callout.css +1 -1
- package/out/styles/preview.css +1 -1
- package/out/styles/style-template.css +1 -1
- package/out/types/src/markdown-engine/index.d.ts +4 -0
- package/out/types/src/notebook/index.d.ts +1 -0
- package/out/types/src/notebook/types.d.ts +3 -0
- package/out/types/src/renderers/d2.d.ts +1 -1
- package/out/types/src/webview/containers/preview.d.ts +2 -1
- package/out/types/src/webview/lib/i18n.d.ts +3 -0
- package/out/types/test/block-id.test.d.ts +1 -0
- package/out/types/test/browser/mermaid-beta.spec.d.ts +1 -0
- package/out/types/test/browser/server.d.ts +1 -0
- package/out/types/test/browser-server-guard.test.d.ts +1 -0
- package/out/types/test/callout.test.d.ts +1 -0
- package/out/types/test/d2-fenced.test.d.ts +1 -0
- package/out/types/test/d2.test.d.ts +1 -0
- package/out/types/test/export-color-scheme.test.d.ts +1 -0
- package/out/types/test/file-url-encoding.test.d.ts +1 -0
- package/out/types/test/head-html-sanitize.test.d.ts +1 -0
- package/out/types/test/i18n.test.d.ts +1 -0
- package/out/types/test/math-blockquote.test.d.ts +1 -0
- package/out/types/test/mermaid-bundle.test.d.ts +1 -0
- package/out/types/test/preview-scripts-gate.test.d.ts +1 -0
- package/out/types/tsconfig.tsbuildinfo +1 -1
- package/out/webview/backlinks.css +1 -1
- package/out/webview/backlinks.js +7 -7
- package/out/webview/graph-view.css +1 -1
- package/out/webview/graph-view.js +4 -4
- package/out/webview/preview.css +1 -1
- package/out/webview/preview.js +232 -231
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crossnote",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.32",
|
|
4
4
|
"description": "A powerful markdown notebook tool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"json5": "^2.2.3",
|
|
109
109
|
"katex": "^0.16.47",
|
|
110
110
|
"less": "^4.2.0",
|
|
111
|
-
"markdown-it": "^14.
|
|
111
|
+
"markdown-it": "^14.2.0",
|
|
112
112
|
"markdown-it-abbr": "^1.0.4",
|
|
113
113
|
"markdown-it-deflist": "^2.1.0",
|
|
114
114
|
"markdown-it-emoji": "^2.0.2",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"markdown-it-sup": "^1.0.0",
|
|
120
120
|
"markdown_yo": "^0.0.5",
|
|
121
121
|
"md5": "^2.3.0",
|
|
122
|
-
"mermaid": "^11.
|
|
122
|
+
"mermaid": "^11.17.2",
|
|
123
123
|
"minisearch": "^6.1.0",
|
|
124
124
|
"mkdirp": "^3.0.1",
|
|
125
125
|
"monaco-editor": "^0.43.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"react-contexify": "^6.0.0",
|
|
137
137
|
"react-dom": "^18.2.0",
|
|
138
138
|
"reading-time": "^1.5.0",
|
|
139
|
-
"sharp": "^0.
|
|
139
|
+
"sharp": "^0.35.0",
|
|
140
140
|
"simple-icons": "^9.13.0",
|
|
141
141
|
"slash": "^5.1.0",
|
|
142
142
|
"twemoji": "^13.1.0",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"yaml": "^2.3.2"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@babel/core": "^7.
|
|
151
|
+
"@babel/core": "^7.29.6",
|
|
152
152
|
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
153
153
|
"@babel/preset-env": "^7.26.9",
|
|
154
154
|
"@babel/preset-react": "^7.26.3",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"babel-plugin-transform-import-meta": "^2.3.2",
|
|
198
198
|
"concurrently": "^8.2.1",
|
|
199
199
|
"domhandler": "^6.0.1",
|
|
200
|
-
"esbuild": "^0.
|
|
200
|
+
"esbuild": "^0.28.1",
|
|
201
201
|
"eslint": "^10.2.1",
|
|
202
202
|
"eslint-plugin-react": "^7.37.5",
|
|
203
203
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"jsdom": "^23.2.0",
|
|
212
212
|
"lint-staged": "^16.4.0",
|
|
213
213
|
"mathjax": "^4.1.2",
|
|
214
|
-
"postcss": "^8.
|
|
214
|
+
"postcss": "^8.5.23",
|
|
215
215
|
"prettier": "^3.8.3",
|
|
216
216
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
217
217
|
"tailwindcss": "^3.3.3",
|