yank-note-registry 1.0.129 → 1.0.131
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 +16 -16
- 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.5.3" },
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.3.1" },
|
|
5
|
-
{ "id": "@yank-note/extension-echarts", "version": "1.
|
|
5
|
+
{ "id": "@yank-note/extension-echarts", "version": "1.4.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.5.1" },
|
|
7
7
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.1" },
|
|
8
8
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.7" },
|
|
13
13
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.1.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
|
|
15
|
-
{ "id": "@yank-note/extension-openai", "version": "1.
|
|
15
|
+
{ "id": "@yank-note/extension-openai", "version": "1.2.0" },
|
|
16
16
|
{ "id": "@yank-note/extension-milkdown", "version": "1.1.1" }
|
|
17
17
|
],
|
|
18
18
|
"registry": [
|
package/index.json
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"name": "@yank-note/extension-echarts",
|
|
94
|
-
"version": "1.
|
|
94
|
+
"version": "1.4.0",
|
|
95
95
|
"displayName": "ECharts",
|
|
96
96
|
"description": "ECharts integration",
|
|
97
97
|
"displayName_ZH-CN": "ECharts",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
"main": "./dist/index.js",
|
|
110
110
|
"style": "./dist/style.css",
|
|
111
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-echarts/1.
|
|
111
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-echarts/1.4.0/icon.png",
|
|
112
112
|
"engines": {
|
|
113
113
|
"node": ">=14.6.0",
|
|
114
114
|
"yank-note": "^3.41.0"
|
|
@@ -117,11 +117,11 @@
|
|
|
117
117
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
118
118
|
},
|
|
119
119
|
"dist": {
|
|
120
|
-
"integrity": "sha512-
|
|
121
|
-
"shasum": "
|
|
122
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-echarts/-/extension-echarts-1.
|
|
120
|
+
"integrity": "sha512-MEqcOZ5bPjvGKUTluGtKB6ZpZhZ7eDACBPcgAuu72CBwPe42DPh9jIlIJEtlQjRXNpfRJglEhAJg6NzlAp74ew==",
|
|
121
|
+
"shasum": "bcfa7c438d700417a5e2b9b8d4b254910190f6f8",
|
|
122
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-echarts/-/extension-echarts-1.4.0.tgz",
|
|
123
123
|
"fileCount": 7,
|
|
124
|
-
"unpackedSize":
|
|
124
|
+
"unpackedSize": 1219399
|
|
125
125
|
},
|
|
126
126
|
"directories": {},
|
|
127
127
|
"maintainers": [
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
"email": "purocean@outlook.com"
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-echarts/1.
|
|
134
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-echarts/1.
|
|
133
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-echarts/1.4.0/README.md",
|
|
134
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-echarts/1.4.0/CHANGELOG.md",
|
|
135
135
|
"origin": "official"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"name": "@yank-note/extension-openai",
|
|
563
|
-
"version": "1.
|
|
563
|
+
"version": "1.2.0",
|
|
564
564
|
"displayName": "OpenAI",
|
|
565
565
|
"description": "Your AI writing assistant",
|
|
566
566
|
"displayName_ZH-CN": "OpenAI",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
},
|
|
578
578
|
"main": "./dist/index.js",
|
|
579
579
|
"style": "./dist/style.css",
|
|
580
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.
|
|
580
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.0/icon.svg",
|
|
581
581
|
"engines": {
|
|
582
582
|
"node": ">=14.6.0",
|
|
583
583
|
"yank-note": "^3.46.0"
|
|
@@ -589,11 +589,11 @@
|
|
|
589
589
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
590
590
|
},
|
|
591
591
|
"dist": {
|
|
592
|
-
"integrity": "sha512-
|
|
593
|
-
"shasum": "
|
|
594
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.
|
|
592
|
+
"integrity": "sha512-1FFBH+hCvcuDAykvgKhXIbI9naLqkrPhdBbrz0TrDkPT+mapezQQYsLHBGUEEOZWiNuMoA+zEDJB5z5IINIT8g==",
|
|
593
|
+
"shasum": "1bc80e1e9d695fdfcd6e85cb2443e48b16844938",
|
|
594
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-openai/-/extension-openai-1.2.0.tgz",
|
|
595
595
|
"fileCount": 7,
|
|
596
|
-
"unpackedSize":
|
|
596
|
+
"unpackedSize": 58875
|
|
597
597
|
},
|
|
598
598
|
"directories": {},
|
|
599
599
|
"maintainers": [
|
|
@@ -602,8 +602,8 @@
|
|
|
602
602
|
"email": "purocean@outlook.com"
|
|
603
603
|
}
|
|
604
604
|
],
|
|
605
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.
|
|
606
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.
|
|
605
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.0/README.md",
|
|
606
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-openai/1.2.0/CHANGELOG.md",
|
|
607
607
|
"origin": "official"
|
|
608
608
|
},
|
|
609
609
|
{
|