@package-broker/main 0.9.0 → 0.10.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.
- package/README.md +11 -0
- package/package.json +5 -5
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @package-broker/main
|
|
2
|
+
|
|
3
|
+
Cloudflare Workers adapter for PACKAGE.broker.
|
|
4
|
+
|
|
5
|
+
This package provides the entry point for deploying PACKAGE.broker on Cloudflare's edge network using Workers, D1, R2, and KV.
|
|
6
|
+
|
|
7
|
+
📚 **Full documentation:** https://package.broker/getting-started/quickstart-cloudflare
|
|
8
|
+
|
|
9
|
+
## License
|
|
10
|
+
|
|
11
|
+
AGPL-3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@package-broker/main",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"prepublishOnly": "npm run clean && npm run build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@package-broker/core": "
|
|
30
|
-
"@package-broker/ui": "
|
|
29
|
+
"@package-broker/core": "^0.10.0",
|
|
30
|
+
"@package-broker/ui": "^0.10.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
33
|
+
"@cloudflare/workers-types": "^4.20251230.0",
|
|
34
|
+
"typescript": "^5.9.3"
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|