create-analog 1.9.0-beta.4 → 1.9.0-beta.6
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/files/analog-env.d.ts +6 -2
- package/files/tailwind.config.ts +9 -0
- package/index.js +2 -2
- package/package.json +1 -1
- package/template-angular-v16/package.json +5 -5
- package/template-angular-v17/package.json +5 -5
- package/template-blog/package.json +5 -5
- package/template-latest/package.json +5 -5
- package/files/tailwind.config.cjs +0 -8
package/files/analog-env.d.ts
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
declare module '*.analog' {
|
|
2
|
-
|
|
2
|
+
import { Type } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
const cmp: Type<unknown>;
|
|
3
5
|
export default cmp;
|
|
4
6
|
}
|
|
5
7
|
|
|
6
8
|
declare module '*.ag' {
|
|
7
|
-
|
|
9
|
+
import { Type } from '@angular/core';
|
|
10
|
+
|
|
11
|
+
const cmp: Type<unknown>;
|
|
8
12
|
export default cmp;
|
|
9
13
|
}
|
package/index.js
CHANGED
|
@@ -379,8 +379,8 @@ function addPostCssConfig(write, filesDir) {
|
|
|
379
379
|
|
|
380
380
|
function addTailwindConfig(write, filesDir) {
|
|
381
381
|
write(
|
|
382
|
-
'tailwind.config.
|
|
383
|
-
fs.readFileSync(path.join(filesDir, `tailwind.config.
|
|
382
|
+
'tailwind.config.ts',
|
|
383
|
+
fs.readFileSync(path.join(filesDir, `tailwind.config.ts`), 'utf-8')
|
|
384
384
|
);
|
|
385
385
|
}
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"test": "ng test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.9.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.9.0-beta.
|
|
18
|
+
"@analogjs/content": "^1.9.0-beta.6",
|
|
19
|
+
"@analogjs/router": "^1.9.0-beta.6",
|
|
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.9.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.9.0-beta.
|
|
43
|
-
"@analogjs/vitest-angular": "^1.9.0-beta.
|
|
41
|
+
"@analogjs/platform": "^1.9.0-beta.6",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.9.0-beta.6",
|
|
43
|
+
"@analogjs/vitest-angular": "^1.9.0-beta.6",
|
|
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.9.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.9.0-beta.
|
|
18
|
+
"@analogjs/content": "^1.9.0-beta.6",
|
|
19
|
+
"@analogjs/router": "^1.9.0-beta.6",
|
|
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.9.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.9.0-beta.
|
|
43
|
-
"@analogjs/vitest-angular": "^1.9.0-beta.
|
|
41
|
+
"@analogjs/platform": "^1.9.0-beta.6",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.9.0-beta.6",
|
|
43
|
+
"@analogjs/vitest-angular": "^1.9.0-beta.6",
|
|
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.9.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.9.0-beta.
|
|
18
|
+
"@analogjs/content": "^1.9.0-beta.6",
|
|
19
|
+
"@analogjs/router": "^1.9.0-beta.6",
|
|
20
20
|
"@angular/animations": "^18.0.0",
|
|
21
21
|
"@angular/build": "^18.0.0",
|
|
22
22
|
"@angular/common": "^18.0.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"zone.js": "~0.14.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@analogjs/platform": "^1.9.0-beta.
|
|
40
|
-
"@analogjs/vite-plugin-angular": "^1.9.0-beta.
|
|
41
|
-
"@analogjs/vitest-angular": "^1.9.0-beta.
|
|
39
|
+
"@analogjs/platform": "^1.9.0-beta.6",
|
|
40
|
+
"@analogjs/vite-plugin-angular": "^1.9.0-beta.6",
|
|
41
|
+
"@analogjs/vitest-angular": "^1.9.0-beta.6",
|
|
42
42
|
"@angular/cli": "^18.0.0",
|
|
43
43
|
"@angular/compiler-cli": "^18.0.0",
|
|
44
44
|
"jsdom": "^22.1.0",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"private": true,
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.9.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.9.0-beta.
|
|
18
|
+
"@analogjs/content": "^1.9.0-beta.6",
|
|
19
|
+
"@analogjs/router": "^1.9.0-beta.6",
|
|
20
20
|
"@angular/animations": "^18.0.0",
|
|
21
21
|
"@angular/build": "^18.0.0",
|
|
22
22
|
"@angular/common": "^18.0.0",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"zone.js": "~0.14.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@analogjs/platform": "^1.9.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.9.0-beta.
|
|
43
|
-
"@analogjs/vitest-angular": "^1.9.0-beta.
|
|
41
|
+
"@analogjs/platform": "^1.9.0-beta.6",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.9.0-beta.6",
|
|
43
|
+
"@analogjs/vitest-angular": "^1.9.0-beta.6",
|
|
44
44
|
"@angular/cli": "^18.0.0",
|
|
45
45
|
"@angular/compiler-cli": "^18.0.0",
|
|
46
46
|
"jsdom": "^22.0.0",
|