@flowfuse/driver-kubernetes 2.24.6-25335bb-202512150750.0 → 2.24.6-a5e47f0-202512150752.0

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.
@@ -19,7 +19,7 @@ jobs:
19
19
  publish:
20
20
  needs: build
21
21
  if: github.event_name == 'push' && github.ref == 'refs/heads/main'
22
- uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.43.0'
22
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.44.0'
23
23
  with:
24
24
  package_name: driver-k8s
25
25
  publish_package: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.24.6-25335bb-202512150750.0",
3
+ "version": "2.24.6-a5e47f0-202512150752.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {