vibefast-cli 0.7.1 → 0.7.2
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/dist/core/__tests__/fsx.test.js +3 -2
- package/dist/core/__tests__/fsx.test.js.map +1 -1
- package/package.json +1 -1
- package/recipes/animated-chip@latest.zip +0 -0
- package/recipes/animated-switch@latest.zip +0 -0
- package/recipes/audio-recorder/recipe.json +2 -2
- package/recipes/audio-recorder@latest.zip +0 -0
- package/recipes/charts/apps/native/src/app/charts/index.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/app/preview.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/area-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/bar-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/candlestick-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/chart-card.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/column-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/doughnut-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/index.ts +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/line-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/radar-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/radial-bar-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/stacked-area-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/components/stacked-bar-chart.tsx +3 -3
- package/recipes/charts/apps/native/src/features/charts/data/mock-data.ts +3 -3
- package/recipes/charts/apps/native/src/features/charts/types/index.ts +3 -3
- package/recipes/charts/recipe.json +2 -2
- package/recipes/charts@latest.zip +0 -0
- package/recipes/chatbot/apps/native/src/app/chatbot/index.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/app/index.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/chat-header-buttons.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/chat-input-bar.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/chat-markdown.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/chat-message-bubble.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/chat-settings-modal.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/image-preview-list.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/markdown/code-block.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/markdown/index.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/markdown/table-renderer.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/message-error-boundary.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/message-list.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/model-selector.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/report-content-modal.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/components/suggested-messages.tsx +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/constants/models.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/constants/report-reasons.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-attachment-cache.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-chat-config.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-chat-handlers.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-chatbot-settings.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-conversation.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-image-picker.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-keyboard-coordinator.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/hooks/use-smart-scroll-manager.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/models/index.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/models/models.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/models/providers.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/models/types.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/services/file-uploader.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/services/message-handler-service.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/types/index.ts +1 -1
- package/recipes/chatbot/apps/native/src/features/chatbot/utils/chat-telemetry.ts +1 -1
- package/recipes/chatbot/recipe.json +1 -1
- package/recipes/chatbot@latest.zip +0 -0
- package/recipes/glowing-button@latest.zip +0 -0
- package/recipes/image-analysis/recipe.json +2 -2
- package/recipes/image-analysis@latest.zip +0 -0
- package/recipes/image-generator/recipe.json +3 -3
- package/recipes/image-generator@latest.zip +0 -0
- package/recipes/ios-widget@latest.zip +0 -0
- package/recipes/number-stepper@latest.zip +0 -0
- package/recipes/payments@latest.zip +0 -0
- package/recipes/progress-circle@latest.zip +0 -0
- package/recipes/quiz/recipe.json +2 -2
- package/recipes/quiz@latest.zip +0 -0
- package/recipes/swipe-slider@latest.zip +0 -0
- package/recipes/timeline@latest.zip +0 -0
- package/recipes/tracker-app/recipe.json +2 -2
- package/recipes/tracker-app@latest.zip +0 -0
- package/recipes/upload-all.sh +1 -1
- package/recipes/voice-bot/recipe.json +1 -1
- package/recipes/voice-bot@latest.zip +0 -0
- package/recipes/wake-word@latest.zip +0 -0
- package/src/core/__tests__/fsx.test.ts +3 -2
|
@@ -3,12 +3,13 @@ import { copyTree, exists } from '../fsx.js';
|
|
|
3
3
|
import { writeFile, mkdir, rm } from 'fs/promises';
|
|
4
4
|
import { join } from 'path';
|
|
5
5
|
import { tmpdir } from 'os';
|
|
6
|
-
|
|
6
|
+
import { randomUUID } from 'crypto';
|
|
7
|
+
describe.sequential('fsx', () => {
|
|
7
8
|
let testDir;
|
|
8
9
|
let srcDir;
|
|
9
10
|
let destDir;
|
|
10
11
|
beforeEach(async () => {
|
|
11
|
-
testDir = join(tmpdir(), `vibefast-test-${Date.now()}`);
|
|
12
|
+
testDir = join(tmpdir(), `vibefast-test-${Date.now()}-${randomUUID()}`);
|
|
12
13
|
srcDir = join(testDir, 'src');
|
|
13
14
|
destDir = join(testDir, 'dest');
|
|
14
15
|
await mkdir(srcDir, { recursive: true });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fsx.test.js","sourceRoot":"","sources":["../../../src/core/__tests__/fsx.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAC5B,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"fsx.test.js","sourceRoot":"","sources":["../../../src/core/__tests__/fsx.test.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Record and manage voice notes",
|
|
5
5
|
"copy": [
|
|
6
6
|
{
|
|
7
|
-
"from": "apps/native/src/app/audio-recorder",
|
|
7
|
+
"from": "apps/native/src/app/(root)/(protected)/audio-recorder",
|
|
8
8
|
"to": "apps/native/src/app/(root)/(protected)/audio-recorder"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
@@ -19,4 +19,4 @@
|
|
|
19
19
|
"color": "#EF4444"
|
|
20
20
|
},
|
|
21
21
|
"target": "native"
|
|
22
|
-
}
|
|
22
|
+
}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
4
|
import { Canvas, Group, RoundedRect } from '@shopify/react-native-skia';
|
|
5
5
|
import React, { useEffect, useState } from 'react';
|
|
6
6
|
import { type LayoutChangeEvent, View, type ViewStyle } from 'react-native';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
4
|
import { Canvas, Group, RoundedRect } from '@shopify/react-native-skia';
|
|
5
5
|
import React, { useEffect, useState } from 'react';
|
|
6
6
|
import { type LayoutChangeEvent, View, type ViewStyle } from 'react-native';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
4
|
export { AreaChart } from './area-chart';
|
|
5
5
|
export { BarChart } from './bar-chart';
|
|
6
6
|
export { CandlestickChart } from './candlestick-chart';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
4
|
import { Canvas, Group, RoundedRect } from '@shopify/react-native-skia';
|
|
5
5
|
import React, { useEffect, useState } from 'react';
|
|
6
6
|
import { type LayoutChangeEvent, View, type ViewStyle } from 'react-native';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
4
|
export const salesData = [
|
|
5
5
|
{ id: '1', label: 'Jan', value: 3500, color: '#3B82F6' },
|
|
6
6
|
{ id: '2', label: 'Feb', value: 4200, color: '#10B981' },
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Beautiful data visualization with charts",
|
|
5
5
|
"copy": [
|
|
6
6
|
{
|
|
7
|
-
"from": "apps/native/src/app/charts",
|
|
7
|
+
"from": "apps/native/src/app/(root)/(protected)/charts",
|
|
8
8
|
"to": "apps/native/src/app/(root)/(protected)/charts"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
@@ -25,4 +25,4 @@
|
|
|
25
25
|
"react-native-svg"
|
|
26
26
|
]
|
|
27
27
|
}
|
|
28
|
-
}
|
|
28
|
+
}
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
export { default } from '@/features/chatbot/app';
|
|
Binary file
|
|
Binary file
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"to": "packages/backend/convex/imageAnalysis"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"from": "packages/backend/convex/
|
|
28
|
-
"to": "packages/backend/convex/
|
|
27
|
+
"from": "packages/backend/convex/imageAnalysis.ts",
|
|
28
|
+
"to": "packages/backend/convex/imageAnalysis.ts"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"from": "packages/backend/convex/lib/ai/imageAnalysisAdapter.ts",
|
|
Binary file
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "AI-powered image generation",
|
|
5
5
|
"copy": [
|
|
6
6
|
{
|
|
7
|
-
"from": "apps/native/src/app/image-generator",
|
|
7
|
+
"from": "apps/native/src/app/(root)/(protected)/image-generator",
|
|
8
8
|
"to": "apps/native/src/app/(root)/(protected)/image-generator"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"to": "packages/backend/convex/imageGeneration/index.ts"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"from": "packages/backend/convex/
|
|
20
|
-
"to": "packages/backend/convex/
|
|
19
|
+
"from": "packages/backend/convex/imageGenerator.ts",
|
|
20
|
+
"to": "packages/backend/convex/imageGenerator.ts"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"nav": {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/recipes/quiz/recipe.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Interactive quiz feature",
|
|
5
5
|
"copy": [
|
|
6
6
|
{
|
|
7
|
-
"from": "apps/native/src/app/quiz",
|
|
7
|
+
"from": "apps/native/src/app/(root)/(protected)/quiz",
|
|
8
8
|
"to": "apps/native/src/app/(root)/(protected)/quiz"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
@@ -19,4 +19,4 @@
|
|
|
19
19
|
"color": "#F97316"
|
|
20
20
|
},
|
|
21
21
|
"target": "native"
|
|
22
|
-
}
|
|
22
|
+
}
|
package/recipes/quiz@latest.zip
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Track habits and activities",
|
|
5
5
|
"copy": [
|
|
6
6
|
{
|
|
7
|
-
"from": "apps/native/src/app/tracker-app",
|
|
7
|
+
"from": "apps/native/src/app/(root)/(protected)/tracker-app",
|
|
8
8
|
"to": "apps/native/src/app/(root)/(protected)/tracker-app"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
@@ -19,4 +19,4 @@
|
|
|
19
19
|
"color": "#06B6D4"
|
|
20
20
|
},
|
|
21
21
|
"target": "native"
|
|
22
|
-
}
|
|
22
|
+
}
|
|
Binary file
|
package/recipes/upload-all.sh
CHANGED
|
@@ -26,7 +26,7 @@ recipes=(
|
|
|
26
26
|
|
|
27
27
|
for recipe in "${recipes[@]}"; do
|
|
28
28
|
echo "Uploading ${recipe}@latest.zip..."
|
|
29
|
-
wrangler r2 object put vibefast-recipes/${recipe}@latest.zip --file=${recipe}@latest.zip --remote
|
|
29
|
+
npx wrangler r2 object put vibefast-recipes/${recipe}@latest.zip --file=${recipe}@latest.zip --remote
|
|
30
30
|
if [ $? -eq 0 ]; then
|
|
31
31
|
echo "✓ ${recipe} uploaded"
|
|
32
32
|
else
|
|
Binary file
|
|
Binary file
|
|
@@ -3,14 +3,15 @@ import { copyTree, exists } from '../fsx.js';
|
|
|
3
3
|
import { writeFile, mkdir, rm } from 'fs/promises';
|
|
4
4
|
import { join } from 'path';
|
|
5
5
|
import { tmpdir } from 'os';
|
|
6
|
+
import { randomUUID } from 'crypto';
|
|
6
7
|
|
|
7
|
-
describe('fsx', () => {
|
|
8
|
+
describe.sequential('fsx', () => {
|
|
8
9
|
let testDir: string;
|
|
9
10
|
let srcDir: string;
|
|
10
11
|
let destDir: string;
|
|
11
12
|
|
|
12
13
|
beforeEach(async () => {
|
|
13
|
-
testDir = join(tmpdir(), `vibefast-test-${Date.now()}`);
|
|
14
|
+
testDir = join(tmpdir(), `vibefast-test-${Date.now()}-${randomUUID()}`);
|
|
14
15
|
srcDir = join(testDir, 'src');
|
|
15
16
|
destDir = join(testDir, 'dest');
|
|
16
17
|
|