@authhero/kysely-adapter 10.76.1 → 10.76.2

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.
@@ -14115,9 +14115,9 @@ declare const organizationInsertSchema: z.ZodObject<{
14115
14115
  export type OrganizationInsert = z.infer<typeof organizationInsertSchema>;
14116
14116
  declare const organizationSchema: z.ZodObject<{
14117
14117
  id: z.ZodString;
14118
+ name: z.ZodString;
14118
14119
  created_at: z.ZodString;
14119
14120
  updated_at: z.ZodString;
14120
- name: z.ZodString;
14121
14121
  display_name: z.ZodOptional<z.ZodString>;
14122
14122
  branding: z.ZodOptional<z.ZodObject<{
14123
14123
  logo_url: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "10.76.1",
14
+ "version": "10.76.2",
15
15
  "files": [
16
16
  "dist"
17
17
  ],
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "kysely": "^0.27.4",
44
44
  "nanoid": "^5.0.8",
45
- "@authhero/adapter-interfaces": "0.117.0"
45
+ "@authhero/adapter-interfaces": "0.118.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@hono/zod-openapi": "^0.19.2",