@routr/pgdata 2.13.13 → 2.13.18

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.
@@ -44,10 +44,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.create = create;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/routr
49
49
  *
50
- * This file is part of Routr
50
+ * This file is part of Routr.
51
51
  *
52
52
  * Licensed under the MIT License (the "License");
53
53
  * you may not use this file except in compliance with
@@ -44,10 +44,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.del = del;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/routr
49
49
  *
50
- * This file is part of Routr
50
+ * This file is part of Routr.
51
51
  *
52
52
  * Licensed under the MIT License (the "License");
53
53
  * you may not use this file except in compliance with
package/dist/api/find.js CHANGED
@@ -44,10 +44,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.findBy = findBy;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/routr
49
49
  *
50
- * This file is part of Routr
50
+ * This file is part of Routr.
51
51
  *
52
52
  * Licensed under the MIT License (the "License");
53
53
  * you may not use this file except in compliance with
package/dist/api/get.js CHANGED
@@ -44,10 +44,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.get = get;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/routr
49
49
  *
50
- * This file is part of Routr
50
+ * This file is part of Routr.
51
51
  *
52
52
  * Licensed under the MIT License (the "License");
53
53
  * you may not use this file except in compliance with
package/dist/api/index.js CHANGED
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/routr
20
20
  *
21
21
  * This file is part of Routr.
package/dist/api/list.js CHANGED
@@ -44,10 +44,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.list = list;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/routr
49
49
  *
50
- * This file is part of Routr
50
+ * This file is part of Routr.
51
51
  *
52
52
  * Licensed under the MIT License (the "License");
53
53
  * you may not use this file except in compliance with
@@ -11,10 +11,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.update = update;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/routr
16
16
  *
17
- * This file is part of Routr
17
+ * This file is part of Routr.
18
18
  *
19
19
  * Licensed under the MIT License (the "License");
20
20
  * you may not use this file except in compliance with
package/dist/db.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.prisma = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/routr
7
7
  *
8
8
  * This file is part of Routr.
package/dist/envs.js CHANGED
@@ -3,7 +3,7 @@ var _a, _b, _c, _d, _e;
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.CLOAK_ENCRYPTION_KEY = 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
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
6
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
7
7
  * http://github.com/fonoster/routr
8
8
  *
9
9
  * This file is part of Routr.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AgentManager = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/routr
7
7
  *
8
8
  * This file is part of Routr.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EntityManager = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/routr
7
7
  *
8
8
  * This file is part of Routr.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getManager = getManager;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/routr
7
7
  *
8
8
  * This file is part of Routr.
package/dist/runner.js CHANGED
@@ -5,10 +5,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  };
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  /*
8
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
8
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
9
9
  * http://github.com/fonoster/routr
10
10
  *
11
- * This file is part of Routr
11
+ * This file is part of Routr.
12
12
  *
13
13
  * Licensed under the MIT License (the "License");
14
14
  * you may not use this file except in compliance with
package/dist/service.js CHANGED
@@ -38,10 +38,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.default = pgDataService;
40
40
  /*
41
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
41
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
42
42
  * http://github.com/fonoster/routr
43
43
  *
44
- * This file is part of Routr
44
+ * This file is part of Routr.
45
45
  *
46
46
  * Licensed under the MIT License (the "License");
47
47
  * you may not use this file except in compliance with
package/dist/tracer.js CHANGED
@@ -5,10 +5,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.init = init;
7
7
  /*
8
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
8
+ * Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
9
9
  * http://github.com/fonoster/routr
10
10
  *
11
- * This file is part of Routr
11
+ * This file is part of Routr.
12
12
  *
13
13
  * Licensed under the MIT License (the "License");
14
14
  * you may not use this file except in compliance with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/pgdata",
3
- "version": "2.13.13",
3
+ "version": "2.13.18",
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",
@@ -13,7 +13,9 @@
13
13
  },
14
14
  "scripts": {
15
15
  "prebuild": "rimraf ./dist tsconfig.tsbuildinfo",
16
- "build": "tsc -b tsconfig.json"
16
+ "build": "tsc -b tsconfig.json",
17
+ "generate": "prisma generate",
18
+ "migrate": "prisma migrate deploy"
17
19
  },
18
20
  "bin": {
19
21
  "run_pgdata": "dist/runner.js"
@@ -31,8 +33,8 @@
31
33
  "@opentelemetry/sdk-trace-node": "^1.0.4",
32
34
  "@opentelemetry/semantic-conventions": "^1.0.4",
33
35
  "@prisma/client": "^6.12.0",
34
- "@routr/common": "^2.13.13",
35
- "@routr/processor": "^2.13.13",
36
+ "@routr/common": "^2.13.17",
37
+ "@routr/processor": "^2.13.17",
36
38
  "google-protobuf": "^3.9.2",
37
39
  "grpc-health-check": "^2.0.2",
38
40
  "pb-util": "^1.0.3",
@@ -58,5 +60,5 @@
58
60
  "@types/validator": "^13.7.10",
59
61
  "prisma": "^6.12.0"
60
62
  },
61
- "gitHead": "de2b725c3a4363f7fe958d6d6ad9d416d6cc290c"
63
+ "gitHead": "95fddce3c2cf6ffc0883fd868fdf7edbeac3ca15"
62
64
  }