yank-note-registry 1.0.247 → 1.0.249

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "official": [
3
- { "id": "@yank-note/extension-mermaid", "version": "1.7.0" },
3
+ { "id": "@yank-note/extension-mermaid", "version": "1.7.1" },
4
4
  { "id": "@yank-note/extension-drawio", "version": "2.3.0" },
5
5
  { "id": "@yank-note/extension-excalidraw", "version": "1.5.0" },
6
6
  { "id": "@yank-note/extension-echarts", "version": "1.5.2" },
@@ -11,6 +11,7 @@
11
11
  { "id": "@yank-note/extension-repl", "version": "1.2.2" },
12
12
  { "id": "@yank-note/extension-kroki", "version": "1.1.2" },
13
13
  { "id": "@yank-note/extension-tldraw", "version": "1.0.0" },
14
+ { "id": "@yank-note/extension-geogebra", "version": "1.0.0" },
14
15
  { "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
15
16
  { "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
16
17
  { "id": "@yank-note/extension-popup-preview", "version": "1.2.3" },
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "@yank-note/extension-mermaid",
4
- "version": "1.7.0",
4
+ "version": "1.7.1",
5
5
  "displayName": "Mermaid",
6
6
  "description": "Mermaid integration",
7
7
  "displayName_ZH-CN": "Mermaid",
@@ -18,20 +18,20 @@
18
18
  },
19
19
  "main": "./dist/index.js",
20
20
  "style": "./dist/style.css",
21
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.7.0/icon.png",
21
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.7.1/icon.png",
22
22
  "engines": {
23
- "node": ">=14.6.0",
23
+ "node": ">=18.20.2",
24
24
  "yank-note": "^3.41.0"
25
25
  },
26
26
  "bugs": {
27
27
  "url": "https://github.com/purocean/yank-note-extension/issues"
28
28
  },
29
29
  "dist": {
30
- "integrity": "sha512-B5SgeX42EGFw2wU9hXvYb+3fLMyjEziFO7v54AvSBBrlXZPqE4EkOrCk9jH5su7JqhNLT9u/eO7bDo2YS4y90A==",
31
- "shasum": "59d8aa6d94d860e8b3d40e1392f5308d01da1ba2",
32
- "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.7.0.tgz",
30
+ "integrity": "sha512-UkY0OFSyRDxl7niUgUPDRXgmoqtKKfHTcys18IyEg1a/vadzvIzmh/BMQFLC582b1Yo/YB2e/U4mTFoZ4U+0Ag==",
31
+ "shasum": "435401beffc5835202bff72316c880c8311b2788",
32
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.7.1.tgz",
33
33
  "fileCount": 8,
34
- "unpackedSize": 3078171
34
+ "unpackedSize": 3078686
35
35
  },
36
36
  "directories": {},
37
37
  "maintainers": [
@@ -40,8 +40,8 @@
40
40
  "email": "purocean@outlook.com"
41
41
  }
42
42
  ],
43
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.7.0/README.md",
44
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.7.0/CHANGELOG.md",
43
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.7.1/README.md",
44
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.7.1/CHANGELOG.md",
45
45
  "origin": "official"
46
46
  },
47
47
  {
@@ -495,6 +495,53 @@
495
495
  "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-tldraw/1.0.0/CHANGELOG.md",
496
496
  "origin": "official"
497
497
  },
498
+ {
499
+ "name": "@yank-note/extension-geogebra",
500
+ "version": "1.0.0",
501
+ "displayName": "GeoGebra",
502
+ "description": "GeoGebra integration.",
503
+ "displayName_ZH-CN": "GeoGebra",
504
+ "description_ZH-CN": "GeoGebra 集成",
505
+ "author": {
506
+ "name": "Yank Note"
507
+ },
508
+ "license": "AGPL-3.0",
509
+ "keywords": [],
510
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-geogebra",
511
+ "repository": {
512
+ "type": "git",
513
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
514
+ },
515
+ "main": "./main/index.js",
516
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-geogebra/1.0.0/icon.svg",
517
+ "engines": {
518
+ "node": ">=18.20.2",
519
+ "yank-note": "^3.72.1"
520
+ },
521
+ "requirements": {
522
+ "premium": true
523
+ },
524
+ "bugs": {
525
+ "url": "https://github.com/purocean/yank-note-extension/issues"
526
+ },
527
+ "dist": {
528
+ "integrity": "sha512-2GTyV2VCSgnWZg2+plPiEzfbc52aKsp4IhwuPcgIH1uIkgZLeszc7XargD/x06FSUKGCBvFwc8NvaDcx7Vs11Q==",
529
+ "shasum": "935d65005837a02ebcb9b60749ed21cab93c3376",
530
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-geogebra/-/extension-geogebra-1.0.0.tgz",
531
+ "fileCount": 449,
532
+ "unpackedSize": 104357936
533
+ },
534
+ "directories": {},
535
+ "maintainers": [
536
+ {
537
+ "name": "purocean",
538
+ "email": "purocean@outlook.com"
539
+ }
540
+ ],
541
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-geogebra/1.0.0/README.md",
542
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-geogebra/1.0.0/CHANGELOG.md",
543
+ "origin": "official"
544
+ },
498
545
  {
499
546
  "name": "@yank-note/extension-markdown-prettier",
500
547
  "version": "1.4.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.247",
3
+ "version": "1.0.249",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",