create-mantiq 0.0.2 → 0.1.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/package.json +1 -1
- package/src/templates.ts +25 -25
package/package.json
CHANGED
package/src/templates.ts
CHANGED
|
@@ -23,18 +23,18 @@ export function getTemplates(ctx: TemplateContext): Record<string, string> {
|
|
|
23
23
|
mantiq: 'bun run mantiq.ts',
|
|
24
24
|
},
|
|
25
25
|
dependencies: {
|
|
26
|
-
'@mantiq/auth': '^0.
|
|
27
|
-
'@mantiq/cli': '^0.
|
|
28
|
-
'@mantiq/core': '^0.
|
|
29
|
-
'@mantiq/database': '^0.
|
|
30
|
-
'@mantiq/events': '^0.
|
|
31
|
-
'@mantiq/filesystem': '^0.
|
|
32
|
-
'@mantiq/heartbeat': '^0.
|
|
33
|
-
'@mantiq/helpers': '^0.
|
|
34
|
-
'@mantiq/logging': '^0.
|
|
35
|
-
'@mantiq/queue': '^0.
|
|
36
|
-
'@mantiq/realtime': '^0.
|
|
37
|
-
'@mantiq/validation': '^0.
|
|
26
|
+
'@mantiq/auth': '^0.1.2',
|
|
27
|
+
'@mantiq/cli': '^0.1.2',
|
|
28
|
+
'@mantiq/core': '^0.1.2',
|
|
29
|
+
'@mantiq/database': '^0.1.2',
|
|
30
|
+
'@mantiq/events': '^0.1.2',
|
|
31
|
+
'@mantiq/filesystem': '^0.1.2',
|
|
32
|
+
'@mantiq/heartbeat': '^0.1.2',
|
|
33
|
+
'@mantiq/helpers': '^0.1.2',
|
|
34
|
+
'@mantiq/logging': '^0.1.2',
|
|
35
|
+
'@mantiq/queue': '^0.1.2',
|
|
36
|
+
'@mantiq/realtime': '^0.1.2',
|
|
37
|
+
'@mantiq/validation': '^0.1.2',
|
|
38
38
|
},
|
|
39
39
|
devDependencies: {
|
|
40
40
|
'bun-types': 'latest',
|
|
@@ -595,19 +595,19 @@ function applyKitOverrides(templates: Record<string, string>, ctx: TemplateConte
|
|
|
595
595
|
'build:frontend': `vite build && vite build --ssr ${kit === 'react' ? 'src/ssr.tsx' : 'src/ssr.ts'} --outDir bootstrap/ssr`,
|
|
596
596
|
},
|
|
597
597
|
dependencies: {
|
|
598
|
-
'@mantiq/auth': '^0.
|
|
599
|
-
'@mantiq/cli': '^0.
|
|
600
|
-
'@mantiq/core': '^0.
|
|
601
|
-
'@mantiq/database': '^0.
|
|
602
|
-
'@mantiq/events': '^0.
|
|
603
|
-
'@mantiq/filesystem': '^0.
|
|
604
|
-
'@mantiq/heartbeat': '^0.
|
|
605
|
-
'@mantiq/helpers': '^0.
|
|
606
|
-
'@mantiq/logging': '^0.
|
|
607
|
-
'@mantiq/queue': '^0.
|
|
608
|
-
'@mantiq/realtime': '^0.
|
|
609
|
-
'@mantiq/validation': '^0.
|
|
610
|
-
'@mantiq/vite': '^0.
|
|
598
|
+
'@mantiq/auth': '^0.1.2',
|
|
599
|
+
'@mantiq/cli': '^0.1.2',
|
|
600
|
+
'@mantiq/core': '^0.1.2',
|
|
601
|
+
'@mantiq/database': '^0.1.2',
|
|
602
|
+
'@mantiq/events': '^0.1.2',
|
|
603
|
+
'@mantiq/filesystem': '^0.1.2',
|
|
604
|
+
'@mantiq/heartbeat': '^0.1.2',
|
|
605
|
+
'@mantiq/helpers': '^0.1.2',
|
|
606
|
+
'@mantiq/logging': '^0.1.2',
|
|
607
|
+
'@mantiq/queue': '^0.1.2',
|
|
608
|
+
'@mantiq/realtime': '^0.1.2',
|
|
609
|
+
'@mantiq/validation': '^0.1.2',
|
|
610
|
+
'@mantiq/vite': '^0.1.2',
|
|
611
611
|
},
|
|
612
612
|
devDependencies: {
|
|
613
613
|
'bun-types': 'latest',
|