@routr/connect 2.11.3 → 2.12.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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +6 -6
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ <a href="https://gitpod.io/#https://github.com/fonoster/routr"> <img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod" />
2
+
3
+ This module is part of the [Routr](https://routr.io) project. By itself, it does not do much. It is intended to be used as a dependency for other modules. For more information about the project, please visit [https://github.com/fonoster/routr](https://github.com/fonoster/routr).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/connect",
3
- "version": "2.11.3",
3
+ "version": "2.12.0",
4
4
  "description": "Default processor",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/routr#readme",
@@ -19,7 +19,7 @@
19
19
  "run_connect": "dist/runner.js"
20
20
  },
21
21
  "dependencies": {
22
- "@fonoster/logger": "0.3.20",
22
+ "@fonoster/logger": "0.6.0",
23
23
  "@opentelemetry/api": "^1.0.4",
24
24
  "@opentelemetry/exporter-jaeger": "^1.0.4",
25
25
  "@opentelemetry/instrumentation": "^0.27.0",
@@ -28,9 +28,9 @@
28
28
  "@opentelemetry/sdk-trace-base": "^1.0.4",
29
29
  "@opentelemetry/sdk-trace-node": "^1.0.4",
30
30
  "@opentelemetry/semantic-conventions": "^1.0.4",
31
- "@routr/common": "^2.11.3",
32
- "@routr/location": "^2.11.3",
33
- "@routr/processor": "^2.11.3",
31
+ "@routr/common": "^2.12.0",
32
+ "@routr/location": "^2.12.0",
33
+ "@routr/processor": "^2.12.0",
34
34
  "jsonwebtoken": "^9.0.0"
35
35
  },
36
36
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/fonoster/routr/issues"
51
51
  },
52
- "gitHead": "806523c0ab3833c26a6343716ba34af4512aca4f"
52
+ "gitHead": "83c134c9ad3f414bdd8c30222ac5be7cdfd13420"
53
53
  }