camstreamerlib 4.0.25-e5ac200 → 4.0.26-7647bae

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.
@@ -101,7 +101,7 @@ exports.streamCommonSchema = zod_1.z.object({
101
101
  source: zod_1.z.literal('url'),
102
102
  name: zod_1.z.string(),
103
103
  url: zod_1.z.string(),
104
- avSyncMsec: zod_1.z.number().int().nonnegative(),
104
+ avSyncMsec: zod_1.z.number().int(),
105
105
  forceStereo: zod_1.z.boolean(),
106
106
  }),
107
107
  ]),
@@ -98,7 +98,7 @@ export const streamCommonSchema = z.object({
98
98
  source: z.literal('url'),
99
99
  name: z.string(),
100
100
  url: z.string(),
101
- avSyncMsec: z.number().int().nonnegative(),
101
+ avSyncMsec: z.number().int(),
102
102
  forceStereo: z.boolean(),
103
103
  }),
104
104
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camstreamerlib",
3
- "version": "4.0.25-e5ac200",
3
+ "version": "4.0.26-7647bae",
4
4
  "description": "Helper library for CamStreamer ACAP applications.",
5
5
  "prettier": "@camstreamer/prettier-config",
6
6
  "engine": {