autotel-subscribers 56.1.0 → 56.1.1

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-subscribers",
3
- "version": "56.1.0",
3
+ "version": "56.1.1",
4
4
  "description": "Write Once, Observe Anywhere - Event subscribers for autotel (Mixpanel, Amplitude, Segment, Slack, webhooks, Loki, file)",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -76,7 +76,9 @@
76
76
  "files": [
77
77
  "dist",
78
78
  "examples",
79
- "README.md"
79
+ "README.md",
80
+ "LICENSE",
81
+ "NOTICE"
80
82
  ],
81
83
  "keywords": [
82
84
  "autotel",
@@ -101,7 +103,7 @@
101
103
  "slow-redact": "^0.3.2"
102
104
  },
103
105
  "peerDependencies": {
104
- "autotel": "7.6.1"
106
+ "autotel": "7.6.2"
105
107
  },
106
108
  "peerDependenciesMeta": {
107
109
  "posthog-node": {
@@ -126,7 +128,7 @@
126
128
  "@types/node": "^26.1.2",
127
129
  "@typescript-eslint/eslint-plugin": "^8.65.0",
128
130
  "@typescript-eslint/parser": "^8.65.0",
129
- "autotel": "7.6.1",
131
+ "autotel": "7.6.2",
130
132
  "drizzle-orm": "^0.45.2",
131
133
  "eslint-config-prettier": "^10.1.8",
132
134
  "eslint-plugin-unicorn": "^64.0.0",