crossnote 0.9.29 → 0.9.30
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 +240 -226
- package/out/esm/index.mjs +238 -224
- package/out/types/src/lib/js-sandbox.d.ts +6 -0
- package/out/types/src/utility.d.ts +0 -1
- package/out/types/test/hash-in-path.test.d.ts +1 -0
- package/out/types/test/heading-emphasis.test.d.ts +1 -0
- package/out/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crossnote",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.30",
|
|
4
4
|
"description": "A powerful markdown notebook tool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown"
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@headlessui/react": "^1.7.17",
|
|
70
70
|
"@heroicons/react": "^2.0.18",
|
|
71
|
+
"@jitl/quickjs-singlefile-cjs-release-sync": "^0.32.0",
|
|
71
72
|
"@mdi/js": "^7.2.96",
|
|
72
73
|
"@mdi/react": "^1.6.1",
|
|
73
74
|
"@monaco-editor/react": "^4.5.2",
|
|
@@ -130,6 +131,7 @@
|
|
|
130
131
|
"plantuml-encoder": "^1.4.0",
|
|
131
132
|
"puppeteer-core": "^24.16.2",
|
|
132
133
|
"qiniu": "^7.9.0",
|
|
134
|
+
"quickjs-emscripten-core": "^0.32.0",
|
|
133
135
|
"react": "^18.2.0",
|
|
134
136
|
"react-contexify": "^6.0.0",
|
|
135
137
|
"react-dom": "^18.2.0",
|
|
@@ -137,7 +139,6 @@
|
|
|
137
139
|
"sharp": "^0.33.5",
|
|
138
140
|
"simple-icons": "^9.13.0",
|
|
139
141
|
"slash": "^5.1.0",
|
|
140
|
-
"sval": "^0.6.9",
|
|
141
142
|
"twemoji": "^13.1.0",
|
|
142
143
|
"type-fest": "^4.3.1",
|
|
143
144
|
"unstated-next": "^1.1.0",
|