yank-note-registry 1.0.51 → 1.0.52

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
@@ -5,7 +5,7 @@
5
5
  { "id": "@yank-note/extension-echarts", "version": "1.0.0" },
6
6
  { "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
7
7
  { "id": "@yank-note/extension-openai", "version": "1.0.4" },
8
- { "id": "@yank-note/extension-popup-preview", "version": "1.0.5" },
8
+ { "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
9
9
  { "id": "@yank-note/extension-git-push", "version": "1.1.7" },
10
10
  { "id": "@yank-note/extension-sublime-merge", "version": "1.0.5" }
11
11
  ],
package/index.json CHANGED
@@ -225,7 +225,7 @@
225
225
  },
226
226
  {
227
227
  "name": "@yank-note/extension-popup-preview",
228
- "version": "1.0.5",
228
+ "version": "1.1.0",
229
229
  "displayName": "Popup Preview",
230
230
  "description": "Popup preview in a new window",
231
231
  "displayName_ZH-CN": "弹出预览",
@@ -241,7 +241,7 @@
241
241
  "url": "git+https://github.com/purocean/yank-note-extension.git"
242
242
  },
243
243
  "main": "./dist/index.js",
244
- "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.5/icon.svg?__t=1652779091093",
244
+ "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.0/icon.svg?__t=1653280409659",
245
245
  "engines": {
246
246
  "node": ">=14.6.0",
247
247
  "yank-note": "^3.29.0"
@@ -253,11 +253,11 @@
253
253
  "url": "https://github.com/purocean/yank-note-extension/issues"
254
254
  },
255
255
  "dist": {
256
- "integrity": "sha512-y0CG1qyWLOJ47iwLnF15+ALwpuzZV8Ew7jcBnS0HEawZhdng2agkigRuVh1MOxz010WZXhqHnO370ET/DAxWcQ==",
257
- "shasum": "404c5f717c87d91c28b2058cc3481e72edf8017c",
258
- "tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.0.5.tgz",
256
+ "integrity": "sha512-Ga8tqcv3grR7ofwobDHaWjxg0jxRn454gGvaYYUOqtCYdNlJ1Zx+hJNcAWJYo+Z9+SN3MHw4oNQZBG+iHRRURg==",
257
+ "shasum": "c29a4cafa33d9fc8dd0d273a9ce427ff766c63d2",
258
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.1.0.tgz",
259
259
  "fileCount": 6,
260
- "unpackedSize": 39778
260
+ "unpackedSize": 40636
261
261
  },
262
262
  "directories": {},
263
263
  "maintainers": [
@@ -266,8 +266,8 @@
266
266
  "email": "purocean@outlook.com"
267
267
  }
268
268
  ],
269
- "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.5/README.md?__t=1652779091872",
270
- "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.5/CHANGELOG.md?__t=1652779092147",
269
+ "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.0/README.md?__t=1653280409765",
270
+ "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.0/CHANGELOG.md?__t=1653280409881",
271
271
  "origin": "official"
272
272
  },
273
273
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",