autotel-pact 22.0.1 → 22.0.2

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/NOTICE +9 -0
  2. package/package.json +6 -4
package/NOTICE ADDED
@@ -0,0 +1,9 @@
1
+ autotel
2
+ Copyright 2026 Jag Reehal
3
+
4
+ This product is licensed under the Apache License, Version 2.0.
5
+ See the LICENSE file for the full license text.
6
+
7
+ "autotel" is a trademark of Jag Reehal. The Apache License, Version 2.0
8
+ does not grant rights to use the "autotel" name. See TRADEMARKS.md for
9
+ the trademark policy.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autotel-pact",
3
- "version": "22.0.1",
3
+ "version": "22.0.2",
4
4
  "description": "Runtime evidence for Pact contracts — autotel bridge that records which contract interactions were actually exercised, and audits 'contracted but never observed'.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,7 +53,9 @@
53
53
  "files": [
54
54
  "dist",
55
55
  "schemas",
56
- "README.md"
56
+ "README.md",
57
+ "LICENSE",
58
+ "NOTICE"
57
59
  ],
58
60
  "keywords": [
59
61
  "autotel",
@@ -69,7 +71,7 @@
69
71
  "license": "Apache-2.0",
70
72
  "peerDependencies": {
71
73
  "@pact-foundation/pact": ">=17",
72
- "autotel": "7.6.1"
74
+ "autotel": "7.6.2"
73
75
  },
74
76
  "peerDependenciesMeta": {
75
77
  "@pact-foundation/pact": {
@@ -79,7 +81,7 @@
79
81
  "devDependencies": {
80
82
  "@pact-foundation/pact": "^17.0.1",
81
83
  "@types/node": "^26.1.2",
82
- "autotel": "7.6.1",
84
+ "autotel": "7.6.2",
83
85
  "rimraf": "^6.1.3",
84
86
  "tsdown": "^0.22.14",
85
87
  "typescript": "^6.0.3",