@hg-ts/knex 0.7.7 → 0.7.8
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/outbox/index.d.ts +1 -0
- package/dist/outbox/index.d.ts.map +1 -1
- package/dist/outbox/index.js +1 -0
- package/dist/outbox/index.js.map +1 -1
- package/package.json +24 -24
- package/src/outbox/index.ts +1 -0
package/dist/outbox/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/outbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,gDAAgD,CAAC;AAE9E,cAAc,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/outbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,gDAAgD,CAAC;AAE9E,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAElC,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
package/dist/outbox/index.js
CHANGED
package/dist/outbox/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/outbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,gDAAgD,CAAC;AAE9E,cAAc,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/outbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,gDAAgD,CAAC;AAE9E,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAElC,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hg-ts/knex",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"test:dev": "vitest watch"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@hg-ts-config/typescript": "0.7.
|
|
23
|
-
"@hg-ts/async-context": "0.7.
|
|
24
|
-
"@hg-ts/config-loader": "0.7.
|
|
25
|
-
"@hg-ts/domain": "0.7.
|
|
26
|
-
"@hg-ts/events": "0.7.
|
|
27
|
-
"@hg-ts/exception": "0.7.
|
|
28
|
-
"@hg-ts/execution-mode": "0.7.
|
|
29
|
-
"@hg-ts/linter": "0.7.
|
|
30
|
-
"@hg-ts/logger": "0.7.
|
|
31
|
-
"@hg-ts/repository": "0.7.
|
|
32
|
-
"@hg-ts/tests": "0.7.
|
|
33
|
-
"@hg-ts/types": "0.7.
|
|
34
|
-
"@hg-ts/validation": "0.7.
|
|
22
|
+
"@hg-ts-config/typescript": "0.7.8",
|
|
23
|
+
"@hg-ts/async-context": "0.7.8",
|
|
24
|
+
"@hg-ts/config-loader": "0.7.8",
|
|
25
|
+
"@hg-ts/domain": "0.7.8",
|
|
26
|
+
"@hg-ts/events": "0.7.8",
|
|
27
|
+
"@hg-ts/exception": "0.7.8",
|
|
28
|
+
"@hg-ts/execution-mode": "0.7.8",
|
|
29
|
+
"@hg-ts/linter": "0.7.8",
|
|
30
|
+
"@hg-ts/logger": "0.7.8",
|
|
31
|
+
"@hg-ts/repository": "0.7.8",
|
|
32
|
+
"@hg-ts/tests": "0.7.8",
|
|
33
|
+
"@hg-ts/types": "0.7.8",
|
|
34
|
+
"@hg-ts/validation": "0.7.8",
|
|
35
35
|
"@nestjs/common": "11.1.0",
|
|
36
36
|
"@nestjs/core": "11.1.0",
|
|
37
37
|
"@nestjs/testing": "11.1.0",
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
"vitest": "4.0.14"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@hg-ts/async-context": "0.7.
|
|
53
|
-
"@hg-ts/config-loader": "0.7.
|
|
54
|
-
"@hg-ts/domain": "0.7.
|
|
55
|
-
"@hg-ts/events": "0.7.
|
|
56
|
-
"@hg-ts/exception": "0.7.
|
|
57
|
-
"@hg-ts/execution-mode": "0.7.
|
|
58
|
-
"@hg-ts/logger": "0.7.
|
|
59
|
-
"@hg-ts/repository": "0.7.
|
|
60
|
-
"@hg-ts/tests": "0.7.
|
|
61
|
-
"@hg-ts/validation": "0.7.
|
|
52
|
+
"@hg-ts/async-context": "0.7.8",
|
|
53
|
+
"@hg-ts/config-loader": "0.7.8",
|
|
54
|
+
"@hg-ts/domain": "0.7.8",
|
|
55
|
+
"@hg-ts/events": "0.7.8",
|
|
56
|
+
"@hg-ts/exception": "0.7.8",
|
|
57
|
+
"@hg-ts/execution-mode": "0.7.8",
|
|
58
|
+
"@hg-ts/logger": "0.7.8",
|
|
59
|
+
"@hg-ts/repository": "0.7.8",
|
|
60
|
+
"@hg-ts/tests": "0.7.8",
|
|
61
|
+
"@hg-ts/validation": "0.7.8",
|
|
62
62
|
"@nestjs/common": "*",
|
|
63
63
|
"@nestjs/core": "*",
|
|
64
64
|
"@nestjs/testing": "*",
|