@ereo/deploy-cloudflare 0.1.33 → 0.1.35
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -176,11 +176,11 @@ For full Cloudflare configuration, manually edit the generated wrangler.toml or
|
|
|
176
176
|
|
|
177
177
|
## Documentation
|
|
178
178
|
|
|
179
|
-
For full documentation, visit [https://
|
|
179
|
+
For full documentation, visit [https://ereojs.github.io/ereoJS/api/deploy/cloudflare](https://ereojs.github.io/ereoJS/api/deploy/cloudflare)
|
|
180
180
|
|
|
181
181
|
## Part of EreoJS
|
|
182
182
|
|
|
183
|
-
This package is part of the [EreoJS monorepo](https://github.com/
|
|
183
|
+
This package is part of the [EreoJS monorepo](https://github.com/ereoJS/ereoJS).
|
|
184
184
|
|
|
185
185
|
## License
|
|
186
186
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ereo/deploy-cloudflare",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.35",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Ereo Team",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://ereojs.github.io/ereoJS",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/ereoJS/ereoJS.git",
|
|
10
10
|
"directory": "packages/deploy-cloudflare"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/ereoJS/ereoJS/issues"
|
|
14
14
|
},
|
|
15
15
|
"description": "Cloudflare Pages/Workers deployment adapter for EreoJS framework",
|
|
16
16
|
"type": "module",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"typecheck": "tsc --noEmit"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ereo/core": "^0.1.
|
|
36
|
+
"@ereo/core": "^0.1.35"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/bun": "^1.1.0",
|