yank-note-registry 1.0.378 → 1.0.379
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 +34 -34
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"official": [
|
|
3
3
|
{ "id": "@yank-note/extension-ai-copilot", "version": "1.31.0" },
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.14.0" },
|
|
5
|
-
{ "id": "@yank-note/extension-sidebar-terminal", "version": "1.
|
|
5
|
+
{ "id": "@yank-note/extension-sidebar-terminal", "version": "1.2.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-review", "version": "1.0.4" },
|
|
7
7
|
{ "id": "@yank-note/extension-drawio", "version": "2.7.0" },
|
|
8
8
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
|
package/index.json
CHANGED
|
@@ -93,56 +93,56 @@
|
|
|
93
93
|
"origin": "official"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
"displayName": "Sidebar Terminal",
|
|
99
|
-
"description": "Run shell commands in a dedicated sidebar terminal",
|
|
100
|
-
"displayName_ZH-CN": "侧栏终端",
|
|
101
|
-
"description_ZH-CN": "在独立侧栏终端中运行 Shell 命令",
|
|
102
|
-
"keywords": [
|
|
103
|
-
"terminal",
|
|
104
|
-
"shell",
|
|
105
|
-
"command",
|
|
106
|
-
"sidebar"
|
|
107
|
-
],
|
|
108
|
-
"author": {
|
|
109
|
-
"name": "Yank Note"
|
|
96
|
+
"bugs": {
|
|
97
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
110
98
|
},
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
"
|
|
99
|
+
"dist": {
|
|
100
|
+
"shasum": "895af1b6bbb4d00acfd99da526237a22bf9675eb",
|
|
101
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-sidebar-terminal/-/extension-sidebar-terminal-1.2.0.tgz",
|
|
102
|
+
"fileCount": 7,
|
|
103
|
+
"integrity": "sha512-Rgvq2WIWiWbl+n4PEgjeewQV6S4UZDRtHb+57ENw7YHpsXhhNGynJFsLryJO9sfa4DpMgNjy7ySNzBTRANjsaw==",
|
|
104
|
+
"unpackedSize": 84100
|
|
116
105
|
},
|
|
106
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.2.0/icon.svg",
|
|
117
107
|
"main": "./dist/index.js",
|
|
108
|
+
"name": "@yank-note/extension-sidebar-terminal",
|
|
118
109
|
"style": "./dist/style.css",
|
|
119
|
-
"
|
|
110
|
+
"author": {
|
|
111
|
+
"name": "Yank Note"
|
|
112
|
+
},
|
|
120
113
|
"engines": {
|
|
121
114
|
"node": ">=18.20.2",
|
|
122
115
|
"yank-note": "^3.87.0"
|
|
123
116
|
},
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"
|
|
135
|
-
"
|
|
117
|
+
"license": "AGPL-3.0",
|
|
118
|
+
"version": "1.2.0",
|
|
119
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-sidebar-terminal",
|
|
120
|
+
"keywords": [
|
|
121
|
+
"terminal",
|
|
122
|
+
"shell",
|
|
123
|
+
"command",
|
|
124
|
+
"sidebar"
|
|
125
|
+
],
|
|
126
|
+
"repository": {
|
|
127
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git",
|
|
128
|
+
"type": "git"
|
|
136
129
|
},
|
|
130
|
+
"description": "Run shell commands in a dedicated sidebar terminal",
|
|
137
131
|
"directories": {},
|
|
132
|
+
"displayName": "Sidebar Terminal",
|
|
138
133
|
"maintainers": [
|
|
139
134
|
{
|
|
140
135
|
"name": "purocean",
|
|
141
136
|
"email": "purocean@outlook.com"
|
|
142
137
|
}
|
|
143
138
|
],
|
|
144
|
-
"
|
|
145
|
-
|
|
139
|
+
"requirements": {
|
|
140
|
+
"terminal": true
|
|
141
|
+
},
|
|
142
|
+
"description_ZH-CN": "在独立侧栏终端中运行 Shell 命令",
|
|
143
|
+
"displayName_ZH-CN": "侧栏终端",
|
|
144
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.2.0/README.md",
|
|
145
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sidebar-terminal/1.2.0/CHANGELOG.md",
|
|
146
146
|
"origin": "official"
|
|
147
147
|
},
|
|
148
148
|
{
|