yank-note-registry 1.0.174 → 1.0.175

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
@@ -2,7 +2,7 @@
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-mermaid", "version": "1.7.0" },
4
4
  { "id": "@yank-note/extension-drawio", "version": "1.8.2" },
5
- { "id": "@yank-note/extension-excalidraw", "version": "1.1.3" },
5
+ { "id": "@yank-note/extension-excalidraw", "version": "1.2.0" },
6
6
  { "id": "@yank-note/extension-echarts", "version": "1.5.2" },
7
7
  { "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
8
8
  { "id": "@yank-note/extension-markmap", "version": "1.5.3" },
package/index.json CHANGED
@@ -91,7 +91,7 @@
91
91
  },
92
92
  {
93
93
  "name": "@yank-note/extension-excalidraw",
94
- "version": "1.1.3",
94
+ "version": "1.2.0",
95
95
  "displayName": "Excalidraw",
96
96
  "description": "Excalidraw integration",
97
97
  "displayName_ZH-CN": "Excalidraw",
@@ -108,7 +108,7 @@
108
108
  },
109
109
  "main": "./main/index.js",
110
110
  "style": "./main/style.css",
111
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.1.3/icon.png",
111
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/icon.png",
112
112
  "engines": {
113
113
  "node": ">=14.6.0",
114
114
  "yank-note": "^3.63.2"
@@ -120,11 +120,11 @@
120
120
  "url": "https://github.com/purocean/yank-note-extension/issues"
121
121
  },
122
122
  "dist": {
123
- "integrity": "sha512-ONlXRqsYDrDNKcr/SsCNXLe3tvfnMzxTgdNIlOimDKUcL1nH3zfse8BTBUwQFg2WfdAIY5TFErOtYpyDEZvVfQ==",
124
- "shasum": "657bf3bb3010f728d461e7c234e9d6904ab5318a",
125
- "tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.1.3.tgz",
123
+ "integrity": "sha512-pQeQriAbKMqGMC9Vd3XamY0u//mbOuJvHtt1bxx1VdSrfbspJmq214UzArwg5NgoMdiT4fZHWBHQVv6NSuoSxQ==",
124
+ "shasum": "62d6eba5ba5aab6ba7674be212db41f439d8c39d",
125
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.2.0.tgz",
126
126
  "fileCount": 69,
127
- "unpackedSize": 2619463
127
+ "unpackedSize": 5655606
128
128
  },
129
129
  "directories": {},
130
130
  "maintainers": [
@@ -133,8 +133,8 @@
133
133
  "email": "purocean@outlook.com"
134
134
  }
135
135
  ],
136
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.1.3/README.md",
137
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.1.3/CHANGELOG.md",
136
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/README.md",
137
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/CHANGELOG.md",
138
138
  "origin": "official"
139
139
  },
140
140
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.174",
3
+ "version": "1.0.175",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",