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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/templates.ts +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mantiq",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Scaffold a new MantiqJS application",
5
5
  "type": "module",
6
6
  "license": "MIT",
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.2',
25
- '@mantiq/core': '^0.1.2',
26
- '@mantiq/database': '^0.1.2',
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.1.2',
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.2',
740
- '@mantiq/core': '^0.1.2',
741
- '@mantiq/database': '^0.1.2',
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.1.2',
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.2',
752
+ '@mantiq/vite': '^0.1.3',
753
753
  ...uiDeps,
754
754
  },
755
755
  devDependencies: {