ttmg-pack 0.2.2-unity.2 → 0.2.2-unity.3
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/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* ==========================================
|
|
3
3
|
* @Description: ttmg pack
|
|
4
|
-
* @Version: 0.2.2-unity.
|
|
4
|
+
* @Version: 0.2.2-unity.3
|
|
5
5
|
* @Author: zhanghongyang.mocha
|
|
6
|
-
* @Date: 2025-12-
|
|
6
|
+
* @Date: 2025-12-04 10:34:27
|
|
7
7
|
* ==========================================
|
|
8
8
|
*/
|
|
9
9
|
'use strict';
|
|
@@ -1869,7 +1869,7 @@ async function buildPkgs(originConfig) {
|
|
|
1869
1869
|
const { entry: entryDir, output: outputDir, build } = originConfig;
|
|
1870
1870
|
let startTime = Date.now();
|
|
1871
1871
|
logger.init(outputDir, true);
|
|
1872
|
-
logger.info(`TTMG_PACK_VERSION: ${"0.2.2-unity.
|
|
1872
|
+
logger.info(`TTMG_PACK_VERSION: ${"0.2.2-unity.3"}`);
|
|
1873
1873
|
logger.info(`pack start, startTime:${startTime}`);
|
|
1874
1874
|
const config = overrideConfig(entryDir, originConfig);
|
|
1875
1875
|
/**
|