yank-note-registry 1.0.298 → 1.0.299
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 +10 -10
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
{ "id": "yank-note-extension-tool-bar", "version": "1.0.0" },
|
|
31
31
|
{ "id": "yank-note-extension-snippet", "version": "1.0.3" },
|
|
32
32
|
{ "id": "yank-note-extension-docsify", "version": "0.0.3" },
|
|
33
|
-
{ "id": "yank-note-extension-math", "version": "0.3.
|
|
33
|
+
{ "id": "yank-note-extension-math", "version": "0.3.1" },
|
|
34
34
|
{ "id": "yank-note-extension-background", "version": "1.0.1" }
|
|
35
35
|
]
|
|
36
36
|
}
|
package/index.json
CHANGED
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"name": "yank-note-extension-math",
|
|
1292
|
-
"version": "0.3.
|
|
1292
|
+
"version": "0.3.1",
|
|
1293
1293
|
"displayName": "数学扩展",
|
|
1294
1294
|
"description": "面向数学用户的 Yank Note 扩展",
|
|
1295
1295
|
"author": {
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
},
|
|
1304
1304
|
"homepage": "https://github.com/MirionQs/yank-note-extension-math",
|
|
1305
1305
|
"main": "./dist/index.js",
|
|
1306
|
-
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.
|
|
1306
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.1/icon.png",
|
|
1307
1307
|
"engines": {
|
|
1308
1308
|
"node": ">=18.20.2",
|
|
1309
1309
|
"yank-note": ">=3.75.4"
|
|
@@ -1311,20 +1311,20 @@
|
|
|
1311
1311
|
"themes": [
|
|
1312
1312
|
{
|
|
1313
1313
|
"name": "香蕉空间",
|
|
1314
|
-
"css": "./themes/banana-space.css"
|
|
1314
|
+
"css": "./themes/banana-space.min.css"
|
|
1315
1315
|
},
|
|
1316
1316
|
{
|
|
1317
1317
|
"name": "多彩笔记",
|
|
1318
|
-
"css": "./themes/colorful-note.css"
|
|
1318
|
+
"css": "./themes/colorful-note.min.css"
|
|
1319
1319
|
}
|
|
1320
1320
|
],
|
|
1321
1321
|
"licenseText": "MIT License\n\nCopyright (c) 2022-2024 Mirion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
|
|
1322
1322
|
"dist": {
|
|
1323
|
-
"shasum": "
|
|
1324
|
-
"integrity": "sha512-
|
|
1325
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-math/-/yank-note-extension-math-0.3.
|
|
1323
|
+
"shasum": "efc69c01add2c68a5c0487401ab46a0704c15676",
|
|
1324
|
+
"integrity": "sha512-CQtAFS1riXNFR9vrbDVvIWySEtLodP9oTV4UIRrBGugdWN9yFmJFZg+pF7B/IAM2LJdNDDBWnzB3bjVSLQSyeQ==",
|
|
1325
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-math/-/yank-note-extension-math-0.3.1.tgz",
|
|
1326
1326
|
"fileCount": 31,
|
|
1327
|
-
"unpackedSize":
|
|
1327
|
+
"unpackedSize": 69047886
|
|
1328
1328
|
},
|
|
1329
1329
|
"directories": {},
|
|
1330
1330
|
"maintainers": [
|
|
@@ -1333,8 +1333,8 @@
|
|
|
1333
1333
|
"email": "mirion@qq.com"
|
|
1334
1334
|
}
|
|
1335
1335
|
],
|
|
1336
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.
|
|
1337
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.
|
|
1336
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.1/README.md",
|
|
1337
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.1/CHANGELOG.md",
|
|
1338
1338
|
"origin": "registry"
|
|
1339
1339
|
},
|
|
1340
1340
|
{
|