@casual-simulation/aux-records 3.2.12 → 3.2.13
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/RecordsServer.js +1 -1
- package/package.json +2 -2
package/RecordsServer.js
CHANGED
|
@@ -1350,7 +1350,7 @@ export class RecordsServer {
|
|
|
1350
1350
|
seed: z.number().optional(),
|
|
1351
1351
|
})
|
|
1352
1352
|
.optional(),
|
|
1353
|
-
instances:
|
|
1353
|
+
instances: INSTANCES_ARRAY_VALIDATION.optional(),
|
|
1354
1354
|
});
|
|
1355
1355
|
const parseResult = schema.safeParse(jsonResult.value);
|
|
1356
1356
|
if (parseResult.success === false) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@casual-simulation/aux-records",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.13",
|
|
4
4
|
"description": "Helpers and managers used by the CasualOS records system.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Casual Simulation, Inc.",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"yjs": "13.6.8",
|
|
55
55
|
"zod": "3.22.4"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "552756631484a984db430ca842834a1a08935f38"
|
|
58
58
|
}
|