yank-note-registry 1.0.174 → 1.0.175
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/extensions.json +1 -1
- package/index.json +8 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"official": [
|
|
3
3
|
{ "id": "@yank-note/extension-mermaid", "version": "1.7.0" },
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.8.2" },
|
|
5
|
-
{ "id": "@yank-note/extension-excalidraw", "version": "1.
|
|
5
|
+
{ "id": "@yank-note/extension-excalidraw", "version": "1.2.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.3" },
|
package/index.json
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"name": "@yank-note/extension-excalidraw",
|
|
94
|
-
"version": "1.
|
|
94
|
+
"version": "1.2.0",
|
|
95
95
|
"displayName": "Excalidraw",
|
|
96
96
|
"description": "Excalidraw integration",
|
|
97
97
|
"displayName_ZH-CN": "Excalidraw",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
"main": "./main/index.js",
|
|
110
110
|
"style": "./main/style.css",
|
|
111
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.
|
|
111
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/icon.png",
|
|
112
112
|
"engines": {
|
|
113
113
|
"node": ">=14.6.0",
|
|
114
114
|
"yank-note": "^3.63.2"
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
121
121
|
},
|
|
122
122
|
"dist": {
|
|
123
|
-
"integrity": "sha512-
|
|
124
|
-
"shasum": "
|
|
125
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.
|
|
123
|
+
"integrity": "sha512-pQeQriAbKMqGMC9Vd3XamY0u//mbOuJvHtt1bxx1VdSrfbspJmq214UzArwg5NgoMdiT4fZHWBHQVv6NSuoSxQ==",
|
|
124
|
+
"shasum": "62d6eba5ba5aab6ba7674be212db41f439d8c39d",
|
|
125
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.2.0.tgz",
|
|
126
126
|
"fileCount": 69,
|
|
127
|
-
"unpackedSize":
|
|
127
|
+
"unpackedSize": 5655606
|
|
128
128
|
},
|
|
129
129
|
"directories": {},
|
|
130
130
|
"maintainers": [
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"email": "purocean@outlook.com"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.
|
|
137
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.
|
|
136
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/README.md",
|
|
137
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/CHANGELOG.md",
|
|
138
138
|
"origin": "official"
|
|
139
139
|
},
|
|
140
140
|
{
|