@fabric-harness/temporal 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
@@ -37,8 +37,8 @@ const runtime = createMockTemporalRuntime({ sessionId: 'test-1' });
37
37
 
38
38
  ## Documentation
39
39
 
40
- - [Temporal integration](https://fabric-harness.dev/docs/building/temporal)
41
- - [Runtime modes](https://fabric-harness.dev/docs/reference/runtime-modes)
40
+ - [Temporal integration](https://harness.fabric.pro/docs/building/temporal)
41
+ - [Runtime modes](https://harness.fabric.pro/docs/reference/runtime-modes)
42
42
 
43
43
  ## License
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fabric-harness/temporal",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Temporal.io durable workflow runtime adapter for Fabric Harness.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Fabric",
@@ -45,7 +45,7 @@
45
45
  "@temporalio/client": "^1.17.0",
46
46
  "@temporalio/worker": "^1.17.0",
47
47
  "@temporalio/workflow": "^1.17.0",
48
- "@fabric-harness/sdk": "0.1.0"
48
+ "@fabric-harness/sdk": "0.1.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "vitest": "^4.1.5"