@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.
@@ -1,4 +1,5 @@
1
1
  import * as outboxEvent from '../migrations/20260322073026_addOutboxTable.js';
2
2
  export * from './outbox.repository.js';
3
+ export * from './outbox.event.js';
3
4
  export { outboxEvent };
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -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;AAEvC,OAAO,EAAE,WAAW,EAAE,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"}
@@ -1,4 +1,5 @@
1
1
  import * as outboxEvent from '../migrations/20260322073026_addOutboxTable.js';
2
2
  export * from './outbox.repository.js';
3
+ export * from './outbox.event.js';
3
4
  export { outboxEvent };
4
5
  //# sourceMappingURL=index.js.map
@@ -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;AAEvC,OAAO,EAAE,WAAW,EAAE,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.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.7",
23
- "@hg-ts/async-context": "0.7.7",
24
- "@hg-ts/config-loader": "0.7.7",
25
- "@hg-ts/domain": "0.7.7",
26
- "@hg-ts/events": "0.7.7",
27
- "@hg-ts/exception": "0.7.7",
28
- "@hg-ts/execution-mode": "0.7.7",
29
- "@hg-ts/linter": "0.7.7",
30
- "@hg-ts/logger": "0.7.7",
31
- "@hg-ts/repository": "0.7.7",
32
- "@hg-ts/tests": "0.7.7",
33
- "@hg-ts/types": "0.7.7",
34
- "@hg-ts/validation": "0.7.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.7",
53
- "@hg-ts/config-loader": "0.7.7",
54
- "@hg-ts/domain": "0.7.7",
55
- "@hg-ts/events": "0.7.7",
56
- "@hg-ts/exception": "0.7.7",
57
- "@hg-ts/execution-mode": "0.7.7",
58
- "@hg-ts/logger": "0.7.7",
59
- "@hg-ts/repository": "0.7.7",
60
- "@hg-ts/tests": "0.7.7",
61
- "@hg-ts/validation": "0.7.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": "*",
@@ -1,5 +1,6 @@
1
1
  import * as outboxEvent from '../migrations/20260322073026_addOutboxTable.js';
2
2
 
3
3
  export * from './outbox.repository.js';
4
+ export * from './outbox.event.js';
4
5
 
5
6
  export { outboxEvent };