@pexip-engage-public/plugin-state
Advanced tools
Comparing version 2.0.0-canary-20231023080955 to 2.0.0-canary-20231025101109
# @pexip-engage-public/plugin-state | ||
## 2.0.0-canary-20231023080955 | ||
## 2.0.0-canary-20231025101109 | ||
@@ -9,2 +9,6 @@ ### Major Changes | ||
### Patch Changes | ||
- d5413de87: chore(deps): update all non-major dependencies | ||
## 1.2.1 | ||
@@ -11,0 +15,0 @@ |
@@ -531,2 +531,3 @@ import { z } from "zod"; | ||
timetableUI: z.ZodDefault<z.ZodEnum<["week", "month"]>>; | ||
theme: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -536,2 +537,3 @@ scroll: number | "disabled"; | ||
timetableUI: "week" | "month"; | ||
theme?: string | undefined; | ||
}, { | ||
@@ -541,2 +543,3 @@ scroll?: number | "disabled" | undefined; | ||
timetableUI?: "week" | "month" | undefined; | ||
theme?: string | undefined; | ||
}>>; | ||
@@ -618,2 +621,3 @@ /** | ||
timetableUI: "week" | "month"; | ||
theme?: string | undefined; | ||
}; | ||
@@ -719,2 +723,3 @@ searchCountries: string[]; | ||
timetableUI?: "week" | "month" | undefined; | ||
theme?: string | undefined; | ||
} | undefined; | ||
@@ -778,2 +783,3 @@ location?: { | ||
timetableUI: "week" | "month"; | ||
theme?: string | undefined; | ||
}; | ||
@@ -1003,2 +1009,3 @@ searchCountries: string[]; | ||
timetableUI?: "week" | "month" | undefined; | ||
theme?: string | undefined; | ||
} | undefined; | ||
@@ -1005,0 +1012,0 @@ location?: { |
@@ -265,2 +265,3 @@ import { z } from "zod"; | ||
timetableUI: z.enum(["week", "month"]).default("week"), | ||
theme: z.string().optional(), | ||
}) | ||
@@ -267,0 +268,0 @@ .default({}), |
{ | ||
"name": "@pexip-engage-public/plugin-state", | ||
"version": "2.0.0-canary-20231023080955", | ||
"version": "2.0.0-canary-20231025101109", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-state#readme", | ||
@@ -32,3 +32,3 @@ "bugs": { | ||
"dependencies": { | ||
"zod": "^3.22.3" | ||
"zod": "^3.22.4" | ||
}, | ||
@@ -38,4 +38,4 @@ "devDependencies": { | ||
"@total-typescript/ts-reset": "^0.5.1", | ||
"@pexip-engage/tsconfig": "0.0.10-canary-20231023080955", | ||
"eslint-config-pexip-engage": "0.0.40" | ||
"eslint-config-pexip-engage": "0.0.41-canary-20231025101109", | ||
"@pexip-engage/tsconfig": "0.0.10-canary-20231025101109" | ||
}, | ||
@@ -42,0 +42,0 @@ "volta": { |
@@ -284,2 +284,3 @@ import { z } from "zod"; | ||
timetableUI: z.enum(["week", "month"]).default("week"), | ||
theme: z.string().optional(), | ||
}) | ||
@@ -286,0 +287,0 @@ .default({}), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96619
2100
Updatedzod@^3.22.4