yank-note-registry 1.0.102 → 1.0.103

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.3.0" },
3
+ { "id": "@yank-note/extension-mermaid", "version": "1.4.0" },
4
4
  { "id": "@yank-note/extension-drawio", "version": "1.3.1" },
5
5
  { "id": "@yank-note/extension-echarts", "version": "1.1.0" },
6
6
  { "id": "@yank-note/extension-reveal-js", "version": "1.4.0" },
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "@yank-note/extension-mermaid",
4
- "version": "1.3.0",
4
+ "version": "1.4.0",
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.3.0/icon.png?__t=1665909386140",
21
+ "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.4.0/icon.png?__t=1666005438476",
22
22
  "engines": {
23
23
  "node": ">=14.6.0",
24
24
  "yank-note": "^3.40.0"
@@ -27,11 +27,11 @@
27
27
  "url": "https://github.com/purocean/yank-note-extension/issues"
28
28
  },
29
29
  "dist": {
30
- "integrity": "sha512-jLTJd63Z3QsYgI3umy4l/0PF9HGAM+T5Aze2QpfzVVoHeY5+yC0qRjyecdNAoBSCH/9KNBYI3yh5WzAUpGraUg==",
31
- "shasum": "d5ef5af85a6e2ff2790824954803e44e6bb97532",
32
- "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.3.0.tgz",
30
+ "integrity": "sha512-lz4rZ9MUo2S2ucareuNNNtIvtmEpLTLhd5F6lLOsA/o3trU/dq4kCnrHluAENGr9J6/hZWo66J5rKQ4il5X0Hg==",
31
+ "shasum": "7a304b732cfafcaf50c256e94c5c960b97188747",
32
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.4.0.tgz",
33
33
  "fileCount": 8,
34
- "unpackedSize": 1213755
34
+ "unpackedSize": 1219801
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.3.0/README.md?__t=1665909389010",
44
- "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.3.0/CHANGELOG.md?__t=1665909389197",
43
+ "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.4.0/README.md?__t=1666005440066",
44
+ "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-mermaid@1.4.0/CHANGELOG.md?__t=1666005441110",
45
45
  "origin": "official"
46
46
  },
47
47
  {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",
7
7
  "author": "purocean <purocean@gmail.com>",
8
8
  "license": "MIT",
9
9
  "private": false,
10
- "scripts": {
11
- "build": "node build.js"
12
- },
13
10
  "devDependencies": {
14
11
  "node-fetch": "2"
12
+ },
13
+ "scripts": {
14
+ "build": "node build.js"
15
15
  }
16
- }
16
+ }