create-analog 1.9.0-beta.5 → 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.
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import type { Config } from 'tailwindcss';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
3
4
|
content: ['./index.html', './src/**/*.{html,ts,md,analog,ag}'],
|
|
4
5
|
theme: {
|
|
5
6
|
extend: {},
|
|
6
7
|
},
|
|
7
8
|
plugins: [],
|
|
8
|
-
};
|
|
9
|
+
} satisfies Config;
|
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",
|