@orpc/otel 1.12.0 → 1.12.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.
- package/README.md +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<image align="center" src="https://orpc.
|
|
2
|
+
<image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" />
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
<h1></h1>
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
|
|
46
46
|
## Documentation
|
|
47
47
|
|
|
48
|
-
You can find the full documentation [here](https://orpc.
|
|
48
|
+
You can find the full documentation [here](https://orpc.dev).
|
|
49
49
|
|
|
50
50
|
## Packages
|
|
51
51
|
|
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { InstrumentationBase } from '@opentelemetry/instrumentation';
|
|
|
3
3
|
import { setGlobalOtelConfig } from '@orpc/shared';
|
|
4
4
|
|
|
5
5
|
const ORPC_OTEL_PACKAGE_NAME = "@orpc/otel";
|
|
6
|
-
const ORPC_OTEL_PACKAGE_VERSION = "1.12.
|
|
6
|
+
const ORPC_OTEL_PACKAGE_VERSION = "1.12.1";
|
|
7
7
|
|
|
8
8
|
class ORPCInstrumentation extends InstrumentationBase {
|
|
9
9
|
constructor(config = {}) {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orpc/otel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.1",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"homepage": "https://orpc.
|
|
6
|
+
"homepage": "https://orpc.dev",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/unnoq/orpc.git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@opentelemetry/instrumentation": ">=0.203.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@orpc/shared": "1.12.
|
|
31
|
+
"@orpc/shared": "1.12.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@opentelemetry/api": "^1.9.0",
|