@shimotsuki/core 2.0.40 → 2.0.41

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2915,6 +2915,7 @@ class Manager {
2915
2915
  }
2916
2916
  const cat = Manager.instance;
2917
2917
  globalThis.cat = cat;
2918
+ console.log('core', globalThis.cat);
2918
2919
  /**
2919
2920
  * 项目数据初始化之后的处理APP初始化事务
2920
2921
  * 执行顺序 onAppInitDelegate -> onPlugInInitDelegate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shimotsuki/core",
3
- "version": "2.0.40",
3
+ "version": "2.0.41",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",