yank-note-registry 1.0.192 → 1.0.193

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
@@ -8,7 +8,7 @@
8
8
  { "id": "@yank-note/extension-markmap", "version": "1.5.3" },
9
9
  { "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
10
10
  { "id": "@yank-note/extension-ai-copilot", "version": "1.3.1" },
11
- { "id": "@yank-note/extension-repl", "version": "1.0.1" },
11
+ { "id": "@yank-note/extension-repl", "version": "1.1.0" },
12
12
  { "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
13
13
  { "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
14
14
  { "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
package/index.json CHANGED
@@ -374,7 +374,7 @@
374
374
  },
375
375
  {
376
376
  "name": "@yank-note/extension-repl",
377
- "version": "1.0.1",
377
+ "version": "1.1.0",
378
378
  "displayName": "Vue Repl",
379
379
  "description": "Build and run Vue interactive apps in Yank Note",
380
380
  "displayName_ZH-CN": "Vue Repl",
@@ -390,7 +390,7 @@
390
390
  "url": "git+https://github.com/purocean/yank-note-extension.git"
391
391
  },
392
392
  "main": "./main/index.js",
393
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.0.1/icon.svg",
393
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.1.0/icon.svg",
394
394
  "engines": {
395
395
  "node": ">=14.6.0",
396
396
  "yank-note": "^3.66.0"
@@ -402,11 +402,11 @@
402
402
  "url": "https://github.com/purocean/yank-note-extension/issues"
403
403
  },
404
404
  "dist": {
405
- "integrity": "sha512-83n7P2z7CaidWmo1E4PjNbmVjMbu1xUzcJfYoGdGJ+Mt8NvR+/tX8aB9Gm0ok8mtGnryTRXQz2jZ/BnRpjpsSQ==",
406
- "shasum": "5ef8ac9d523d8673dbb67f0491af944a28e65cc6",
407
- "tarball": "https://registry.npmjs.org/@yank-note/extension-repl/-/extension-repl-1.0.1.tgz",
405
+ "integrity": "sha512-Xv1qGGMBhADyjI/KQrgvXG1pDJfZxSFFuGFSl/1BveMFSrKVuyhRcliIbCbXdAzLJKNPt4O91kmg/wEoF6G3FQ==",
406
+ "shasum": "946dc8f4e8fd3535642f7bfe75da67e8338e6ea9",
407
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-repl/-/extension-repl-1.1.0.tgz",
408
408
  "fileCount": 11,
409
- "unpackedSize": 4988086
409
+ "unpackedSize": 4990915
410
410
  },
411
411
  "directories": {},
412
412
  "maintainers": [
@@ -415,8 +415,8 @@
415
415
  "email": "purocean@outlook.com"
416
416
  }
417
417
  ],
418
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.0.1/README.md",
419
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.0.1/CHANGELOG.md",
418
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.1.0/README.md",
419
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.1.0/CHANGELOG.md",
420
420
  "origin": "official"
421
421
  },
422
422
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.192",
3
+ "version": "1.0.193",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",