ms-types 0.1.22 → 0.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/global.d.ts CHANGED
@@ -34,6 +34,10 @@ declare const __package__: {
34
34
  * 应用名称
35
35
  */
36
36
  name: string;
37
+ /**
38
+ * 应用包名
39
+ */
40
+ package: string;
37
41
  /**
38
42
  * 应用版本
39
43
  */
@@ -49,6 +49,7 @@ declare const $线程名称: 字符串;
49
49
  */
50
50
  declare const $脚本配置: {
51
51
  name: 字符串;
52
+ package: 字符串;
52
53
  appVersion: 字符串;
53
54
  appId: 字符串;
54
55
  update: {