fast-cocos 1.1.10 → 1.1.11

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.
@@ -19,7 +19,7 @@ class Audio {
19
19
  for (const filePath of files) {
20
20
  const dir = path_1.default.dirname(filePath);
21
21
  const xlsxName = path_1.default.basename(filePath, path_1.default.extname(filePath));
22
- const isAny = options.bundle == '*';
22
+ const isAny = options.bundle == '{0}';
23
23
  const bundle = isAny ? xlsxName : options.bundle;
24
24
  const outAudioDir = isAny ? utils_1.utils.stringFormat(options.output, xlsxName) : path_1.default.join(options.output, xlsxName, "audio");
25
25
  const oldMp3 = utils_1.utils.findFiles(outAudioDir, [".mp3"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-cocos",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "scripts": {
5
5
  "clean": "rm -rf dist",
6
6
  "start": "node ./dist/index.js",