ultravisor 1.3.0 → 1.3.1
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.
- package/package.json +15 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultravisor",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Cyclic process execution with ai integration.",
|
|
5
5
|
"main": "source/Ultravisor.cjs",
|
|
6
6
|
"bin": {
|
|
@@ -15,7 +15,17 @@
|
|
|
15
15
|
"build": "npx quack build && cd webinterface && npm install && npm run build && cd ..",
|
|
16
16
|
"prepack": "npm run build",
|
|
17
17
|
"docs": "npx quack prepare-docs ./docs -d ./modules",
|
|
18
|
-
"docs-serve": "npx quack docs-serve ./docs"
|
|
18
|
+
"docs-serve": "npx quack docs-serve ./docs",
|
|
19
|
+
"prepublishOnly": "npm test",
|
|
20
|
+
"postversion": "npx quack release postversion",
|
|
21
|
+
"postpublish": "npx quack release postpublish",
|
|
22
|
+
"publish:docker": "npx quack release publish --image",
|
|
23
|
+
"release:patch": "npx quack release patch",
|
|
24
|
+
"release:minor": "npx quack release minor",
|
|
25
|
+
"release:major": "npx quack release major",
|
|
26
|
+
"release:patch:image": "npx quack release patch --image",
|
|
27
|
+
"release:minor:image": "npx quack release minor --image",
|
|
28
|
+
"release:major:image": "npx quack release major --image"
|
|
19
29
|
},
|
|
20
30
|
"files": [
|
|
21
31
|
"source/",
|
|
@@ -48,20 +58,20 @@
|
|
|
48
58
|
"meadow": "^2.0.37",
|
|
49
59
|
"meadow-connection-sqlite": "^1.0.19",
|
|
50
60
|
"meadow-migrationmanager": "^0.0.14",
|
|
51
|
-
"orator": "^6.1.
|
|
61
|
+
"orator": "^6.1.1",
|
|
52
62
|
"orator-authentication": "^1.0.1",
|
|
53
63
|
"orator-serviceserver-restify": "^2.0.10",
|
|
54
64
|
"pict": "^1.0.365",
|
|
55
65
|
"pict-service-commandlineutility": "^1.0.19",
|
|
56
66
|
"pict-serviceproviderbase": "^1.0.4",
|
|
57
|
-
"ultravisor-beacon": "^0.0.
|
|
67
|
+
"ultravisor-beacon": "^0.0.14",
|
|
58
68
|
"ultravisor-file-stream": "^0.0.1",
|
|
59
69
|
"ws": "^8.20.0"
|
|
60
70
|
},
|
|
61
71
|
"devDependencies": {
|
|
62
72
|
"pict-docuserve": "^0.1.5",
|
|
63
73
|
"puppeteer": "^24.40.0",
|
|
64
|
-
"quackage": "^1.
|
|
74
|
+
"quackage": "^1.2.0"
|
|
65
75
|
},
|
|
66
76
|
"mocha": {
|
|
67
77
|
"diff": true,
|