ultravisor 1.3.7 → 1.3.8

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultravisor",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Cyclic process execution with ai integration.",
5
5
  "main": "source/Ultravisor.cjs",
6
6
  "bin": {
@@ -20,6 +20,7 @@
20
20
  "postversion": "npx quack release postversion",
21
21
  "postpublish": "npx quack release postpublish",
22
22
  "publish:docker": "npx quack release publish --image",
23
+ "publish:docker:local": "bash bin/publish-image-local.sh",
23
24
  "release:patch": "npx quack release patch",
24
25
  "release:minor": "npx quack release minor",
25
26
  "release:major": "npx quack release major",