@zintrust/cloudflare-containers-proxy 0.5.1 → 0.5.5

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/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Cloudflare Containers + Durable Object gateway for the ZinTrust proxy stack.
4
4
 
5
+ Docs: https://zintrust.com/package-cloudflare-containers-proxy
6
+
5
7
  ## What this provides
6
8
 
7
9
  - A Worker `fetch` handler that routes by path prefix (`/mysql/*`, `/postgres/*`, etc.)
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@zintrust/cloudflare-containers-proxy",
3
- "version": "0.5.1",
4
- "buildDate": "2026-04-12T19:46:19.649Z",
3
+ "version": "0.5.5",
4
+ "buildDate": "2026-04-13T11:59:57.312Z",
5
5
  "buildEnvironment": {
6
- "node": "v22.22.1",
7
- "platform": "darwin",
8
- "arch": "arm64"
6
+ "node": "v20.20.2",
7
+ "platform": "linux",
8
+ "arch": "x64"
9
9
  },
10
10
  "git": {
11
- "commit": "87ea4893",
12
- "branch": "release"
11
+ "commit": "b7df7d79",
12
+ "branch": "master"
13
13
  },
14
14
  "package": {
15
15
  "engines": {
@@ -24,17 +24,13 @@
24
24
  ]
25
25
  },
26
26
  "files": {
27
- "build-manifest.json": {
28
- "size": 916,
29
- "sha256": "abd8467866dc9cb6f14a9fa22043aa25344175195c31d49b838bbede0fcaf7be"
30
- },
31
27
  "index.d.ts": {
32
28
  "size": 4240,
33
29
  "sha256": "866be0a22a8c83d88dc3c93251530ed2ac47bfc12b8640ec43e0429759d7cef8"
34
30
  },
35
31
  "index.js": {
36
32
  "size": 17926,
37
- "sha256": "7c9c6d55cc818bd644d0d41d1bb3b4cf4df2749892a30c341dbe3120b2b4c52d"
33
+ "sha256": "8d58b1f4280a14caf3c9dcbba9ba82dc328c78c773c9c57632709ba64c3ec20f"
38
34
  }
39
35
  }
40
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/cloudflare-containers-proxy",
3
- "version": "0.5.1",
3
+ "version": "0.5.5",
4
4
  "description": "Cloudflare Containers gateway package for the ZinTrust proxy stack.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "workers"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@zintrust/core": "^0.5.0"
30
+ "@zintrust/core": "^0.5.2"
31
31
  },
32
32
  "dependencies": {
33
33
  "@cloudflare/containers": "^0.2.3",