@routr/pgdata 2.4.0 → 2.4.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/dist/api/index.js CHANGED
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
18
  * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
19
- * http://github.com/fonoster
19
+ * http://github.com/fonoster/routr
20
20
  *
21
21
  * This file is part of Routr.
22
22
  *
package/dist/envs.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EXTERNAL_SERVER_BIND_ADDR = exports.BIND_ADDR = exports.SERVER_KEY = exports.SERVER_CERT = exports.CACERT = exports.VERIFY_CLIENT_CERT = exports.TLS_ON = void 0;
5
5
  /*
6
6
  * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
7
- * http://github.com/fonoster
7
+ * http://github.com/fonoster/routr
8
8
  *
9
9
  * This file is part of Routr.
10
10
  *
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AgentManager = void 0;
4
4
  /*
5
5
  * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
6
- * http://github.com/fonoster
6
+ * http://github.com/fonoster/routr
7
7
  *
8
8
  * This file is part of Routr.
9
9
  *
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getManager = void 0;
4
4
  /*
5
5
  * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
6
- * http://github.com/fonoster
6
+ * http://github.com/fonoster/routr
7
7
  *
8
8
  * This file is part of Routr.
9
9
  *
package/dist/service.js CHANGED
@@ -58,7 +58,7 @@ const grpc_health_check_1 = require("@fonoster/grpc-health-check");
58
58
  const envs_1 = require("./envs");
59
59
  const fs_1 = __importDefault(require("fs"));
60
60
  // eslint-disable-next-line @typescript-eslint/no-var-requires
61
- const interceptor = require("grpc-interceptors");
61
+ const interceptor = require("@fonoster/grpc-interceptors");
62
62
  const prisma = new client_1.PrismaClient();
63
63
  const logger = (0, logger_1.getLogger)({ service: "pgdata", filePath: __filename });
64
64
  /**
package/dist/tracer.js CHANGED
@@ -10,7 +10,7 @@ exports.init = void 0;
10
10
  *
11
11
  * This file is part of Routr
12
12
  *
13
- * Licensed under the MIT License (the "License")
13
+ * Licensed under the MIT License (the "License");
14
14
  * you may not use this file except in compliance with
15
15
  * the License. You may obtain a copy of the License at
16
16
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/pgdata",
3
- "version": "2.4.0",
3
+ "version": "2.4.3",
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",
@@ -20,6 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fonoster/grpc-health-check": "^3.1.3",
23
+ "@fonoster/grpc-interceptors": "^0.2.5",
23
24
  "@fonoster/logger": "0.3.20",
24
25
  "@grpc/grpc-js": "^1.8.4",
25
26
  "@opentelemetry/api": "^1.0.4",
@@ -31,10 +32,9 @@
31
32
  "@opentelemetry/sdk-trace-node": "^1.0.4",
32
33
  "@opentelemetry/semantic-conventions": "^1.0.4",
33
34
  "@prisma/client": "^4.16.2",
34
- "@routr/common": "^2.4.0",
35
- "@routr/processor": "^2.4.0",
35
+ "@routr/common": "^2.4.3",
36
+ "@routr/processor": "^2.4.3",
36
37
  "google-protobuf": "^3.9.2",
37
- "grpc-interceptors": "github:fonoster/node-grpc-interceptors",
38
38
  "pb-util": "^1.0.3",
39
39
  "phone": "^3.1.32",
40
40
  "validator": "^13.7.0"
@@ -57,5 +57,5 @@
57
57
  "@types/validator": "^13.7.10",
58
58
  "prisma": "^4.16.2"
59
59
  },
60
- "gitHead": "704808be190e0fc8b07ceb3d98c15758c5c6c33c"
60
+ "gitHead": "607ed8539ffe1bf31894592a33b572d159a26088"
61
61
  }