@uptimizr/db-postgres 2.0.1 → 2.0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uptimizr/db-postgres",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Optional single-tenant PostgreSQL store for Uptimizr — composes the @uptimizr/db dialect-agnostic query layer and CollectorStore contract for self-hosters who already run Postgres and want a multi-writer relational backend.",
5
5
  "keywords": [
6
6
  "uptimizr",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "pg": "^8.23.0",
45
- "@uptimizr/db": "2.0.0",
45
+ "@uptimizr/db": "2.0.1",
46
46
  "@uptimizr/schema": "1.1.0"
47
47
  },
48
48
  "devDependencies": {