@galacean/effects-plugin-model 2.2.6 → 2.3.0-alpha.1

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/douyin.mjs CHANGED
@@ -10241,7 +10241,7 @@ var JSONConverter = /*#__PURE__*/ function() {
10241
10241
  // @ts-expect-error
10242
10242
  oldScene.bins = binFiles;
10243
10243
  newScene = _extends({}, oldScene, {
10244
- version: "3.0",
10244
+ version: spec.JSONSceneVersion["3_0"],
10245
10245
  playerVersion: {
10246
10246
  web: "3.0",
10247
10247
  native: "3.0"
@@ -12042,7 +12042,7 @@ var LoaderImpl = /*#__PURE__*/ function() {
12042
12042
  });
12043
12043
  this.composition.items = itemIds;
12044
12044
  var jsonScene = {
12045
- version: "3.0",
12045
+ version: spec.JSONSceneVersion["3_0"],
12046
12046
  playerVersion: {
12047
12047
  web: "2.0",
12048
12048
  native: "2.0"
@@ -13264,7 +13264,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
13264
13264
  registerPlugin("model", ModelPlugin, VFXItem);
13265
13265
  /**
13266
13266
  * 插件版本号
13267
- */ var version = "2.2.6";
13267
+ */ var version = "2.3.0-alpha.1";
13268
13268
  logger.info("Plugin model version: " + version + ".");
13269
13269
  if (version !== EFFECTS.version) {
13270
13270
  console.error("注意:请统一 Model 插件与 Player 版本,不统一的版本混用会有不可预知的后果!", "\nAttention: Please ensure the Model plugin is synchronized with the Player version. Mixing and matching incompatible versions may result in unpredictable consequences!");