yank-note-registry 1.0.144 → 1.0.145

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,7 +1,7 @@
1
1
  {
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-mermaid", "version": "1.5.4" },
4
- { "id": "@yank-note/extension-drawio", "version": "1.3.1" },
4
+ { "id": "@yank-note/extension-drawio", "version": "1.4.0" },
5
5
  { "id": "@yank-note/extension-echarts", "version": "1.4.0" },
6
6
  { "id": "@yank-note/extension-reveal-js", "version": "1.5.1" },
7
7
  { "id": "@yank-note/extension-markmap", "version": "1.5.1" },
package/index.json CHANGED
@@ -46,7 +46,7 @@
46
46
  },
47
47
  {
48
48
  "name": "@yank-note/extension-drawio",
49
- "version": "1.3.1",
49
+ "version": "1.4.0",
50
50
  "displayName": "Drawio",
51
51
  "description": "Drawio integration",
52
52
  "displayName_ZH-CN": "Drawio",
@@ -63,9 +63,9 @@
63
63
  },
64
64
  "main": "./dist/index.js",
65
65
  "style": "./dist/style.css",
66
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.3.1/icon.svg",
67
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.3.1/README.md",
68
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.3.1/CHANGELOG.md",
66
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.4.0/icon.svg",
67
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.4.0/README.md",
68
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.4.0/CHANGELOG.md",
69
69
  "engines": {
70
70
  "node": ">=14.6.0",
71
71
  "yank-note": "^3.29.0"
@@ -74,11 +74,11 @@
74
74
  "url": "https://github.com/purocean/yank-note-extension/issues"
75
75
  },
76
76
  "dist": {
77
- "integrity": "sha512-jl0l+HnAEwZGofdqTTq0H5PdxKcv6vvkft4L/xfFJiYtcRJ9RjF0XZhbQGNBLODvocVPsrUDaUl+MEcYl2KYOg==",
78
- "shasum": "11119a34d01e316d471f60dc396038a103258929",
79
- "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.3.1.tgz",
80
- "fileCount": 2767,
81
- "unpackedSize": 148496097
77
+ "integrity": "sha512-yJolLrOt9EWED1WGkMH8z9ftKxNfaIY4Kw8AqyxeNZlHlDQSicwGLvka90iI7/aKClEyPL4mfON5XRJd5PTBUA==",
78
+ "shasum": "efce540f5e4deef4bf986aeb57e5faec06dc5280",
79
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.4.0.tgz",
80
+ "fileCount": 2905,
81
+ "unpackedSize": 155358670
82
82
  },
83
83
  "directories": {},
84
84
  "maintainers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.144",
3
+ "version": "1.0.145",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",