@supernova-studio/model 1.60.0 → 1.60.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/index.mjs CHANGED
@@ -1054,7 +1054,9 @@ async function promiseWithTimeout(timeoutMs, promise, onTimeout) {
1054
1054
  return result;
1055
1055
  }
1056
1056
  async function sleep(ms) {
1057
- return new Promise((resolve) => setTimeout(resolve, ms));
1057
+ return new Promise((resolve) => {
1058
+ setTimeout(resolve, ms);
1059
+ });
1058
1060
  }
1059
1061
  function uniqueBy(items, prop) {
1060
1062
  return Array.from(mapByUnique(items, prop).values());
@@ -6667,6 +6669,7 @@ var FlaggedFeature = z208.enum([
6667
6669
  "ForgeE2BTemplate",
6668
6670
  "ForgeOnDemandIterations",
6669
6671
  "ForgeAutoRetryOnErrors",
6672
+ "ForgeAiBackendMigrated",
6670
6673
  "CustomForgeTemplate"
6671
6674
  ]);
6672
6675
  var FeatureFlagDefaults = {