autotel-subscribers 54.0.0 → 56.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autotel-subscribers",
3
- "version": "54.0.0",
3
+ "version": "56.0.0",
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",
@@ -101,7 +101,7 @@
101
101
  "slow-redact": "^0.3.2"
102
102
  },
103
103
  "peerDependencies": {
104
- "autotel": "7.4.0"
104
+ "autotel": "7.6.0"
105
105
  },
106
106
  "peerDependenciesMeta": {
107
107
  "posthog-node": {
@@ -126,6 +126,7 @@
126
126
  "@types/node": "^26.1.2",
127
127
  "@typescript-eslint/eslint-plugin": "^8.65.0",
128
128
  "@typescript-eslint/parser": "^8.65.0",
129
+ "autotel": "7.6.0",
129
130
  "drizzle-orm": "^0.45.2",
130
131
  "eslint-config-prettier": "^10.1.8",
131
132
  "eslint-plugin-unicorn": "^64.0.0",
@@ -137,8 +138,7 @@
137
138
  "tsdown": "^0.22.14",
138
139
  "typescript": "^6.0.3",
139
140
  "typescript-eslint": "^8.65.0",
140
- "vitest": "^4.1.10",
141
- "autotel": "7.4.0"
141
+ "vitest": "^4.1.10"
142
142
  },
143
143
  "repository": {
144
144
  "type": "git",