@fabric-harness/cloudflare 0.1.0 → 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.
Files changed (2) hide show
  1. package/README.md +2 -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://fabric-harness.dev/docs/deployment)
35
- - [Sandboxes](https://fabric-harness.dev/docs/building/sandboxes)
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.0",
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.0"
42
+ "@fabric-harness/sdk": "0.1.2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@cloudflare/sandbox": "*"