@fabric-harness/azure 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ fh build --target docker
23
23
 
24
24
  ## Documentation
25
25
 
26
- - [Deployment](https://fabric-harness.dev/docs/deployment)
26
+ - [Deployment](https://harness.fabric.pro/docs/deployment)
27
27
 
28
28
  ## License
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fabric-harness/azure",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Azure Container Apps / Container Instances / AKS adapter for Fabric Harness.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Fabric",
@@ -38,7 +38,7 @@
38
38
  "LICENSE"
39
39
  ],
40
40
  "dependencies": {
41
- "@fabric-harness/sdk": "0.1.1"
41
+ "@fabric-harness/sdk": "0.1.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.15.3",