yank-note-registry 1.0.33 → 1.0.34

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 CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-mermaid", "version": "1.0.0" },
4
- { "id": "@yank-note/extension-drawio", "version": "1.0.0" },
4
+ { "id": "@yank-note/extension-drawio", "version": "1.0.1" },
5
5
  { "id": "@yank-note/extension-echarts", "version": "1.0.0" },
6
+ { "id": "@yank-note/extension-luckysheet", "version": "1.0.1" },
6
7
  { "id": "@yank-note/extension-popup-preview", "version": "1.0.3" },
7
- { "id": "@yank-note/extension-git-push", "version": "1.1.2" },
8
- { "id": "@yank-note/extension-sublime-merge", "version": "1.0.2" },
9
- { "id": "@yank-note/extension-luckysheet", "version": "1.0.0" }
8
+ { "id": "@yank-note/extension-git-push", "version": "1.1.4" },
9
+ { "id": "@yank-note/extension-sublime-merge", "version": "1.0.2" }
10
10
  ],
11
11
  "registry": [
12
12
  ]
package/index.json CHANGED
@@ -46,11 +46,11 @@
46
46
  },
47
47
  {
48
48
  "name": "@yank-note/extension-drawio",
49
- "version": "1.0.0",
49
+ "version": "1.0.1",
50
50
  "displayName": "Drawio",
51
- "description": "Drawio integration for Yank Note",
51
+ "description": "Drawio integration",
52
52
  "displayName_ZH-CN": "Drawio",
53
- "description_ZH-CN": "Drawio 和 Yank Note 的集成",
53
+ "description_ZH-CN": "Drawio 图形集成",
54
54
  "author": {
55
55
  "name": "Yank Note"
56
56
  },
@@ -63,9 +63,9 @@
63
63
  },
64
64
  "main": "./dist/index.js",
65
65
  "style": "./dist/style.css",
66
- "icon": "https://cdn.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/icon.svg?__t=1652072882507",
67
- "readmeUrl": "https://cdn.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/README.md?__t=1652072882507",
68
- "changelogUrl": "https://cdn.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/CHANGELOG.md?__t=1652072882507",
66
+ "icon": "https://cdn.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/icon.svg?__t=1652281960085",
67
+ "readmeUrl": "https://cdn.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/README.md?__t=1652281960639",
68
+ "changelogUrl": "https://cdn.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/CHANGELOG.md?__t=1652281961116",
69
69
  "engines": {
70
70
  "node": ">=14.6.0",
71
71
  "yank-note": "^3.29.0"
@@ -74,11 +74,11 @@
74
74
  "url": "https://github.com/purocean/yank-note-extension/issues"
75
75
  },
76
76
  "dist": {
77
- "integrity": "sha512-G87iVHAsU5G/r6M3gqTcuCSCd5wXsFPeEfcLAAPXcx/myUo7NnsKp+rDZHc0m9XfUv7xWw3TUPUfkgN/hCv+kg==",
78
- "shasum": "90cb609f6b67aeec85c4f735a18bb61931bb271b",
79
- "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.0.0.tgz",
77
+ "integrity": "sha512-0wVHBgJJxdFJBu4lM2rVazXIuJxQkXJCZObk0vu/NrIbxqdWgdyAfkpYa5Efl6igVKECaC+2f/gW7Tug4BMMjQ==",
78
+ "shasum": "c961b0ba867089b416fc5eb813a8cf872352e5ad",
79
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.0.1.tgz",
80
80
  "fileCount": 3453,
81
- "unpackedSize": 136254441
81
+ "unpackedSize": 136254434
82
82
  },
83
83
  "directories": {},
84
84
  "maintainers": [
@@ -134,6 +134,51 @@
134
134
  "changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-echarts@1.0.0/CHANGELOG.md?__t=1652278893825",
135
135
  "origin": "official"
136
136
  },
137
+ {
138
+ "name": "@yank-note/extension-luckysheet",
139
+ "version": "1.0.1",
140
+ "displayName": "Luckysheet",
141
+ "description": "Luckysheet table integration",
142
+ "displayName_ZH-CN": "Luckysheet",
143
+ "description_ZH-CN": "Luckysheet 表格集成",
144
+ "keywords": [],
145
+ "author": {
146
+ "name": "Yank Note"
147
+ },
148
+ "license": "AGPL-3.0",
149
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-luckysheet",
150
+ "repository": {
151
+ "type": "git",
152
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
153
+ },
154
+ "main": "./dist/index.js",
155
+ "style": "./dist/style.css",
156
+ "icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.1/icon.png?__t=1652281962116",
157
+ "engines": {
158
+ "node": ">=14.6.0",
159
+ "yank-note": "^3.29.0"
160
+ },
161
+ "bugs": {
162
+ "url": "https://github.com/purocean/yank-note-extension/issues"
163
+ },
164
+ "dist": {
165
+ "integrity": "sha512-51lhDmKJrIlHpvBM1XpTAFxMVEzljsVHrPjYdLTG9FRj1UeOCsPxVDCLX+TegmBl3eim4snba0s5aPWq7tae6g==",
166
+ "shasum": "1c5b62f25e7fbece1f97c26d16ffe3ff9d96143d",
167
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-luckysheet/-/extension-luckysheet-1.0.1.tgz",
168
+ "fileCount": 53,
169
+ "unpackedSize": 6594505
170
+ },
171
+ "directories": {},
172
+ "maintainers": [
173
+ {
174
+ "name": "purocean",
175
+ "email": "purocean@outlook.com"
176
+ }
177
+ ],
178
+ "readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.1/README.md?__t=1652281962580",
179
+ "changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.1/CHANGELOG.md?__t=1652281963189",
180
+ "origin": "official"
181
+ },
137
182
  {
138
183
  "name": "@yank-note/extension-popup-preview",
139
184
  "version": "1.0.3",
@@ -180,7 +225,7 @@
180
225
  },
181
226
  {
182
227
  "name": "@yank-note/extension-git-push",
183
- "version": "1.1.2",
228
+ "version": "1.1.4",
184
229
  "displayName": "Git Push",
185
230
  "displayName_ZH-CN": "Git 推送",
186
231
  "description": "Run Git commit and push to remote repository. Note: This plugin is not available for Mac App Store downloaded Yank Note.",
@@ -196,7 +241,7 @@
196
241
  "url": "git+https://github.com/purocean/yank-note-extension.git"
197
242
  },
198
243
  "main": "./dist/index.js",
199
- "icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.2/icon.png?__t=1652072883396",
244
+ "icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.4/icon.png?__t=1652281964553",
200
245
  "engines": {
201
246
  "node": ">=14.6.0",
202
247
  "yank-note": "^3.29.0"
@@ -205,11 +250,11 @@
205
250
  "url": "https://github.com/purocean/yank-note-extension/issues"
206
251
  },
207
252
  "dist": {
208
- "integrity": "sha512-Inl50z4aHGJca+mYQL2AtNVUadGrAubLRqL0VgSOO6OFOQvN8ZsWgZs2K78/x5UTaYeza4ckSg0DUIvnuZOmJw==",
209
- "shasum": "daeb39864091849ddd16cabedc64290e510a0116",
210
- "tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.1.2.tgz",
253
+ "integrity": "sha512-z+PR3fW6ObpxtdxAC2QcM1jBMdkbtLhK//AYYGYIqaIdrSIJOSY7zza5WG7WIqr/inpjCoiw0yBuQEqjlIXCMw==",
254
+ "shasum": "df6dc95d2aa3ddb2846e357e51163d02edbcff5c",
255
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.1.4.tgz",
211
256
  "fileCount": 6,
212
- "unpackedSize": 39989
257
+ "unpackedSize": 59712
213
258
  },
214
259
  "directories": {},
215
260
  "maintainers": [
@@ -218,8 +263,8 @@
218
263
  "email": "purocean@outlook.com"
219
264
  }
220
265
  ],
221
- "readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.2/README.md?__t=1652072883819",
222
- "changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.2/CHANGELOG.md?__t=1652072884259",
266
+ "readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.4/README.md?__t=1652281965117",
267
+ "changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.4/CHANGELOG.md?__t=1652281965716",
223
268
  "origin": "official"
224
269
  },
225
270
  {
@@ -265,50 +310,5 @@
265
310
  "readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-sublime-merge@1.0.2/README.md?__t=1652072885259",
266
311
  "changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-sublime-merge@1.0.2/CHANGELOG.md?__t=1652072885735",
267
312
  "origin": "official"
268
- },
269
- {
270
- "name": "@yank-note/extension-luckysheet",
271
- "version": "1.0.0",
272
- "displayName": "Luckysheet",
273
- "description": "Luckysheet table integration",
274
- "displayName_ZH-CN": "Luckysheet",
275
- "description_ZH-CN": "Luckysheet 表格集成",
276
- "keywords": [],
277
- "author": {
278
- "name": "Yank Note"
279
- },
280
- "license": "AGPL-3.0",
281
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-luckysheet",
282
- "repository": {
283
- "type": "git",
284
- "url": "git+https://github.com/purocean/yank-note-extension.git"
285
- },
286
- "main": "./dist/index.js",
287
- "style": "./dist/style.css",
288
- "icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.0/icon.png?__t=1652192081471",
289
- "engines": {
290
- "node": ">=14.6.0",
291
- "yank-note": "^3.29.0"
292
- },
293
- "bugs": {
294
- "url": "https://github.com/purocean/yank-note-extension/issues"
295
- },
296
- "dist": {
297
- "integrity": "sha512-UKfeAPgDORG/K3oqRMU4iaPZatit3BgbXurwNmFvfeZE2BQFdWCcnkhdroYLhwdX/qJiIx5MrQigpy/UkkHrAw==",
298
- "shasum": "09a035b10e2ca64b15dbff9ab82337a5bb6ed934",
299
- "tarball": "https://registry.npmjs.org/@yank-note/extension-luckysheet/-/extension-luckysheet-1.0.0.tgz",
300
- "fileCount": 53,
301
- "unpackedSize": 6594607
302
- },
303
- "directories": {},
304
- "maintainers": [
305
- {
306
- "name": "purocean",
307
- "email": "purocean@outlook.com"
308
- }
309
- ],
310
- "readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.0/README.md?__t=1652192082078",
311
- "changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-luckysheet@1.0.0/CHANGELOG.md?__t=1652192082599",
312
- "origin": "official"
313
313
  }
314
314
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",