@voyantjs/promotions 0.111.2 → 0.111.3

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/routes.d.ts +4 -4
  2. package/package.json +8 -8
package/dist/routes.d.ts CHANGED
@@ -77,8 +77,8 @@ export declare const promotionsRoutes: import("hono/hono-base").HonoBase<Env, {
77
77
  output: {
78
78
  data: {
79
79
  metadata: import("hono/utils/types").JSONValue;
80
- name: string;
81
80
  id: string;
81
+ name: string;
82
82
  createdAt: string;
83
83
  updatedAt: string;
84
84
  scope: {
@@ -151,8 +151,8 @@ export declare const promotionsRoutes: import("hono/hono-base").HonoBase<Env, {
151
151
  output: {
152
152
  data: {
153
153
  metadata: import("hono/utils/types").JSONValue;
154
- name: string;
155
154
  id: string;
155
+ name: string;
156
156
  createdAt: string;
157
157
  updatedAt: string;
158
158
  scope: {
@@ -225,8 +225,8 @@ export declare const promotionsRoutes: import("hono/hono-base").HonoBase<Env, {
225
225
  output: {
226
226
  data: {
227
227
  metadata: import("hono/utils/types").JSONValue;
228
- name: string;
229
228
  id: string;
229
+ name: string;
230
230
  createdAt: string;
231
231
  updatedAt: string;
232
232
  scope: {
@@ -299,8 +299,8 @@ export declare const promotionsRoutes: import("hono/hono-base").HonoBase<Env, {
299
299
  output: {
300
300
  data: {
301
301
  metadata: import("hono/utils/types").JSONValue;
302
- name: string;
303
302
  id: string;
303
+ name: string;
304
304
  createdAt: string;
305
305
  updatedAt: string;
306
306
  scope: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/promotions",
3
- "version": "0.111.2",
3
+ "version": "0.111.3",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -69,13 +69,13 @@
69
69
  "drizzle-orm": "^0.45.2",
70
70
  "hono": "^4.12.10",
71
71
  "zod": "^4.3.6",
72
- "@voyantjs/catalog": "^0.115.0",
73
- "@voyantjs/core": "^0.108.0",
74
- "@voyantjs/db": "^0.106.0",
75
- "@voyantjs/hono": "^0.107.0",
76
- "@voyantjs/products": "^0.117.0",
77
- "@voyantjs/storefront": "^0.117.0",
78
- "@voyantjs/workflows": "^0.107.2"
72
+ "@voyantjs/catalog": "^0.115.1",
73
+ "@voyantjs/core": "^0.109.0",
74
+ "@voyantjs/db": "^0.107.0",
75
+ "@voyantjs/hono": "^0.108.0",
76
+ "@voyantjs/products": "^0.117.1",
77
+ "@voyantjs/storefront": "^0.117.1",
78
+ "@voyantjs/workflows": "^0.107.3"
79
79
  },
80
80
  "devDependencies": {
81
81
  "typescript": "^6.0.2",