crossnote 0.9.25 → 0.9.27
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 +224 -220
- package/out/esm/index.mjs +228 -224
- package/out/types/src/converters/process-graphs.d.ts +2 -1
- package/out/types/src/lib/temp.d.ts +12 -0
- package/out/types/src/notebook/index.d.ts +1 -0
- package/out/types/src/utility.d.ts +1 -1
- package/out/types/test/bitfield.test.d.ts +1 -0
- package/out/types/test/lib/temp.test.d.ts +1 -0
- package/out/types/test/process-graphs.test.d.ts +1 -0
- package/out/types/test/transclusion-paths.test.d.ts +1 -0
- package/out/types/test/wikilink-resolve.test.d.ts +1 -0
- package/out/types/tsconfig.tsbuildinfo +1 -1
- package/out/webview/graph-view.js +5 -5
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crossnote",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.27",
|
|
4
4
|
"description": "A powerful markdown notebook tool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown"
|
|
@@ -136,7 +136,6 @@
|
|
|
136
136
|
"simple-icons": "^9.13.0",
|
|
137
137
|
"slash": "^5.1.0",
|
|
138
138
|
"sval": "^0.6.9",
|
|
139
|
-
"temp": "^0.9.4",
|
|
140
139
|
"twemoji": "^13.1.0",
|
|
141
140
|
"type-fest": "^4.3.1",
|
|
142
141
|
"unstated-next": "^1.1.0",
|
|
@@ -183,7 +182,6 @@
|
|
|
183
182
|
"@types/prismjs": "^1.26.5",
|
|
184
183
|
"@types/react": "^18.2.21",
|
|
185
184
|
"@types/react-dom": "^18.2.7",
|
|
186
|
-
"@types/temp": "^0.9.4",
|
|
187
185
|
"@types/uslug": "^1.0.2",
|
|
188
186
|
"@types/vfile": "^3.0.2",
|
|
189
187
|
"@types/vscode": "1.80.0",
|