@supernova-studio/model 1.85.0 → 1.86.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.
- 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
|
@@ -6709,7 +6709,8 @@ var FlaggedFeature = z208.enum([
|
|
|
6709
6709
|
"CustomForgeTemplate",
|
|
6710
6710
|
"ForgeRestartPlaywright",
|
|
6711
6711
|
"ForgeCopyTemplatePreset",
|
|
6712
|
-
"ForgeSandboxTimeout"
|
|
6712
|
+
"ForgeSandboxTimeout",
|
|
6713
|
+
"ForgeFileUploadBatchSize"
|
|
6713
6714
|
]);
|
|
6714
6715
|
var FeatureFlagDefaults = {
|
|
6715
6716
|
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
|