@quilla-be-kit/persistence 0.1.3 → 0.1.4
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quilla-be-kit/persistence",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Persistence primitives: Database, DAOs with audit injection and optimistic locking, aggregate repositories with scope isolation, UnitOfWork with pluggable outbox.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Max Martinez",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public",
|
|
52
|
-
"provenance":
|
|
52
|
+
"provenance": true
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@quilla-be-kit/ddd": ">=0.2.1",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"vitest": "^2.1.3",
|
|
73
73
|
"zod": "^4.0.0",
|
|
74
74
|
"@quilla-be-kit/ddd": "^0.2.1",
|
|
75
|
-
"@quilla-be-kit/
|
|
76
|
-
"@quilla-be-kit/
|
|
75
|
+
"@quilla-be-kit/errors": "^0.2.1",
|
|
76
|
+
"@quilla-be-kit/execution-context": "^0.2.1"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"build": "tsc -b",
|