yank-note-registry 1.0.164 → 1.0.166
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 +3 -3
- package/index.json +25 -25
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
|
-
{ "id": "@yank-note/extension-mermaid", "version": "1.
|
|
3
|
+
{ "id": "@yank-note/extension-mermaid", "version": "1.6.0" },
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.8.0" },
|
|
5
|
-
{ "id": "@yank-note/extension-excalidraw", "version": "1.
|
|
5
|
+
{ "id": "@yank-note/extension-excalidraw", "version": "1.1.1" },
|
|
6
6
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.0" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.5.1" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.1" },
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.0" },
|
|
16
16
|
{ "id": "@yank-note/extension-openai", "version": "1.7.0" },
|
|
17
17
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.0" },
|
|
18
|
-
{ "id": "@yank-note/extension-editor-themes", "version": "1.
|
|
18
|
+
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.0" }
|
|
19
19
|
],
|
|
20
20
|
"registry": [
|
|
21
21
|
{ "id": "yank-note-extension-theme-yanser", "version": "2.0.0" },
|
package/index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "@yank-note/extension-mermaid",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"displayName": "Mermaid",
|
|
6
6
|
"description": "Mermaid integration",
|
|
7
7
|
"displayName_ZH-CN": "Mermaid",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"main": "./dist/index.js",
|
|
20
20
|
"style": "./dist/style.css",
|
|
21
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.
|
|
21
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.6.0/icon.png",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=14.6.0",
|
|
24
24
|
"yank-note": "^3.41.0"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
28
28
|
},
|
|
29
29
|
"dist": {
|
|
30
|
-
"integrity": "sha512-
|
|
31
|
-
"shasum": "
|
|
32
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.
|
|
30
|
+
"integrity": "sha512-GRpy4SY1gWmpnltn1PRHAjJKjpKRCdtsixT5wXPD0tSf56jGY5LTk3k6viqF6NEYDI/hnwkY+gtlmMsFhpgK6g==",
|
|
31
|
+
"shasum": "529c6c640a6b6724a618adf9eb1c45198ceb0e9f",
|
|
32
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.6.0.tgz",
|
|
33
33
|
"fileCount": 8,
|
|
34
|
-
"unpackedSize":
|
|
34
|
+
"unpackedSize": 3077295
|
|
35
35
|
},
|
|
36
36
|
"directories": {},
|
|
37
37
|
"maintainers": [
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"email": "purocean@outlook.com"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
43
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.
|
|
44
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.
|
|
43
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.6.0/README.md",
|
|
44
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.6.0/CHANGELOG.md",
|
|
45
45
|
"origin": "official"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"name": "@yank-note/extension-excalidraw",
|
|
94
|
-
"version": "1.
|
|
94
|
+
"version": "1.1.1",
|
|
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.1.1/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-3YKbmympJRAidyWLAWlryX1v2LPlyzoIl77wdV7SwB3UOo43RXHsC0ulT4U4AONWxtYajJa4PhwsQ0w3Qc1UuA==",
|
|
124
|
+
"shasum": "11676001a578d0f0d1d0292fc7796e52ce379cdb",
|
|
125
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.1.1.tgz",
|
|
126
126
|
"fileCount": 69,
|
|
127
|
-
"unpackedSize":
|
|
127
|
+
"unpackedSize": 2618881
|
|
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.1.1/README.md",
|
|
137
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.1.1/CHANGELOG.md",
|
|
138
138
|
"origin": "official"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
},
|
|
705
705
|
{
|
|
706
706
|
"name": "@yank-note/extension-editor-themes",
|
|
707
|
-
"version": "1.
|
|
707
|
+
"version": "1.2.0",
|
|
708
708
|
"displayName": "Editor Themes",
|
|
709
709
|
"description": "Change the theme of the editor",
|
|
710
710
|
"displayName_ZH-CN": "编辑器主题",
|
|
@@ -720,10 +720,10 @@
|
|
|
720
720
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
721
721
|
},
|
|
722
722
|
"main": "./dist/index.js",
|
|
723
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.
|
|
723
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.2.0/icon.png",
|
|
724
724
|
"engines": {
|
|
725
725
|
"node": ">=14.6.0",
|
|
726
|
-
"yank-note": "^3.
|
|
726
|
+
"yank-note": "^3.63.2"
|
|
727
727
|
},
|
|
728
728
|
"requirements": {
|
|
729
729
|
"premium": true
|
|
@@ -732,11 +732,11 @@
|
|
|
732
732
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
733
733
|
},
|
|
734
734
|
"dist": {
|
|
735
|
-
"integrity": "sha512-
|
|
736
|
-
"shasum": "
|
|
737
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-editor-themes/-/extension-editor-themes-1.
|
|
735
|
+
"integrity": "sha512-YVHCTixq5DmnAfx4enHCC3GNK3ejtNPd3UOFh30Ft+FZE7PhSvKaYoAvFBKCj+XklOjIgFp6DuJHXnLlnKjOwQ==",
|
|
736
|
+
"shasum": "b7030d647979759d9719d49202979d9763e9045f",
|
|
737
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-editor-themes/-/extension-editor-themes-1.2.0.tgz",
|
|
738
738
|
"fileCount": 6,
|
|
739
|
-
"unpackedSize":
|
|
739
|
+
"unpackedSize": 340114
|
|
740
740
|
},
|
|
741
741
|
"directories": {},
|
|
742
742
|
"maintainers": [
|
|
@@ -745,8 +745,8 @@
|
|
|
745
745
|
"email": "purocean@outlook.com"
|
|
746
746
|
}
|
|
747
747
|
],
|
|
748
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.
|
|
749
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.
|
|
748
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.2.0/README.md",
|
|
749
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-editor-themes/1.2.0/CHANGELOG.md",
|
|
750
750
|
"origin": "official"
|
|
751
751
|
},
|
|
752
752
|
{
|