@supernova-studio/model 1.69.6 → 1.69.7
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
|
@@ -6683,7 +6683,8 @@ var FlaggedFeature = z208.enum([
|
|
|
6683
6683
|
"ForgeOnDemandIterations",
|
|
6684
6684
|
"ForgeAutoRetryOnErrors",
|
|
6685
6685
|
"ForgeAiBackendMigrated",
|
|
6686
|
-
"CustomForgeTemplate"
|
|
6686
|
+
"CustomForgeTemplate",
|
|
6687
|
+
"ForgeRestartPlaywright"
|
|
6687
6688
|
]);
|
|
6688
6689
|
var FeatureFlagDefaults = {
|
|
6689
6690
|
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
|