yank-note-registry 1.0.28 → 1.0.29
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 +45 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
{ "id": "@yank-note/extension-drawio", "version": "1.0.0" },
|
|
4
4
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.2" },
|
|
5
5
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.0.2" },
|
|
6
|
-
{ "id": "@yank-note/extension-popup-preview", "version": "1.0.1" }
|
|
6
|
+
{ "id": "@yank-note/extension-popup-preview", "version": "1.0.1" },
|
|
7
|
+
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.0" }
|
|
7
8
|
],
|
|
8
9
|
"registry": [
|
|
9
10
|
]
|
package/index.json
CHANGED
|
@@ -175,5 +175,50 @@
|
|
|
175
175
|
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.1/README.md?__t=1652165621436",
|
|
176
176
|
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.1/CHANGELOG.md?__t=1652165621927",
|
|
177
177
|
"origin": "official"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "@yank-note/extension-luckysheet",
|
|
181
|
+
"version": "1.0.0",
|
|
182
|
+
"displayName": "Luckysheet",
|
|
183
|
+
"description": "Luckysheet table integration",
|
|
184
|
+
"displayName_ZH-CN": "Luckysheet",
|
|
185
|
+
"description_ZH-CN": "Luckysheet 表格集成",
|
|
186
|
+
"keywords": [],
|
|
187
|
+
"author": {
|
|
188
|
+
"name": "Yank Note"
|
|
189
|
+
},
|
|
190
|
+
"license": "AGPL-3.0",
|
|
191
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-luckysheet",
|
|
192
|
+
"repository": {
|
|
193
|
+
"type": "git",
|
|
194
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
195
|
+
},
|
|
196
|
+
"main": "./dist/index.js",
|
|
197
|
+
"style": "./dist/style.css",
|
|
198
|
+
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.0/icon.png?__t=1652192081471",
|
|
199
|
+
"engines": {
|
|
200
|
+
"node": ">=14.6.0",
|
|
201
|
+
"yank-note": "^3.29.0"
|
|
202
|
+
},
|
|
203
|
+
"bugs": {
|
|
204
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
205
|
+
},
|
|
206
|
+
"dist": {
|
|
207
|
+
"integrity": "sha512-UKfeAPgDORG/K3oqRMU4iaPZatit3BgbXurwNmFvfeZE2BQFdWCcnkhdroYLhwdX/qJiIx5MrQigpy/UkkHrAw==",
|
|
208
|
+
"shasum": "09a035b10e2ca64b15dbff9ab82337a5bb6ed934",
|
|
209
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-luckysheet/-/extension-luckysheet-1.0.0.tgz",
|
|
210
|
+
"fileCount": 53,
|
|
211
|
+
"unpackedSize": 6594607
|
|
212
|
+
},
|
|
213
|
+
"directories": {},
|
|
214
|
+
"maintainers": [
|
|
215
|
+
{
|
|
216
|
+
"name": "purocean",
|
|
217
|
+
"email": "purocean@outlook.com"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.0/README.md?__t=1652192082078",
|
|
221
|
+
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.0/CHANGELOG.md?__t=1652192082599",
|
|
222
|
+
"origin": "official"
|
|
178
223
|
}
|
|
179
224
|
]
|