yank-note-registry 1.0.186 → 1.0.187

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,6 +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.0" },
11
+ { "id": "@yank-note/extension-repl", "version": "1.0.1" },
11
12
  { "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
12
13
  { "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
13
14
  { "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
package/index.json CHANGED
@@ -372,6 +372,53 @@
372
372
  "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.3.0/CHANGELOG.md",
373
373
  "origin": "official"
374
374
  },
375
+ {
376
+ "name": "@yank-note/extension-repl",
377
+ "version": "1.0.1",
378
+ "displayName": "Vue Repl",
379
+ "description": "Build and run Vue interactive apps in Yank Note",
380
+ "displayName_ZH-CN": "Vue Repl",
381
+ "description_ZH-CN": "在 Yank Note 中构建并运行 Vue 交互式应用",
382
+ "author": {
383
+ "name": "Yank Note"
384
+ },
385
+ "license": "AGPL-3.0",
386
+ "keywords": [],
387
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-repl",
388
+ "repository": {
389
+ "type": "git",
390
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
391
+ },
392
+ "main": "./main/index.js",
393
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.0.1/icon.svg",
394
+ "engines": {
395
+ "node": ">=14.6.0",
396
+ "yank-note": "^3.66.0"
397
+ },
398
+ "requirements": {
399
+ "premium": true
400
+ },
401
+ "bugs": {
402
+ "url": "https://github.com/purocean/yank-note-extension/issues"
403
+ },
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",
408
+ "fileCount": 11,
409
+ "unpackedSize": 4988086
410
+ },
411
+ "directories": {},
412
+ "maintainers": [
413
+ {
414
+ "name": "purocean",
415
+ "email": "purocean@outlook.com"
416
+ }
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",
420
+ "origin": "official"
421
+ },
375
422
  {
376
423
  "name": "@yank-note/extension-markdown-prettier",
377
424
  "version": "1.4.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.186",
3
+ "version": "1.0.187",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",