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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. 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.2
4
+ * @Version: 0.2.2-unity.3
5
5
  * @Author: zhanghongyang.mocha
6
- * @Date: 2025-12-03 20:08:55
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.2"}`);
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
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ttmg-pack",
3
3
  "author": "ttmg",
4
- "version": "0.2.2-unity.2",
4
+ "version": "0.2.2-unity.3",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {