create-analog 1.6.2 → 1.6.3-beta.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/index.js CHANGED
@@ -167,8 +167,7 @@ async function init() {
167
167
  // determine template
168
168
  template = variant || framework || template;
169
169
  // determine syntax highlighter
170
- let highlighter =
171
- syntaxHighlighter ?? (template === 'blog' ? 'prismjs' : null);
170
+ let highlighter = syntaxHighlighter ?? (template === 'blog' ? 'prism' : null);
172
171
  skipTailwind = !tailwind || skipTailwind;
173
172
 
174
173
  console.log(`\nScaffolding project in ${root}...`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "1.6.2",
3
+ "version": "1.6.3-beta.2",
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.6.2",
19
- "@analogjs/router": "^1.6.2",
18
+ "@analogjs/content": "^1.6.3-beta.2",
19
+ "@analogjs/router": "^1.6.3-beta.2",
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.6.2",
42
- "@analogjs/vite-plugin-angular": "^1.6.2",
43
- "@analogjs/vitest-angular": "^1.6.2",
41
+ "@analogjs/platform": "^1.6.3-beta.2",
42
+ "@analogjs/vite-plugin-angular": "^1.6.3-beta.2",
43
+ "@analogjs/vitest-angular": "^1.6.3-beta.2",
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.6.2",
19
- "@analogjs/router": "^1.6.2",
18
+ "@analogjs/content": "^1.6.3-beta.2",
19
+ "@analogjs/router": "^1.6.3-beta.2",
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.6.2",
42
- "@analogjs/vite-plugin-angular": "^1.6.2",
43
- "@analogjs/vitest-angular": "^1.6.2",
41
+ "@analogjs/platform": "^1.6.3-beta.2",
42
+ "@analogjs/vite-plugin-angular": "^1.6.3-beta.2",
43
+ "@analogjs/vitest-angular": "^1.6.3-beta.2",
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.6.2",
19
- "@analogjs/router": "^1.6.2",
18
+ "@analogjs/content": "^1.6.3-beta.2",
19
+ "@analogjs/router": "^1.6.3-beta.2",
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.6.2",
39
- "@analogjs/vite-plugin-angular": "^1.6.2",
40
- "@analogjs/vitest-angular": "^1.6.2",
38
+ "@analogjs/platform": "^1.6.3-beta.2",
39
+ "@analogjs/vite-plugin-angular": "^1.6.3-beta.2",
40
+ "@analogjs/vitest-angular": "^1.6.3-beta.2",
41
41
  "@angular-devkit/build-angular": "^18.0.0",
42
42
  "@angular/cli": "^18.0.0",
43
43
  "@angular/compiler-cli": "^18.0.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.6.2",
19
- "@analogjs/router": "^1.6.2",
18
+ "@analogjs/content": "^1.6.3-beta.2",
19
+ "@analogjs/router": "^1.6.3-beta.2",
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.6.2",
41
- "@analogjs/vite-plugin-angular": "^1.6.2",
42
- "@analogjs/vitest-angular": "^1.6.2",
40
+ "@analogjs/platform": "^1.6.3-beta.2",
41
+ "@analogjs/vite-plugin-angular": "^1.6.3-beta.2",
42
+ "@analogjs/vitest-angular": "^1.6.3-beta.2",
43
43
  "@angular-devkit/build-angular": "^18.0.0",
44
44
  "@angular/cli": "^18.0.0",
45
45
  "@angular/compiler-cli": "^18.0.0",