@voyantjs/identity 0.28.1 → 0.29.0

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.
package/dist/routes.d.ts CHANGED
@@ -44,8 +44,8 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
44
44
  metadata: {
45
45
  [x: string]: import("hono/utils/types").JSONValue;
46
46
  } | null;
47
- id: string;
48
47
  name: string;
48
+ id: string;
49
49
  createdAt: string;
50
50
  updatedAt: string;
51
51
  email: string | null;
@@ -716,8 +716,8 @@ export declare const identityRoutes: import("hono/hono-base").HonoBase<Env, {
716
716
  metadata: {
717
717
  [x: string]: import("hono/utils/types").JSONValue;
718
718
  } | null;
719
- id: string;
720
719
  name: string;
720
+ id: string;
721
721
  createdAt: string;
722
722
  updatedAt: string;
723
723
  email: string | null;
package/dist/service.d.ts CHANGED
@@ -254,8 +254,8 @@ export declare const identityService: {
254
254
  } | null>;
255
255
  createNamedContact(db: PostgresJsDatabase, data: CreateNamedContactInput): Promise<{
256
256
  metadata: Record<string, unknown> | null;
257
- id: string;
258
257
  name: string;
258
+ id: string;
259
259
  createdAt: Date;
260
260
  updatedAt: Date;
261
261
  email: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/identity",
3
- "version": "0.28.1",
3
+ "version": "0.29.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,9 +34,9 @@
34
34
  "drizzle-orm": "^0.45.2",
35
35
  "hono": "^4.12.10",
36
36
  "zod": "^4.3.6",
37
- "@voyantjs/core": "0.28.1",
38
- "@voyantjs/db": "0.28.1",
39
- "@voyantjs/hono": "0.28.1"
37
+ "@voyantjs/core": "0.29.0",
38
+ "@voyantjs/db": "0.29.0",
39
+ "@voyantjs/hono": "0.29.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "^6.0.2",