autotel-tanstack 1.12.1 → 1.12.3
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.
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autotel-tanstack",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"description": "OpenTelemetry instrumentation for TanStack Start - automatic tracing for server functions, middleware, and route loaders",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -120,13 +120,13 @@
|
|
|
120
120
|
"license": "MIT",
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"@opentelemetry/api": "^1.9.0",
|
|
123
|
-
"@tanstack/intent": "^0.0.
|
|
124
|
-
"autotel": "2.
|
|
125
|
-
"autotel-adapters": "0.1.
|
|
123
|
+
"@tanstack/intent": "^0.0.19",
|
|
124
|
+
"autotel": "2.24.1",
|
|
125
|
+
"autotel-adapters": "0.1.4"
|
|
126
126
|
},
|
|
127
127
|
"peerDependencies": {
|
|
128
|
-
"@tanstack/react-start": "^1.166.
|
|
129
|
-
"@tanstack/solid-start": "^1.166.
|
|
128
|
+
"@tanstack/react-start": "^1.166.11",
|
|
129
|
+
"@tanstack/solid-start": "^1.166.11"
|
|
130
130
|
},
|
|
131
131
|
"peerDependenciesMeta": {
|
|
132
132
|
"@tanstack/react-start": {
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
},
|
|
139
139
|
"devDependencies": {
|
|
140
140
|
"@opentelemetry/sdk-trace-base": "^2.6.0",
|
|
141
|
-
"@tanstack/react-router": "^1.
|
|
142
|
-
"@types/node": "^25.
|
|
141
|
+
"@tanstack/react-router": "^1.167.0",
|
|
142
|
+
"@types/node": "^25.5.0",
|
|
143
143
|
"rimraf": "^6.1.3",
|
|
144
144
|
"tsup": "^8.5.1",
|
|
145
145
|
"typescript": "^5.9.3",
|
|
146
|
-
"vitest": "^4.0
|
|
146
|
+
"vitest": "^4.1.0",
|
|
147
147
|
"vitest-mock-extended": "^3.1.0"
|
|
148
148
|
},
|
|
149
149
|
"repository": {
|