yank-note-registry 1.0.110 → 1.0.111

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.5.2" },
3
+ { "id": "@yank-note/extension-mermaid", "version": "1.5.3" },
4
4
  { "id": "@yank-note/extension-drawio", "version": "1.3.1" },
5
5
  { "id": "@yank-note/extension-echarts", "version": "1.3.1" },
6
6
  { "id": "@yank-note/extension-reveal-js", "version": "1.5.1" },
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "@yank-note/extension-mermaid",
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
5
5
  "displayName": "Mermaid",
6
6
  "description": "Mermaid integration",
7
7
  "displayName_ZH-CN": "Mermaid",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "main": "./dist/index.js",
20
20
  "style": "./dist/style.css",
21
- "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.5.2/icon.png?__t=1666673518925",
21
+ "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.5.3/icon.png?__t=1667548537499",
22
22
  "engines": {
23
23
  "node": ">=14.6.0",
24
24
  "yank-note": "^3.41.0"
@@ -27,11 +27,11 @@
27
27
  "url": "https://github.com/purocean/yank-note-extension/issues"
28
28
  },
29
29
  "dist": {
30
- "integrity": "sha512-RDDby7uhJls5sARcA9BPvAuYTIqJcKuLBSrH3JaHlYfEm7eglIjKehNdqicoIYDXQ74IN4hljyR5hnmj663KZA==",
31
- "shasum": "274fa9a0ace779b997ad0b95fbcf6c00ca0f95de",
32
- "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.5.2.tgz",
30
+ "integrity": "sha512-Jfqluj/JRCZFqmX7Q9EPR/mXpl/X10w5qy7Q2CQb1Ypjl83RmH/16v/FKFRy3RvHGBPKF+I5devesZyRSX9K1A==",
31
+ "shasum": "69688f61e6432902213e169d5d93b9b1bc42b671",
32
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.5.3.tgz",
33
33
  "fileCount": 8,
34
- "unpackedSize": 1220971
34
+ "unpackedSize": 1221300
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://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.5.2/README.md?__t=1666673519048",
44
- "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.5.2/CHANGELOG.md?__t=1666673521776",
43
+ "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.5.3/README.md?__t=1667548541337",
44
+ "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.5.3/CHANGELOG.md?__t=1667548541463",
45
45
  "origin": "official"
46
46
  },
47
47
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",