@cfast/db 0.3.0 → 0.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfast/db",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Permission-aware Drizzle queries for Cloudflare D1",
5
5
  "keywords": [
6
6
  "cfast",
@@ -34,12 +34,13 @@
34
34
  "access": "public"
35
35
  },
36
36
  "peerDependencies": {
37
+ "@cfast/permissions": ">=0.3.0 <0.5.0",
37
38
  "drizzle-orm": ">=0.35"
38
39
  },
39
- "dependencies": {
40
- "@cfast/permissions": "0.3.0"
41
- },
42
40
  "peerDependenciesMeta": {
41
+ "@cfast/permissions": {
42
+ "optional": false
43
+ },
43
44
  "@cloudflare/workers-types": {
44
45
  "optional": true
45
46
  }
@@ -49,7 +50,8 @@
49
50
  "drizzle-orm": "^0.45.1",
50
51
  "tsup": "^8",
51
52
  "typescript": "^5.7",
52
- "vitest": "^4.1.0"
53
+ "vitest": "^4.1.0",
54
+ "@cfast/permissions": "0.4.0"
53
55
  },
54
56
  "scripts": {
55
57
  "build": "tsup src/index.ts --format esm --dts",