@carbonenginejs/runtime-resource 0.18.1 → 0.19.0

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.
@@ -2690,7 +2690,7 @@ function arrayPropertyToNumbers(property, feature) {
2690
2690
  }
2691
2691
  if (property.compressed) {
2692
2692
  const error = new Error(`fbx: GR2 output cannot read compressed ${feature} arrays yet`);
2693
- error.code = "CJS_FORMAT_OUTPUT_UNSUPPORTED";
2693
+ error.code = "CJS_FORMAT_OUTPUT_NOT_SUPPORTED";
2694
2694
  error.sourceFormat = "fbx";
2695
2695
  error.emit = OUTPUT_GR2;
2696
2696
  error.feature = "compressed-array";