@kronos-ts/axon-server 0.2.2 → 0.2.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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-ts/axon-server",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Axon Server extension for Kronos — event store and command bus over Axon Server.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -49,11 +49,11 @@
49
49
  }
50
50
  },
51
51
  "dependencies": {
52
- "@kronos-ts/common": "0.1.0",
53
- "@kronos-ts/app": "0.1.0",
54
- "@kronos-ts/eventsourcing": "0.1.0",
55
- "@kronos-ts/messaging": "0.1.0",
56
- "@kronos-ts/modelling": "0.1.0",
52
+ "@kronos-ts/common": "0.1.1",
53
+ "@kronos-ts/app": "0.3.2",
54
+ "@kronos-ts/eventsourcing": "0.1.5",
55
+ "@kronos-ts/messaging": "0.4.0",
56
+ "@kronos-ts/modelling": "0.2.2",
57
57
  "@bufbuild/protobuf": "^2.3",
58
58
  "@grpc/grpc-js": "^1.12",
59
59
  "nice-grpc": "^2.1",