yank-note-registry 1.0.27 → 1.0.28
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 +1 -1
- package/index.json +9 -9
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{ "id": "@yank-note/extension-drawio", "version": "1.0.0" },
|
|
4
4
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.2" },
|
|
5
5
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.0.2" },
|
|
6
|
-
{ "id": "@yank-note/extension-popup-preview", "version": "1.0.
|
|
6
|
+
{ "id": "@yank-note/extension-popup-preview", "version": "1.0.1" }
|
|
7
7
|
],
|
|
8
8
|
"registry": [
|
|
9
9
|
]
|
package/index.json
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"name": "@yank-note/extension-popup-preview",
|
|
137
|
-
"version": "1.0.
|
|
137
|
+
"version": "1.0.1",
|
|
138
138
|
"displayName": "Popup Preview",
|
|
139
139
|
"description": "Popup preview in a new window",
|
|
140
140
|
"displayName_ZH-CN": "弹出预览",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
151
151
|
},
|
|
152
152
|
"main": "./dist/index.js",
|
|
153
|
-
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.
|
|
153
|
+
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.1/icon.svg?__t=1652165620952",
|
|
154
154
|
"engines": {
|
|
155
155
|
"node": ">=14.6.0",
|
|
156
156
|
"yank-note": "^3.29.0"
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
160
160
|
},
|
|
161
161
|
"dist": {
|
|
162
|
-
"integrity": "sha512-
|
|
163
|
-
"shasum": "
|
|
164
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.0.
|
|
165
|
-
"fileCount":
|
|
166
|
-
"unpackedSize":
|
|
162
|
+
"integrity": "sha512-OKnd4aOKdfpwn3dEUIAHeAMzu0QBMhqJ2ebcOUgjUT/VLUxR/CNrO8Ziz8Xv8qXmb8BxZROR3oBwCbYUvmAk0Q==",
|
|
163
|
+
"shasum": "20df2185adfc3b8612d7b79d4169762d53f7a142",
|
|
164
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.0.1.tgz",
|
|
165
|
+
"fileCount": 6,
|
|
166
|
+
"unpackedSize": 39738
|
|
167
167
|
},
|
|
168
168
|
"directories": {},
|
|
169
169
|
"maintainers": [
|
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
"email": "purocean@outlook.com"
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
-
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.
|
|
176
|
-
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.
|
|
175
|
+
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.1/README.md?__t=1652165621436",
|
|
176
|
+
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.1/CHANGELOG.md?__t=1652165621927",
|
|
177
177
|
"origin": "official"
|
|
178
178
|
}
|
|
179
179
|
]
|