autotel-eventcatalog 9.0.0 → 10.0.0

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - autotel-subscribers@40.0.0
8
+
3
9
  ## 9.0.0
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autotel-eventcatalog",
3
- "version": "9.0.0",
3
+ "version": "10.0.0",
4
4
  "description": "Diff your autotel architecture snapshot against an EventCatalog and report drift. Same model as Pact, for event architectures.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -56,7 +56,7 @@
56
56
  "tsdown": "^0.22.2",
57
57
  "typescript": "^6.0.3",
58
58
  "vitest": "^4.1.8",
59
- "autotel-subscribers": "39.0.0"
59
+ "autotel-subscribers": "40.0.0"
60
60
  },
61
61
  "dependencies": {
62
62
  "@eventcatalog/sdk": "^2.24.1"