@schemavaults/auth-client-sdk 0.9.10 → 0.9.11

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.
@@ -1,2 +1,2 @@
1
- export declare const AUTH_CLIENT_SDK_VERSION: "0.9.10";
1
+ export declare const AUTH_CLIENT_SDK_VERSION: "0.9.11";
2
2
  export default AUTH_CLIENT_SDK_VERSION;
@@ -1,4 +1,4 @@
1
1
  // Auto-generated by generate-version.sh — do not edit
2
- export const AUTH_CLIENT_SDK_VERSION = "0.9.10";
2
+ export const AUTH_CLIENT_SDK_VERSION = "0.9.11";
3
3
  export default AUTH_CLIENT_SDK_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,10 +1,10 @@
1
- export declare const credentialsSchema: import("zod").ZodEffects<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
1
+ export declare const credentialsSchema: import("zod").ZodEffects<import("zod").ZodObject<{
2
2
  email: import("zod").ZodString;
3
3
  password: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>, string, string>, string, string>;
4
- }, {
4
+ } & {
5
5
  confirm: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>, string, string>, string, string>>;
6
6
  invite_code: import("zod").ZodOptional<import("zod").ZodString>;
7
- }>, "strict", import("zod").ZodTypeAny, {
7
+ }, "strict", import("zod").ZodTypeAny, {
8
8
  email: string;
9
9
  password: string;
10
10
  confirm?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@schemavaults/auth-client-sdk",
3
3
  "description": "TypeScript SDK for interacting with SchemaVaults Auth server or protected resources",
4
- "version": "0.9.10",
4
+ "version": "0.9.11",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
7
7
  "repository": {
@@ -13,9 +13,9 @@
13
13
  "main": "dist/index.js",
14
14
  "types": "dist/index.d.ts",
15
15
  "dependencies": {
16
- "zod": "3.23.8",
17
- "@schemavaults/auth-common": "0.9.1",
18
- "@schemavaults/app-definitions": "0.6.17"
16
+ "zod": "3.25.8",
17
+ "@schemavaults/auth-common": "0.9.2",
18
+ "@schemavaults/app-definitions": "0.6.18"
19
19
  },
20
20
  "scripts": {
21
21
  "generate-version": "bash generate-version.sh",