@event-driven-io/dumbo 0.13.0-beta.2 → 0.13.0-beta.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.
Files changed (1) hide show
  1. package/package.json +25 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@event-driven-io/dumbo",
3
- "version": "0.13.0-beta.2",
3
+ "version": "0.13.0-beta.3",
4
4
  "description": "Dumbo - tools for dealing with Relational Databases",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -101,17 +101,35 @@
101
101
  "files": [
102
102
  "dist"
103
103
  ],
104
- "dependencies": {
105
- "@cloudflare/workers-types": "^4.20260115.0",
106
- "sqlite3": "^5.1.7"
107
- },
108
104
  "peerDependencies": {
109
105
  "@types/pg": "^8.15.5",
110
106
  "pg": "^8.16.3",
111
107
  "pg-connection-string": "^2.9.1",
112
- "uuid": "^13.0.0"
108
+ "uuid": "^13.0.0",
109
+ "@cloudflare/workers-types": "^4.20260115.0",
110
+ "sqlite3": "^5.1.7"
111
+ },
112
+ "peerDependenciesMeta": {
113
+ "@types/pg": {
114
+ "optional": true
115
+ },
116
+ "pg": {
117
+ "optional": true
118
+ },
119
+ "pg-connection-string": {
120
+ "optional": true
121
+ },
122
+ "sqlite3": {
123
+ "optional": true
124
+ },
125
+ "@cloudflare/workers-types": {
126
+ "optional": true
127
+ }
113
128
  },
114
129
  "devDependencies": {
115
- "@types/node": "^24.5.2"
130
+ "@types/node": "^24.5.2",
131
+ "pg": "^8.16.3",
132
+ "pg-connection-string": "^2.9.1",
133
+ "sqlite3": "^5.1.7"
116
134
  }
117
135
  }