@supernova-studio/model 1.79.0 → 1.79.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.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6700,7 +6700,8 @@ var FlaggedFeature = z208.enum([
|
|
|
6700
6700
|
"ForgeOnDemandIterations",
|
|
6701
6701
|
"ForgeAutoRetryOnErrors",
|
|
6702
6702
|
"CustomForgeTemplate",
|
|
6703
|
-
"ForgeRestartPlaywright"
|
|
6703
|
+
"ForgeRestartPlaywright",
|
|
6704
|
+
"ForgeSandboxTimeout"
|
|
6704
6705
|
]);
|
|
6705
6706
|
var FeatureFlagDefaults = {
|
|
6706
6707
|
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
|