aidevops 3.32.233 → 3.32.235
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/README.md +1 -1
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/bun.lock +11 -11
- package/package.json +3 -3
- package/packages/gui-web/package.json +4 -4
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ The result: an AI operations platform that manages projects across every busines
|
|
|
60
60
|
[](https://github.com/marcusquinn)
|
|
61
61
|
|
|
62
62
|
<!-- Release & Version Info -->
|
|
63
|
-
[](https://github.com/marcusquinn/aidevops/releases)
|
|
64
64
|
[](https://www.npmjs.com/package/aidevops)
|
|
65
65
|
[](https://github.com/marcusquinn/homebrew-tap)
|
|
66
66
|
[](https://github.com/marcusquinn/aidevops)
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.32.
|
|
1
|
+
3.32.235
|
package/aidevops.sh
CHANGED
package/bun.lock
CHANGED
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@secretlint/secretlint-rule-preset-recommend": "11.7.1",
|
|
16
16
|
"@types/bun": "1.3.3",
|
|
17
|
-
"@types/react": "19.2.
|
|
17
|
+
"@types/react": "19.2.18",
|
|
18
18
|
"@types/react-dom": "19.2.3",
|
|
19
19
|
"ajv": "8.20.0",
|
|
20
|
-
"react": "19.
|
|
20
|
+
"react": "19.2.8",
|
|
21
21
|
"react-dom": "19.1.0",
|
|
22
22
|
"secretlint": "11.7.1",
|
|
23
23
|
"typescript": "5.9.3",
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"@fontsource/ibm-plex-serif": "5.2.7",
|
|
53
53
|
"@fontsource/inter": "5.2.8",
|
|
54
54
|
"@fontsource/mohave": "5.2.10",
|
|
55
|
-
"@fontsource/playpen-sans": "5.
|
|
55
|
+
"@fontsource/playpen-sans": "5.3.0",
|
|
56
56
|
"@fontsource/poppins": "5.2.7",
|
|
57
|
-
"@fontsource/source-sans-3": "5.
|
|
57
|
+
"@fontsource/source-sans-3": "5.3.0",
|
|
58
58
|
"@fontsource/source-serif-4": "5.2.9",
|
|
59
59
|
"@fontsource/tilt-neon": "5.2.10",
|
|
60
60
|
"@fontsource/ubuntu": "5.2.8",
|
|
61
61
|
"@fontsource/ubuntu-mono": "5.2.8",
|
|
62
|
-
"@fontsource/zilla-slab": "5.
|
|
63
|
-
"react": "19.
|
|
62
|
+
"@fontsource/zilla-slab": "5.3.0",
|
|
63
|
+
"react": "19.2.8",
|
|
64
64
|
"react-dom": "19.1.0",
|
|
65
65
|
"react-icons": "5.6.0",
|
|
66
66
|
},
|
|
@@ -195,11 +195,11 @@
|
|
|
195
195
|
|
|
196
196
|
"@fontsource/mohave": ["@fontsource/mohave@5.2.10", "", {}, "sha512-YyK9N7xedYTpFRPo5lpTeNhBOqzapv/WdRv6YtyOHiux/JA5C/sPa6+wL92nNq4sYN7acSFyQQaSFzIoK8VLGw=="],
|
|
197
197
|
|
|
198
|
-
"@fontsource/playpen-sans": ["@fontsource/playpen-sans@5.
|
|
198
|
+
"@fontsource/playpen-sans": ["@fontsource/playpen-sans@5.3.0", "", {}, "sha512-94O9WdgAmvFpAjsPOgg5JZII4clcNeeMqQdNZh7Jz40rmcNv05jzwxyuw25IRjTb4o2aMV7eXjXC8GTFo/+s8Q=="],
|
|
199
199
|
|
|
200
200
|
"@fontsource/poppins": ["@fontsource/poppins@5.2.7", "", {}, "sha512-6uQyPmseo4FgI97WIhA4yWRlNaoLk4vSDK/PyRwdqqZb5zAEuc+Kunt8JTMcsHYUEGYBtN15SNkMajMdqUSUmg=="],
|
|
201
201
|
|
|
202
|
-
"@fontsource/source-sans-3": ["@fontsource/source-sans-3@5.
|
|
202
|
+
"@fontsource/source-sans-3": ["@fontsource/source-sans-3@5.3.0", "", {}, "sha512-VrWixSgF93kOVSEkwjs9ImnAbxrBew4PgcnaJYEitG9TyJSwxjFUNJIgzB1XFP/acyAWcTDg7+sWe7JI8LTB9w=="],
|
|
203
203
|
|
|
204
204
|
"@fontsource/source-serif-4": ["@fontsource/source-serif-4@5.2.9", "", {}, "sha512-er/Pym9emsEVJNf947umJ4kXarXfsiN6CN7kTYinefKRaHLwiquiiHOZvKvxWgkV8JMCf3pV3g0NcsPFpVCH9w=="],
|
|
205
205
|
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
|
|
210
210
|
"@fontsource/ubuntu-mono": ["@fontsource/ubuntu-mono@5.2.8", "", {}, "sha512-N4nT8+GYWWcDODVSBLU4f3PycZQH9YIF6SypDI0rti3HrLqcXFS9u6wMvAd9vx1FmjAQkYv7Ld9CZ8XYTEOD0A=="],
|
|
211
211
|
|
|
212
|
-
"@fontsource/zilla-slab": ["@fontsource/zilla-slab@5.
|
|
212
|
+
"@fontsource/zilla-slab": ["@fontsource/zilla-slab@5.3.0", "", {}, "sha512-xbdDx5OESJDQqp3GIp4pjBgI+qpcg4AxnHLN15ekfJbG+ZYaOXg3uBjDpYlkuPQpey91afxHBNaqZgzluJ2FWA=="],
|
|
213
213
|
|
|
214
214
|
"@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.13", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA=="],
|
|
215
215
|
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
|
|
334
334
|
"@types/normalize-package-data": ["@types/normalize-package-data@2.4.4", "", {}, "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="],
|
|
335
335
|
|
|
336
|
-
"@types/react": ["@types/react@19.2.
|
|
336
|
+
"@types/react": ["@types/react@19.2.18", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w=="],
|
|
337
337
|
|
|
338
338
|
"@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="],
|
|
339
339
|
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
|
|
492
492
|
"rc-config-loader": ["rc-config-loader@4.1.4", "", { "dependencies": { "debug": "^4.4.3", "js-yaml": "^4.1.1", "json5": "^2.2.3", "require-from-string": "^2.0.2" } }, "sha512-3GiwEzklkbXTDp52UR5nT8iXgYAx1V9ZG/kDZT7p60u2GCv2XTwQq4NzinMoMpNtXhmt3WkhYXcj6HH8HdwCEQ=="],
|
|
493
493
|
|
|
494
|
-
"react": ["react@19.
|
|
494
|
+
"react": ["react@19.2.8", "", {}, "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw=="],
|
|
495
495
|
|
|
496
496
|
"react-dom": ["react-dom@19.1.0", "", { "dependencies": { "scheduler": "^0.26.0" }, "peerDependencies": { "react": "^19.1.0" } }, "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g=="],
|
|
497
497
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aidevops",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.235",
|
|
4
4
|
"description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "bun@1.3.11",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@secretlint/secretlint-rule-preset-recommend": "11.7.1",
|
|
71
71
|
"@types/bun": "1.3.3",
|
|
72
|
-
"@types/react": "19.2.
|
|
72
|
+
"@types/react": "19.2.18",
|
|
73
73
|
"@types/react-dom": "19.2.3",
|
|
74
74
|
"ajv": "8.20.0",
|
|
75
|
-
"react": "19.
|
|
75
|
+
"react": "19.2.8",
|
|
76
76
|
"react-dom": "19.1.0",
|
|
77
77
|
"secretlint": "11.7.1",
|
|
78
78
|
"typescript": "5.9.3"
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
"@fontsource/ibm-plex-serif": "5.2.7",
|
|
15
15
|
"@fontsource/inter": "5.2.8",
|
|
16
16
|
"@fontsource/mohave": "5.2.10",
|
|
17
|
-
"@fontsource/playpen-sans": "5.
|
|
17
|
+
"@fontsource/playpen-sans": "5.3.0",
|
|
18
18
|
"@fontsource/poppins": "5.2.7",
|
|
19
|
-
"@fontsource/source-sans-3": "5.
|
|
19
|
+
"@fontsource/source-sans-3": "5.3.0",
|
|
20
20
|
"@fontsource/source-serif-4": "5.2.9",
|
|
21
21
|
"@fontsource/tilt-neon": "5.2.10",
|
|
22
22
|
"@fontsource/ubuntu": "5.2.8",
|
|
23
23
|
"@fontsource/ubuntu-mono": "5.2.8",
|
|
24
|
-
"@fontsource/zilla-slab": "5.
|
|
25
|
-
"react": "19.
|
|
24
|
+
"@fontsource/zilla-slab": "5.3.0",
|
|
25
|
+
"react": "19.2.8",
|
|
26
26
|
"react-dom": "19.1.0",
|
|
27
27
|
"react-icons": "5.6.0"
|
|
28
28
|
},
|
package/setup.sh
CHANGED
|
@@ -17,7 +17,7 @@ fi
|
|
|
17
17
|
# AI Assistant Server Access Framework Setup Script
|
|
18
18
|
# Helps developers set up the framework for their infrastructure
|
|
19
19
|
#
|
|
20
|
-
# Version: 3.32.
|
|
20
|
+
# Version: 3.32.235
|
|
21
21
|
#
|
|
22
22
|
# Quick Install:
|
|
23
23
|
# npm install -g aidevops && aidevops update (recommended)
|