@fabric-harness/cloudflare 0.1.1 → 0.1.2
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 +2 -2
package/README.md
CHANGED
|
@@ -31,8 +31,8 @@ Build with `fh build --target cloudflare` to produce an artifact ready for `wran
|
|
|
31
31
|
|
|
32
32
|
## Documentation
|
|
33
33
|
|
|
34
|
-
- [Cloudflare deployment](https://
|
|
35
|
-
- [Sandboxes](https://
|
|
34
|
+
- [Cloudflare deployment](https://harness.fabric.pro/docs/deployment)
|
|
35
|
+
- [Sandboxes](https://harness.fabric.pro/docs/building/sandboxes)
|
|
36
36
|
|
|
37
37
|
## License
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabric-harness/cloudflare",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Cloudflare Workers and Sandbox adapter for Fabric Harness.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Fabric",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"LICENSE"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@fabric-harness/sdk": "0.1.
|
|
42
|
+
"@fabric-harness/sdk": "0.1.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@cloudflare/sandbox": "*"
|