@supernova-studio/model 1.18.0 → 1.18.2
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -5872,7 +5872,7 @@ import { z as z176 } from "zod";
|
|
|
5872
5872
|
// src/forge/project-section.ts
|
|
5873
5873
|
import { z as z175 } from "zod";
|
|
5874
5874
|
var ForgeProjectSectionChildType = z175.enum(["Artifact", "Feature"]);
|
|
5875
|
-
var SortOrder = z175.number().int()
|
|
5875
|
+
var SortOrder = z175.number().int();
|
|
5876
5876
|
var ForgeSection = z175.object({
|
|
5877
5877
|
id: Id,
|
|
5878
5878
|
projectId: z175.string(),
|