crossnote 0.8.23 → 0.9.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crossnote",
3
- "version": "0.8.23",
3
+ "version": "0.9.0",
4
4
  "description": "A powerful markdown notebook tool",
5
5
  "keywords": [
6
6
  "markdown"
@@ -12,6 +12,9 @@
12
12
  "kachkaev",
13
13
  "gabyx"
14
14
  ],
15
+ "engines": {
16
+ "node": ">=18.0.0"
17
+ },
15
18
  "exports": {
16
19
  ".": {
17
20
  "import": "./out/esm/index.mjs",
@@ -58,6 +61,7 @@
58
61
  "@mdi/react": "^1.6.1",
59
62
  "@monaco-editor/react": "^4.5.2",
60
63
  "@sanity/diff-match-patch": "^3.1.1",
64
+ "@ungap/structured-clone": "^1.2.0",
61
65
  "@viz-js/viz": "^3.1.0",
62
66
  "async-mutex": "^0.4.0",
63
67
  "bit-field": "^1.8.0",
@@ -112,7 +116,6 @@
112
116
  "unstated-next": "^1.1.0",
113
117
  "uslug": "^1.0.4",
114
118
  "vega": "^5.25.0",
115
- "vega-lite": "^5.14.1",
116
119
  "vega-loader": "^4.5.1",
117
120
  "vscode-uri": "^3.0.7",
118
121
  "yaml": "^2.3.2"
@@ -136,6 +139,7 @@
136
139
  "@types/react": "^18.2.21",
137
140
  "@types/react-dom": "^18.2.7",
138
141
  "@types/temp": "^0.9.1",
142
+ "@types/uslug": "^1.0.2",
139
143
  "@types/vfile": "^3.0.2",
140
144
  "@types/vscode": "1.80.0",
141
145
  "@types/vscode-webview": "^1.57.2",