@supernova-studio/model 1.43.2 → 1.43.4
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
|
@@ -6491,7 +6491,8 @@ var FlaggedFeature = z204.enum([
|
|
|
6491
6491
|
"PulsarConcurrencyMode",
|
|
6492
6492
|
"PulsarConcurrency",
|
|
6493
6493
|
"PulsarProfilerMode",
|
|
6494
|
-
"ForgeE2BTemplate"
|
|
6494
|
+
"ForgeE2BTemplate",
|
|
6495
|
+
"ForgeOnDemandIterations"
|
|
6495
6496
|
]);
|
|
6496
6497
|
var FeatureFlagDefaults = {
|
|
6497
6498
|
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
|