@voyantjs/markets 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 marketsRoutes: 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
  status: "active" | "inactive" | "archived";
@@ -37,8 +37,8 @@ export declare function getMarketById(db: PostgresJsDatabase, id: string): Promi
37
37
  } | null>;
38
38
  export declare function createMarket(db: PostgresJsDatabase, data: CreateMarketInput): Promise<{
39
39
  metadata: Record<string, unknown> | null;
40
- id: string;
41
40
  name: string;
41
+ id: string;
42
42
  createdAt: Date;
43
43
  updatedAt: Date;
44
44
  status: "active" | "inactive" | "archived";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/markets",
3
- "version": "0.28.1",
3
+ "version": "0.29.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,13 +29,13 @@
29
29
  "drizzle-orm": "^0.45.2",
30
30
  "hono": "^4.12.10",
31
31
  "zod": "^4.3.6",
32
- "@voyantjs/core": "0.28.1",
33
- "@voyantjs/db": "0.28.1",
34
- "@voyantjs/hono": "0.28.1"
32
+ "@voyantjs/core": "0.29.0",
33
+ "@voyantjs/db": "0.29.0",
34
+ "@voyantjs/hono": "0.29.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "typescript": "^6.0.2",
38
- "@voyantjs/products": "0.28.1",
38
+ "@voyantjs/products": "0.29.0",
39
39
  "@voyantjs/voyant-typescript-config": "0.1.0"
40
40
  },
41
41
  "files": [