yank-note-registry 1.0.88 → 1.0.89

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
@@ -7,7 +7,7 @@
7
7
  { "id": "@yank-note/extension-markmap", "version": "1.2.0" },
8
8
  { "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
9
9
  { "id": "@yank-note/extension-markdown-prettier", "version": "1.0.4" },
10
- { "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
10
+ { "id": "@yank-note/extension-popup-preview", "version": "1.1.1" },
11
11
  { "id": "@yank-note/extension-git-push", "version": "1.1.7" },
12
12
  { "id": "@yank-note/extension-sublime-merge", "version": "1.0.5" },
13
13
  { "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
package/index.json CHANGED
@@ -326,7 +326,7 @@
326
326
  },
327
327
  {
328
328
  "name": "@yank-note/extension-popup-preview",
329
- "version": "1.1.0",
329
+ "version": "1.1.1",
330
330
  "displayName": "Popup Preview",
331
331
  "description": "Popup preview in a new window",
332
332
  "displayName_ZH-CN": "弹出预览",
@@ -342,7 +342,7 @@
342
342
  "url": "git+https://github.com/purocean/yank-note-extension.git"
343
343
  },
344
344
  "main": "./dist/index.js",
345
- "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.0/icon.svg?__t=1653280409659",
345
+ "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.1/icon.svg?__t=1662005483158",
346
346
  "engines": {
347
347
  "node": ">=14.6.0",
348
348
  "yank-note": "^3.29.0"
@@ -354,11 +354,11 @@
354
354
  "url": "https://github.com/purocean/yank-note-extension/issues"
355
355
  },
356
356
  "dist": {
357
- "integrity": "sha512-Ga8tqcv3grR7ofwobDHaWjxg0jxRn454gGvaYYUOqtCYdNlJ1Zx+hJNcAWJYo+Z9+SN3MHw4oNQZBG+iHRRURg==",
358
- "shasum": "c29a4cafa33d9fc8dd0d273a9ce427ff766c63d2",
359
- "tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.1.0.tgz",
357
+ "integrity": "sha512-fK4VuntVEPtokzMp30BVNhc/3ousGA2xu/KClm/poMGQFEmYl+TIgcMG/mIbbK8ZsfvMpc+QnSOmjXh4ZcJwcA==",
358
+ "shasum": "070c215dabf0cd7764c33b457559dd57a55bd56e",
359
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.1.1.tgz",
360
360
  "fileCount": 6,
361
- "unpackedSize": 40636
361
+ "unpackedSize": 41023
362
362
  },
363
363
  "directories": {},
364
364
  "maintainers": [
@@ -367,8 +367,8 @@
367
367
  "email": "purocean@outlook.com"
368
368
  }
369
369
  ],
370
- "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.0/README.md?__t=1653280409765",
371
- "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.0/CHANGELOG.md?__t=1653280409881",
370
+ "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.1/README.md?__t=1662005486265",
371
+ "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.1.1/CHANGELOG.md?__t=1662005486556",
372
372
  "origin": "official"
373
373
  },
374
374
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",