autotel-message-contract 13.0.0 → 14.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autotel-message-contract",
3
- "version": "13.0.0",
3
+ "version": "14.0.0",
4
4
  "description": "Brokerless message contract testing for autotel — pin the serialized shape of your events/commands/messages and prove old and new versions stay compatible, as ordinary unit tests.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "author": "Jag Reehal <jag@jagreehal.com> (https://jagreehal.com)",
37
37
  "license": "Apache-2.0",
38
38
  "peerDependencies": {
39
- "autotel": "7.2.0"
39
+ "autotel": "7.3.0"
40
40
  },
41
41
  "peerDependenciesMeta": {
42
42
  "autotel": {