@ionite/zod 0.0.22 → 0.0.23-beta.20260729.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -30,7 +30,7 @@ declare const BaseUser: z.ZodObject<BaseUserShape> & z.ZodType<BaseUserType>;
30
30
  declare const BaseCustomer: z.ZodObject<CustomerShape> & z.ZodType<BaseCustomerType>;
31
31
  /**
32
32
  * Narrow tenant config-locator schema (`{ source?, path, ttl? }`). Tenants store a pointer to their
33
- * RemoteConfig that resolves against secrets sources declared on the root ES; it carries no
33
+ * RemoteConfig that resolves against secrets sources declared on the root Ionite; it carries no
34
34
  * connection details or credentials (those live only in the root env/bootstrap config).
35
35
  */
36
36
  declare const TenantConfigLocatorSchema: z.ZodType<TenantConfigLocator>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionite/zod",
3
- "version": "0.0.22",
3
+ "version": "0.0.23-beta.20260729.1",
4
4
  "description": "Zod validators for ionite (SSO, IAM, workload, tenant, CIAM)",
5
5
  "type": "module",
6
6
  "engines": {
@@ -9,7 +9,7 @@
9
9
  "author": "ionite",
10
10
  "license": "Proprietary",
11
11
  "dependencies": {
12
- "@ionite/core": "^0.0.22",
12
+ "@ionite/core": "0.0.23-beta.20260729.1",
13
13
  "@standard-schema/spec": "^1.1.0",
14
14
  "zod": "^4.4.3"
15
15
  },