@voyantjs/promotions 0.50.5 → 0.50.6
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Why a subscriber rather than a `BookEntityDeps` hook: `bookEntity`
|
|
8
8
|
* does sequential writes without an enclosing `db.transaction(...)`,
|
|
9
|
-
* and the owned `
|
|
9
|
+
* and the owned `createBooking` path opens its own transaction in
|
|
10
10
|
* `@voyantjs/finance`. There is no single commit transaction to be
|
|
11
11
|
* atomic with — claiming "atomic with commit" would be misleading.
|
|
12
12
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Why a subscriber rather than a `BookEntityDeps` hook: `bookEntity`
|
|
8
8
|
* does sequential writes without an enclosing `db.transaction(...)`,
|
|
9
|
-
* and the owned `
|
|
9
|
+
* and the owned `createBooking` path opens its own transaction in
|
|
10
10
|
* `@voyantjs/finance`. There is no single commit transaction to be
|
|
11
11
|
* atomic with — claiming "atomic with commit" would be misleading.
|
|
12
12
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/promotions",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"drizzle-orm": "^0.45.2",
|
|
65
65
|
"hono": "^4.12.10",
|
|
66
66
|
"zod": "^4.3.6",
|
|
67
|
-
"@voyantjs/catalog": "0.50.
|
|
68
|
-
"@voyantjs/core": "0.50.
|
|
69
|
-
"@voyantjs/db": "0.50.
|
|
70
|
-
"@voyantjs/hono": "0.50.
|
|
71
|
-
"@voyantjs/products": "0.50.
|
|
72
|
-
"@voyantjs/storefront": "0.50.
|
|
73
|
-
"@voyantjs/workflows": "0.50.
|
|
67
|
+
"@voyantjs/catalog": "0.50.6",
|
|
68
|
+
"@voyantjs/core": "0.50.6",
|
|
69
|
+
"@voyantjs/db": "0.50.6",
|
|
70
|
+
"@voyantjs/hono": "0.50.6",
|
|
71
|
+
"@voyantjs/products": "0.50.6",
|
|
72
|
+
"@voyantjs/storefront": "0.50.6",
|
|
73
|
+
"@voyantjs/workflows": "0.50.6"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"typescript": "^6.0.2",
|