@forgeax/engine-preview 0.1.34 → 0.1.36

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.mjs CHANGED
@@ -1483,10 +1483,10 @@ function inspectVfxSubject(input) {
1483
1483
  }
1484
1484
  const program = input.asset.program;
1485
1485
  const programFingerprint = requiredString2(input.asset.programFingerprint);
1486
- if (!isRecord7(program) || program.format !== "forgeax-vfx-program-3") {
1486
+ if (!isRecord7(program) || program.format !== "forgeax-vfx-program-4") {
1487
1487
  return subjectFailure(
1488
1488
  "resource-preview-subject-invalid",
1489
- "a cooked forgeax-vfx-program-3 payload",
1489
+ "a cooked forgeax-vfx-program-4 payload",
1490
1490
  {
1491
1491
  phase: "subject",
1492
1492
  guid: input.guid,