@lyk308/dsh-token-dashboard 0.1.5 → 0.1.6
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/cordis.patch.yml +4 -5
- package/lib/client.js +1 -1
- package/package.json +1 -1
package/cordis.patch.yml
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# dsh-token-dashboard bundle patch
|
|
2
|
-
#
|
|
3
|
-
#
|
|
4
|
-
#
|
|
5
|
-
# 运行参数由 host 半(lib/index.js)自行解析默认值。
|
|
2
|
+
# name MUST equal package.json's "name" (@lyk308/dsh-token-dashboard).
|
|
3
|
+
# Otherwise dsh-client-modules' nearestPackage skips this plugin's client half
|
|
4
|
+
# (the "用量看板" settings section never shows; the host half routes still work).
|
|
6
5
|
- insert:
|
|
7
6
|
- id: token-dashboard
|
|
8
|
-
name: dsh-token-dashboard
|
|
7
|
+
name: "@lyk308/dsh-token-dashboard"
|
package/lib/client.js
CHANGED
package/package.json
CHANGED