vibecodingmachine-cli 2025.11.2-8.902 → 2025.11.2-9.836
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 +2 -2
- package/.allnightai/temp/auto-status.json +0 -6
- package/.env +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibecodingmachine-cli",
|
|
3
|
-
"version": "2025.11.
|
|
3
|
+
"version": "2025.11.29.0836",
|
|
4
4
|
"description": "Command-line interface for Vibe Coding Machine - Autonomous development",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"author": "Vibe Coding Machine Team",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"vibecodingmachine-core": "^2025.11.
|
|
28
|
+
"vibecodingmachine-core": "^2025.11.29.0836",
|
|
29
29
|
"boxen": "^5.1.2",
|
|
30
30
|
"chalk": "^4.1.2",
|
|
31
31
|
"chokidar": "^3.6.0",
|
package/.env
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# Vibe Coding Machine AWS Cognito Configuration
|
|
2
|
-
AWS_REGION=us-east-1
|
|
3
|
-
COGNITO_USER_POOL_ID=us-east-1_EjZ4Kbtgd
|
|
4
|
-
COGNITO_APP_CLIENT_ID=igc6madjovggt89cmv17h5p15
|
|
5
|
-
COGNITO_DOMAIN=allnightai-auth-1763598779.auth.us-east-1.amazoncognito.com
|
|
6
|
-
AUTH_URL=https://allnightai-auth-1763598779.auth.us-east-1.amazoncognito.com
|
|
7
|
-
GOOGLE_CLIENT_ID=820601514351-tcjvhvugi4225pdkhrnq8bht8c5gkvm0.apps.googleusercontent.com
|