yank-note-registry 1.0.184 → 1.0.186
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 +2 -2
- package/index.json +18 -19
- 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.3.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" },
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
|
|
14
14
|
{ "id": "@yank-note/extension-git-push", "version": "1.3.0" },
|
|
15
15
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.4.3" },
|
|
16
|
-
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.
|
|
16
|
+
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.3" },
|
|
17
17
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
|
|
18
18
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" }
|
|
19
19
|
],
|
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.3.0",
|
|
95
95
|
"displayName": "Excalidraw",
|
|
96
96
|
"description": "Excalidraw integration",
|
|
97
97
|
"displayName_ZH-CN": "Excalidraw",
|
|
@@ -107,11 +107,10 @@
|
|
|
107
107
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
108
108
|
},
|
|
109
109
|
"main": "./main/index.js",
|
|
110
|
-
"
|
|
111
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/icon.png",
|
|
110
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.3.0/icon.png",
|
|
112
111
|
"engines": {
|
|
113
112
|
"node": ">=14.6.0",
|
|
114
|
-
"yank-note": "^3.
|
|
113
|
+
"yank-note": "^3.66.0"
|
|
115
114
|
},
|
|
116
115
|
"requirements": {
|
|
117
116
|
"premium": true
|
|
@@ -120,11 +119,11 @@
|
|
|
120
119
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
121
120
|
},
|
|
122
121
|
"dist": {
|
|
123
|
-
"integrity": "sha512-
|
|
124
|
-
"shasum": "
|
|
125
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.
|
|
126
|
-
"fileCount":
|
|
127
|
-
"unpackedSize":
|
|
122
|
+
"integrity": "sha512-BORrzXs3dUahwTsdUAhVKFXZsk+pA5JBcTvXCxc6WUh5t85tTGQPcN67xohr9E98yhH6vGxDpe/rdFOvxGC/PA==",
|
|
123
|
+
"shasum": "7c5ff3b4181fd6d86776818fb76e924c733b68ff",
|
|
124
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.3.0.tgz",
|
|
125
|
+
"fileCount": 68,
|
|
126
|
+
"unpackedSize": 5662044
|
|
128
127
|
},
|
|
129
128
|
"directories": {},
|
|
130
129
|
"maintainers": [
|
|
@@ -133,8 +132,8 @@
|
|
|
133
132
|
"email": "purocean@outlook.com"
|
|
134
133
|
}
|
|
135
134
|
],
|
|
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.
|
|
135
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.3.0/README.md",
|
|
136
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.3.0/CHANGELOG.md",
|
|
138
137
|
"origin": "official"
|
|
139
138
|
},
|
|
140
139
|
{
|
|
@@ -611,7 +610,7 @@
|
|
|
611
610
|
},
|
|
612
611
|
{
|
|
613
612
|
"name": "@yank-note/extension-luckysheet",
|
|
614
|
-
"version": "1.1.
|
|
613
|
+
"version": "1.1.3",
|
|
615
614
|
"displayName": "Luckysheet",
|
|
616
615
|
"description": "Luckysheet table integration",
|
|
617
616
|
"displayName_ZH-CN": "Luckysheet",
|
|
@@ -628,7 +627,7 @@
|
|
|
628
627
|
},
|
|
629
628
|
"main": "./dist/index.js",
|
|
630
629
|
"style": "./dist/style.css",
|
|
631
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.
|
|
630
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.3/icon.png",
|
|
632
631
|
"engines": {
|
|
633
632
|
"node": ">=14.6.0",
|
|
634
633
|
"yank-note": "^3.29.0"
|
|
@@ -637,11 +636,11 @@
|
|
|
637
636
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
638
637
|
},
|
|
639
638
|
"dist": {
|
|
640
|
-
"integrity": "sha512-
|
|
641
|
-
"shasum": "
|
|
642
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-luckysheet/-/extension-luckysheet-1.1.
|
|
639
|
+
"integrity": "sha512-RLagRDU+4/Y398Tl6aRinxNBGbZPj3QUrq309eQD/90thJ0U3KpS9jMO0NXRi+/lDmHtxRXrvBQSaw0DXOrhWg==",
|
|
640
|
+
"shasum": "dbf2a688b8fcd63329e43c1e98b4ce882e983571",
|
|
641
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-luckysheet/-/extension-luckysheet-1.1.3.tgz",
|
|
643
642
|
"fileCount": 53,
|
|
644
|
-
"unpackedSize":
|
|
643
|
+
"unpackedSize": 6597103
|
|
645
644
|
},
|
|
646
645
|
"directories": {},
|
|
647
646
|
"maintainers": [
|
|
@@ -650,8 +649,8 @@
|
|
|
650
649
|
"email": "purocean@outlook.com"
|
|
651
650
|
}
|
|
652
651
|
],
|
|
653
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.
|
|
654
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.
|
|
652
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.3/README.md",
|
|
653
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.3/CHANGELOG.md",
|
|
655
654
|
"origin": "official"
|
|
656
655
|
},
|
|
657
656
|
{
|