yank-note-registry 1.0.62 → 1.0.63

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
@@ -12,6 +12,7 @@
12
12
  ],
13
13
  "registry": [
14
14
  { "id": "yank-note-extension-theme-yanser", "version": "1.0.5" },
15
- { "id": "yank-note-extension-vim-mode", "version": "1.0.2" }
15
+ { "id": "yank-note-extension-vim-mode", "version": "1.0.2" },
16
+ { "id": "yank-note-extension-tool-bar", "version": "1.0.0" }
16
17
  ]
17
18
  }
package/index.json CHANGED
@@ -510,5 +510,51 @@
510
510
  "readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.2/README.md?__t=1653558909668",
511
511
  "changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.2/CHANGELOG.md?__t=1653558910051",
512
512
  "origin": "registry"
513
+ },
514
+ {
515
+ "name": "yank-note-extension-tool-bar",
516
+ "version": "1.0.0",
517
+ "displayName": "Yank Note Tool Bar",
518
+ "description": "Tool Bar For Yank Note",
519
+ "displayName_ZH-CN": "工具栏",
520
+ "description_ZH-CN": "yank工具栏",
521
+ "author": {
522
+ "name": "andrew_asa"
523
+ },
524
+ "license": "AGPL-3.0",
525
+ "keywords": [],
526
+ "homepage": "https://github.com/andrew-asa/yank-note-extension-tool-bar",
527
+ "repository": {
528
+ "type": "git",
529
+ "url": "git+ssh://git@github.com/andrew-asa/yank-note-extension-tool-bar.git"
530
+ },
531
+ "main": "./dist/index.js",
532
+ "icon": "https://fastly.jsdelivr.net/npm/yank-note-extension-tool-bar@1.0.0/icon.png?__t=1658886520206",
533
+ "engines": {
534
+ "node": ">=14.6.0",
535
+ "yank-note": "^3.30.0"
536
+ },
537
+ "requirements": {},
538
+ "bugs": {
539
+ "url": "https://github.com/andrew-asa/yank-note-extension-tool-bar/issues"
540
+ },
541
+ "gitHead": "9d3ff2a4846228022be6b24e75b735088d82e97f",
542
+ "dist": {
543
+ "integrity": "sha512-OBt3R+WaVhJvCzldqhvy61Sajzu3c1KZg4khYpWBQFPNhKnjQ8VQUhz3rbak1Rz3kfXZEowi2FswxNR7FabNYg==",
544
+ "shasum": "2b2a414c18675ccfae13e2767c321bea17ce3b52",
545
+ "tarball": "https://registry.npmjs.org/yank-note-extension-tool-bar/-/yank-note-extension-tool-bar-1.0.0.tgz",
546
+ "fileCount": 6,
547
+ "unpackedSize": 1266436
548
+ },
549
+ "directories": {},
550
+ "maintainers": [
551
+ {
552
+ "name": "andrew_asa",
553
+ "email": "asa.andrew@yahoo.com"
554
+ }
555
+ ],
556
+ "readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-tool-bar@1.0.0/README.md?__t=1658886520594",
557
+ "changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-tool-bar@1.0.0/CHANGELOG.md?__t=1658886521753",
558
+ "origin": "registry"
513
559
  }
514
560
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",