create-mantiq 0.5.0 → 0.5.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 +1 -1
- package/src/templates.ts +9 -9
package/package.json
CHANGED
package/src/templates.ts
CHANGED
|
@@ -21,12 +21,12 @@ export function getTemplates(ctx: TemplateContext): Record<string, string> {
|
|
|
21
21
|
},
|
|
22
22
|
dependencies: {
|
|
23
23
|
'@mantiq/auth': '^0.1.2',
|
|
24
|
-
'@mantiq/cli': '^0.1.
|
|
25
|
-
'@mantiq/core': '^0.1.
|
|
26
|
-
'@mantiq/database': '^0.1.
|
|
24
|
+
'@mantiq/cli': '^0.1.6',
|
|
25
|
+
'@mantiq/core': '^0.1.4',
|
|
26
|
+
'@mantiq/database': '^0.1.4',
|
|
27
27
|
'@mantiq/events': '^0.1.2',
|
|
28
28
|
'@mantiq/filesystem': '^0.1.2',
|
|
29
|
-
'@mantiq/heartbeat': '^0.
|
|
29
|
+
'@mantiq/heartbeat': '^0.3.0',
|
|
30
30
|
'@mantiq/helpers': '^0.1.2',
|
|
31
31
|
'@mantiq/logging': '^0.1.2',
|
|
32
32
|
'@mantiq/queue': '^0.1.2',
|
|
@@ -736,12 +736,12 @@ function applyKitOverrides(templates: Record<string, string>, ctx: TemplateConte
|
|
|
736
736
|
},
|
|
737
737
|
dependencies: {
|
|
738
738
|
'@mantiq/auth': '^0.1.2',
|
|
739
|
-
'@mantiq/cli': '^0.1.
|
|
740
|
-
'@mantiq/core': '^0.1.
|
|
741
|
-
'@mantiq/database': '^0.1.
|
|
739
|
+
'@mantiq/cli': '^0.1.6',
|
|
740
|
+
'@mantiq/core': '^0.1.4',
|
|
741
|
+
'@mantiq/database': '^0.1.4',
|
|
742
742
|
'@mantiq/events': '^0.1.2',
|
|
743
743
|
'@mantiq/filesystem': '^0.1.2',
|
|
744
|
-
'@mantiq/heartbeat': '^0.
|
|
744
|
+
'@mantiq/heartbeat': '^0.3.0',
|
|
745
745
|
'@mantiq/helpers': '^0.1.2',
|
|
746
746
|
'@mantiq/logging': '^0.1.2',
|
|
747
747
|
'@mantiq/queue': '^0.1.2',
|
|
@@ -749,7 +749,7 @@ function applyKitOverrides(templates: Record<string, string>, ctx: TemplateConte
|
|
|
749
749
|
'@mantiq/validation': '^0.1.2',
|
|
750
750
|
'@mantiq/mail': '^0.2.0',
|
|
751
751
|
'@mantiq/notify': '^0.1.0',
|
|
752
|
-
'@mantiq/vite': '^0.1.
|
|
752
|
+
'@mantiq/vite': '^0.1.3',
|
|
753
753
|
...uiDeps,
|
|
754
754
|
},
|
|
755
755
|
devDependencies: {
|