yank-note-registry 1.0.185 → 1.0.186

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.2.0" },
5
+ { "id": "@yank-note/extension-excalidraw", "version": "1.3.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.2.0",
94
+ "version": "1.3.0",
95
95
  "displayName": "Excalidraw",
96
96
  "description": "Excalidraw integration",
97
97
  "displayName_ZH-CN": "Excalidraw",
@@ -107,11 +107,10 @@
107
107
  "url": "git+https://github.com/purocean/yank-note-extension.git"
108
108
  },
109
109
  "main": "./main/index.js",
110
- "style": "./main/style.css",
111
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.2.0/icon.png",
110
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.3.0/icon.png",
112
111
  "engines": {
113
112
  "node": ">=14.6.0",
114
- "yank-note": "^3.63.2"
113
+ "yank-note": "^3.66.0"
115
114
  },
116
115
  "requirements": {
117
116
  "premium": true
@@ -120,11 +119,11 @@
120
119
  "url": "https://github.com/purocean/yank-note-extension/issues"
121
120
  },
122
121
  "dist": {
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
- "fileCount": 69,
127
- "unpackedSize": 5655606
122
+ "integrity": "sha512-BORrzXs3dUahwTsdUAhVKFXZsk+pA5JBcTvXCxc6WUh5t85tTGQPcN67xohr9E98yhH6vGxDpe/rdFOvxGC/PA==",
123
+ "shasum": "7c5ff3b4181fd6d86776818fb76e924c733b68ff",
124
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.3.0.tgz",
125
+ "fileCount": 68,
126
+ "unpackedSize": 5662044
128
127
  },
129
128
  "directories": {},
130
129
  "maintainers": [
@@ -133,8 +132,8 @@
133
132
  "email": "purocean@outlook.com"
134
133
  }
135
134
  ],
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",
135
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.3.0/README.md",
136
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.3.0/CHANGELOG.md",
138
137
  "origin": "official"
139
138
  },
140
139
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.185",
3
+ "version": "1.0.186",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",