@rebasepro/server-postgres 0.19.2-canary.g201749f → 0.19.2-canary.g3502017

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 +8 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebasepro/server-postgres",
3
- "version": "0.19.2-canary.g201749f",
3
+ "version": "0.19.2-canary.g3502017",
4
4
  "description": "PostgreSQL data source backend implementation for Rebase with Drizzle ORM",
5
5
  "keywords": [
6
6
  "cms",
@@ -42,6 +42,7 @@
42
42
  "./package.json": "./package.json"
43
43
  },
44
44
  "dependencies": {
45
+ "@ariga/atlas": "^1.2.3",
45
46
  "arg": "^5.0.2",
46
47
  "chalk": "^5.6.2",
47
48
  "chokidar": "5.0.0",
@@ -50,11 +51,11 @@
50
51
  "execa": "^9.6.1",
51
52
  "pg": "^8.22.0",
52
53
  "ws": "^8.21.1",
53
- "@rebasepro/codegen": "0.19.2-canary.g201749f",
54
- "@rebasepro/common": "0.19.2-canary.g201749f",
55
- "@rebasepro/types": "0.19.2-canary.g201749f",
56
- "@rebasepro/server": "0.19.2-canary.g201749f",
57
- "@rebasepro/utils": "0.19.2-canary.g201749f"
54
+ "@rebasepro/codegen": "0.19.2-canary.g3502017",
55
+ "@rebasepro/common": "0.19.2-canary.g3502017",
56
+ "@rebasepro/server": "0.19.2-canary.g3502017",
57
+ "@rebasepro/utils": "0.19.2-canary.g3502017",
58
+ "@rebasepro/types": "0.19.2-canary.g3502017"
58
59
  },
59
60
  "devDependencies": {
60
61
  "@electric-sql/pglite": "0.5.6",
@@ -70,7 +71,7 @@
70
71
  "typescript": "^6.0.3",
71
72
  "vite": "^8.1.5",
72
73
  "vitest": "^4.1.10",
73
- "@rebasepro/client": "0.19.2-canary.g201749f"
74
+ "@rebasepro/client": "0.19.2-canary.g3502017"
74
75
  },
75
76
  "gitHead": "d935eefa5aa8d1009a2398cfac2c1e4ee9aeb6b6",
76
77
  "publishConfig": {
@@ -79,14 +80,6 @@
79
80
  "files": [
80
81
  "dist"
81
82
  ],
82
- "peerDependencies": {
83
- "@ariga/atlas": "^1.2.3"
84
- },
85
- "peerDependenciesMeta": {
86
- "@ariga/atlas": {
87
- "optional": true
88
- }
89
- },
90
83
  "scripts": {
91
84
  "watch": "vite build --watch",
92
85
  "build": "vite build && tsc --emitDeclarationOnly -p tsconfig.prod.json && node ../../tooling/scripts/add-dts-extensions.mjs dist && node ../../tooling/scripts/assert-build-output.mjs",