create-analog 1.7.0-beta.3 → 1.7.0-beta.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "1.7.0-beta.3",
3
+ "version": "1.7.0-beta.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.7.0-beta.3",
19
- "@analogjs/router": "^1.7.0-beta.3",
18
+ "@analogjs/content": "^1.7.0-beta.5",
19
+ "@analogjs/router": "^1.7.0-beta.5",
20
20
  "@angular/animations": "^16.2.0",
21
21
  "@angular/common": "^16.2.0",
22
22
  "@angular/compiler": "^16.2.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.13.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^1.7.0-beta.3",
42
- "@analogjs/vite-plugin-angular": "^1.7.0-beta.3",
43
- "@analogjs/vitest-angular": "^1.7.0-beta.3",
41
+ "@analogjs/platform": "^1.7.0-beta.5",
42
+ "@analogjs/vite-plugin-angular": "^1.7.0-beta.5",
43
+ "@analogjs/vitest-angular": "^1.7.0-beta.5",
44
44
  "@angular-devkit/build-angular": "^16.2.0",
45
45
  "@angular/cli": "^16.2.0",
46
46
  "@angular/compiler-cli": "^16.2.0",
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.7.0-beta.3",
19
- "@analogjs/router": "^1.7.0-beta.3",
18
+ "@analogjs/content": "^1.7.0-beta.5",
19
+ "@analogjs/router": "^1.7.0-beta.5",
20
20
  "@angular/animations": "^17.2.0",
21
21
  "@angular/common": "^17.2.0",
22
22
  "@angular/compiler": "^17.2.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.14.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^1.7.0-beta.3",
42
- "@analogjs/vite-plugin-angular": "^1.7.0-beta.3",
43
- "@analogjs/vitest-angular": "^1.7.0-beta.3",
41
+ "@analogjs/platform": "^1.7.0-beta.5",
42
+ "@analogjs/vite-plugin-angular": "^1.7.0-beta.5",
43
+ "@analogjs/vitest-angular": "^1.7.0-beta.5",
44
44
  "@angular-devkit/build-angular": "^17.2.0",
45
45
  "@angular/cli": "^17.2.0",
46
46
  "@angular/compiler-cli": "^17.2.0",
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.7.0-beta.3",
19
- "@analogjs/router": "^1.7.0-beta.3",
18
+ "@analogjs/content": "^1.7.0-beta.5",
19
+ "@analogjs/router": "^1.7.0-beta.5",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/common": "^18.0.0",
22
22
  "@angular/compiler": "^18.0.0",
@@ -35,9 +35,9 @@
35
35
  "zone.js": "~0.14.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@analogjs/platform": "^1.7.0-beta.3",
39
- "@analogjs/vite-plugin-angular": "^1.7.0-beta.3",
40
- "@analogjs/vitest-angular": "^1.7.0-beta.3",
38
+ "@analogjs/platform": "^1.7.0-beta.5",
39
+ "@analogjs/vite-plugin-angular": "^1.7.0-beta.5",
40
+ "@analogjs/vitest-angular": "^1.7.0-beta.5",
41
41
  "@angular-devkit/build-angular": "^18.0.0",
42
42
  "@angular/cli": "^18.0.0",
43
43
  "@angular/compiler-cli": "^18.0.0",
@@ -24,6 +24,6 @@ import PostAttributes from '../../post-attributes';
24
24
  `,
25
25
  ],
26
26
  })
27
- export default class HomeComponent {
27
+ export default class BlogPostComponent {
28
28
  readonly post$ = injectContent<PostAttributes>('slug');
29
29
  }
@@ -31,6 +31,6 @@ import { RouterLink } from '@angular/router';
31
31
  `,
32
32
  ],
33
33
  })
34
- export default class HomeComponent {
34
+ export default class BlogComponent {
35
35
  readonly posts = injectContentFiles<PostAttributes>();
36
36
  }
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.7.0-beta.3",
19
- "@analogjs/router": "^1.7.0-beta.3",
18
+ "@analogjs/content": "^1.7.0-beta.5",
19
+ "@analogjs/router": "^1.7.0-beta.5",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/common": "^18.0.0",
22
22
  "@angular/compiler": "^18.0.0",
@@ -37,9 +37,9 @@
37
37
  "zone.js": "~0.14.3"
38
38
  },
39
39
  "devDependencies": {
40
- "@analogjs/platform": "^1.7.0-beta.3",
41
- "@analogjs/vite-plugin-angular": "^1.7.0-beta.3",
42
- "@analogjs/vitest-angular": "^1.7.0-beta.3",
40
+ "@analogjs/platform": "^1.7.0-beta.5",
41
+ "@analogjs/vite-plugin-angular": "^1.7.0-beta.5",
42
+ "@analogjs/vitest-angular": "^1.7.0-beta.5",
43
43
  "@angular-devkit/build-angular": "^18.0.0",
44
44
  "@angular/cli": "^18.0.0",
45
45
  "@angular/compiler-cli": "^18.0.0",