@fabric-harness/connectors 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,7 +22,7 @@ Categories shipped today: `sandbox` (Daytona, E2B, Modal), `mcp` (GitHub), `data
22
22
 
23
23
  ## Documentation
24
24
 
25
- - [Connectors](https://fabric-harness.dev/docs/building/connectors)
25
+ - [Connectors](https://harness.fabric.pro/docs/building/connectors)
26
26
 
27
27
  ## License
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fabric-harness/connectors",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Connector recipes (sandbox, mcp, data) for Fabric Harness — markdown-based provider integrations.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Fabric",
@@ -37,7 +37,7 @@
37
37
  "LICENSE"
38
38
  ],
39
39
  "dependencies": {
40
- "@fabric-harness/sdk": "0.1.0"
40
+ "@fabric-harness/sdk": "0.1.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "typescript": "^5.8.3",