autotel-tanstack 1.14.1 → 1.14.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/NOTICE +9 -0
- package/package.json +7 -5
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-tanstack",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.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",
|
|
@@ -96,7 +96,9 @@
|
|
|
96
96
|
},
|
|
97
97
|
"files": [
|
|
98
98
|
"dist",
|
|
99
|
-
"README.md"
|
|
99
|
+
"README.md",
|
|
100
|
+
"LICENSE",
|
|
101
|
+
"NOTICE"
|
|
100
102
|
],
|
|
101
103
|
"keywords": [
|
|
102
104
|
"opentelemetry",
|
|
@@ -118,9 +120,9 @@
|
|
|
118
120
|
"license": "Apache-2.0",
|
|
119
121
|
"dependencies": {
|
|
120
122
|
"@opentelemetry/api": "^1.9.1",
|
|
121
|
-
"autotel": "7.
|
|
122
|
-
"autotel-adapters": "2.0.
|
|
123
|
-
"autotel-edge": "5.1.
|
|
123
|
+
"autotel": "7.7.0",
|
|
124
|
+
"autotel-adapters": "2.0.19",
|
|
125
|
+
"autotel-edge": "5.1.1"
|
|
124
126
|
},
|
|
125
127
|
"peerDependencies": {
|
|
126
128
|
"@tanstack/react-start": "^1.168.32",
|