@routr/pgdata 2.13.0 → 2.13.2
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/dist/runner.js +1 -1
- package/package.json +4 -4
package/dist/runner.js
CHANGED
|
@@ -23,7 +23,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
23
23
|
* limitations under the License.
|
|
24
24
|
*/
|
|
25
25
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
26
|
-
require("./tracer").init("
|
|
26
|
+
require("./tracer").init("pgdata");
|
|
27
27
|
const logger_1 = require("@fonoster/logger");
|
|
28
28
|
const envs_1 = require("./envs");
|
|
29
29
|
const service_1 = __importDefault(require("./service"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@routr/pgdata",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.2",
|
|
4
4
|
"description": "Postgres API Server for Routr Connect",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/routr#readme",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@opentelemetry/sdk-trace-node": "^1.0.4",
|
|
32
32
|
"@opentelemetry/semantic-conventions": "^1.0.4",
|
|
33
33
|
"@prisma/client": "^5.9.1",
|
|
34
|
-
"@routr/common": "^2.13.
|
|
35
|
-
"@routr/processor": "^2.13.
|
|
34
|
+
"@routr/common": "^2.13.2",
|
|
35
|
+
"@routr/processor": "^2.13.2",
|
|
36
36
|
"google-protobuf": "^3.9.2",
|
|
37
37
|
"grpc-health-check": "^2.0.2",
|
|
38
38
|
"pb-util": "^1.0.3",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"@types/validator": "^13.7.10",
|
|
59
59
|
"prisma": "^5.9.1"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "436dcb17642fe836e4cc75dcd2e277e2bc3fc422"
|
|
62
62
|
}
|