yank-note-registry 1.0.239 → 1.0.241
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 -1
- package/index.json +57 -9
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
3
|
{ "id": "@yank-note/extension-mermaid", "version": "1.7.0" },
|
|
4
|
-
{ "id": "@yank-note/extension-drawio", "version": "2.
|
|
4
|
+
{ "id": "@yank-note/extension-drawio", "version": "2.3.0" },
|
|
5
5
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.5.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
|
|
16
16
|
{ "id": "@yank-note/extension-git-push", "version": "1.4.0" },
|
|
17
17
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.4.3" },
|
|
18
|
+
{ "id": "@yank-note/extension-renumber", "version": "1.0.0" },
|
|
18
19
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.3" },
|
|
19
20
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
|
|
20
21
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "@yank-note/extension-drawio",
|
|
49
|
-
"version": "2.
|
|
49
|
+
"version": "2.3.0",
|
|
50
50
|
"displayName": "Drawio",
|
|
51
51
|
"description": "Drawio integration",
|
|
52
52
|
"displayName_ZH-CN": "Drawio",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
},
|
|
64
64
|
"main": "./main/index.js",
|
|
65
65
|
"style": "./main/style.css",
|
|
66
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
67
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
68
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
66
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.3.0/icon.svg",
|
|
67
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.3.0/README.md",
|
|
68
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.3.0/CHANGELOG.md",
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=14.6.0",
|
|
71
71
|
"yank-note": "^3.66.0"
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
75
75
|
},
|
|
76
76
|
"dist": {
|
|
77
|
-
"integrity": "sha512-
|
|
78
|
-
"shasum": "
|
|
79
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.
|
|
80
|
-
"fileCount":
|
|
81
|
-
"unpackedSize":
|
|
77
|
+
"integrity": "sha512-NEXm/6FCkItY+zvnoGQ3/yzcvKiMnY2afD0QjhotUcLomV7kSXPkClyP/3UvXiFdbESmBCglqPZvTtKrZD/wVw==",
|
|
78
|
+
"shasum": "a168e7a73fc9fb2e25e3ff1bb1e91538c7d51d39",
|
|
79
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.3.0.tgz",
|
|
80
|
+
"fileCount": 3139,
|
|
81
|
+
"unpackedSize": 160350744
|
|
82
82
|
},
|
|
83
83
|
"directories": {},
|
|
84
84
|
"maintainers": [
|
|
@@ -702,6 +702,54 @@
|
|
|
702
702
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sublime-merge/1.4.3/CHANGELOG.md",
|
|
703
703
|
"origin": "official"
|
|
704
704
|
},
|
|
705
|
+
{
|
|
706
|
+
"name": "@yank-note/extension-renumber",
|
|
707
|
+
"version": "1.0.0",
|
|
708
|
+
"displayName": "Renumber",
|
|
709
|
+
"displayName_ZH-CN": "自动编号",
|
|
710
|
+
"description": "Automatically renumber the list items in the note.",
|
|
711
|
+
"description_ZH-CN": "自动为笔记中的列表项编号。",
|
|
712
|
+
"keywords": [],
|
|
713
|
+
"author": {
|
|
714
|
+
"name": "Yank Note"
|
|
715
|
+
},
|
|
716
|
+
"license": "AGPL-3.0",
|
|
717
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-renumber",
|
|
718
|
+
"repository": {
|
|
719
|
+
"type": "git",
|
|
720
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
721
|
+
},
|
|
722
|
+
"main": "./dist/index.js",
|
|
723
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.0/icon.svg",
|
|
724
|
+
"style": "./dist/style.css",
|
|
725
|
+
"engines": {
|
|
726
|
+
"node": ">=14.6.0",
|
|
727
|
+
"yank-note": "^3.66.0"
|
|
728
|
+
},
|
|
729
|
+
"requirements": {
|
|
730
|
+
"premium": true
|
|
731
|
+
},
|
|
732
|
+
"bugs": {
|
|
733
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
734
|
+
},
|
|
735
|
+
"dist": {
|
|
736
|
+
"integrity": "sha512-LNSov8NIPtuCKLDDJX7Q2HLmI9DFTSuJDsR02DrO8bK2uae3H68dauCcJbvMO7B7tsNrWJM3R4vL12Fu+ZRTZA==",
|
|
737
|
+
"shasum": "738951ee2cbfe9a6d7f8ef5e780dd08cde861ab8",
|
|
738
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-renumber/-/extension-renumber-1.0.0.tgz",
|
|
739
|
+
"fileCount": 7,
|
|
740
|
+
"unpackedSize": 43677
|
|
741
|
+
},
|
|
742
|
+
"directories": {},
|
|
743
|
+
"maintainers": [
|
|
744
|
+
{
|
|
745
|
+
"name": "purocean",
|
|
746
|
+
"email": "purocean@outlook.com"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.0/README.md",
|
|
750
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.0/CHANGELOG.md",
|
|
751
|
+
"origin": "official"
|
|
752
|
+
},
|
|
705
753
|
{
|
|
706
754
|
"name": "@yank-note/extension-luckysheet",
|
|
707
755
|
"version": "1.1.3",
|