create-analog 1.0.0-beta.5 → 1.0.0-rc.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-rc.1",
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.0.0-beta.0",
19
- "@analogjs/router": "^1.0.0-beta.0",
18
+ "@analogjs/content": "^1.0.0-rc.1",
19
+ "@analogjs/router": "^1.0.0-rc.1",
20
20
  "@angular/animations": "^17.2.0",
21
21
  "@angular/common": "^17.2.0",
22
22
  "@angular/compiler": "^17.2.0",
@@ -38,14 +38,14 @@
38
38
  "zone.js": "~0.14.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^1.0.0-beta.0",
41
+ "@analogjs/platform": "^1.0.0-rc.1",
42
42
  "@angular/cli": "^17.2.0",
43
43
  "@angular/compiler-cli": "^17.2.0",
44
44
  "@nx/vite": "~18.0.0",
45
45
  "nx": "~18.0.0",
46
46
  "jsdom": "^22.1.0",
47
47
  "typescript": "~5.3.0",
48
- "vite": "~5.0.0",
48
+ "vite": "^5.0.0",
49
49
  "vitest": "^1.3.1"
50
50
  }
51
51
  }
@@ -2,7 +2,6 @@
2
2
  {
3
3
  "extends": "./tsconfig.json",
4
4
  "compilerOptions": {
5
- "composite": false,
6
5
  "outDir": "./out-tsc/app",
7
6
  "types": []
8
7
  },
@@ -27,9 +27,5 @@
27
27
  "strictInjectionParameters": true,
28
28
  "strictInputAccessModifiers": true,
29
29
  "strictTemplates": true
30
- },
31
- "references": [
32
- { "path": "tsconfig.app.json" },
33
- { "path": "tsconfig.spec.json" }
34
- ]
30
+ }
35
31
  }
@@ -2,7 +2,6 @@
2
2
  {
3
3
  "extends": "./tsconfig.json",
4
4
  "compilerOptions": {
5
- "composite": false,
6
5
  "outDir": "./out-tsc/spec",
7
6
  "target": "es2016",
8
7
  "types": ["node", "vitest/globals"]
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.0.0-beta.0",
19
- "@analogjs/router": "^1.0.0-beta.0",
18
+ "@analogjs/content": "^1.0.0-rc.1",
19
+ "@analogjs/router": "^1.0.0-rc.1",
20
20
  "@angular/animations": "^17.2.0",
21
21
  "@angular/common": "^17.2.0",
22
22
  "@angular/compiler": "^17.2.0",
@@ -38,7 +38,7 @@
38
38
  "zone.js": "~0.14.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^1.0.0-beta.0",
41
+ "@analogjs/platform": "^1.0.0-rc.1",
42
42
  "@angular-devkit/build-angular": "^17.2.0",
43
43
  "@angular/cli": "^17.2.0",
44
44
  "@angular/compiler-cli": "^17.2.0",
@@ -46,7 +46,7 @@
46
46
  "nx": "~18.0.0",
47
47
  "jsdom": "^22.1.0",
48
48
  "typescript": "~5.3.0",
49
- "vite": "~5.0.0",
49
+ "vite": "^5.0.0",
50
50
  "vitest": "^1.3.1"
51
51
  }
52
52
  }
@@ -2,7 +2,6 @@
2
2
  {
3
3
  "extends": "./tsconfig.json",
4
4
  "compilerOptions": {
5
- "composite": false,
6
5
  "outDir": "./out-tsc/app",
7
6
  "types": []
8
7
  },
@@ -27,9 +27,5 @@
27
27
  "strictInjectionParameters": true,
28
28
  "strictInputAccessModifiers": true,
29
29
  "strictTemplates": true
30
- },
31
- "references": [
32
- { "path": "tsconfig.app.json" },
33
- { "path": "tsconfig.spec.json" }
34
- ]
30
+ }
35
31
  }
@@ -2,7 +2,6 @@
2
2
  {
3
3
  "extends": "./tsconfig.json",
4
4
  "compilerOptions": {
5
- "composite": false,
6
5
  "outDir": "./out-tsc/spec",
7
6
  "target": "es2016",
8
7
  "types": ["node", "vitest/globals"]