create-analog 0.2.63 → 1.0.0-beta.0

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.
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ plugins: {
3
+ tailwindcss: {},
4
+ autoprefixer: {},
5
+ },
6
+ };
@@ -0,0 +1,8 @@
1
+ /** @type {import('tailwindcss').Config} */
2
+ module.exports = {
3
+ content: ['./index.html', './src/**/*.{html,ts,md}'],
4
+ theme: {
5
+ extend: {},
6
+ },
7
+ plugins: [],
8
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "0.2.63",
3
+ "version": "1.0.0-beta.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "my-app",
3
3
  "version": "0.0.0",
4
+ "type": "module",
4
5
  "private": true,
5
6
  "engines": {
6
7
  "node": ">=18.13.0"
@@ -18,6 +18,7 @@ export default defineConfig(({ mode }) => ({
18
18
  environment: 'jsdom',
19
19
  setupFiles: ['src/test.ts'],
20
20
  include: ['**/*.spec.ts'],
21
+ reporters: ['default'],
21
22
  },
22
23
  define: {
23
24
  'import.meta.vitest': mode !== 'production',
@@ -37,7 +37,6 @@ yarn-error.log
37
37
  /libpeerconnection.log
38
38
  testem.log
39
39
  /typings
40
- /.npmrc
41
40
 
42
41
  # System files
43
42
  .DS_Store
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "my-app",
3
3
  "version": "0.0.0",
4
+ "type": "module",
4
5
  "private": true,
5
6
  "engines": {
6
7
  "node": ">=18.13.0"
@@ -14,8 +15,8 @@
14
15
  "test": "ng test"
15
16
  },
16
17
  "dependencies": {
17
- "@analogjs/content": "^0.2.0",
18
- "@analogjs/router": "^0.2.0",
18
+ "@analogjs/content": "^1.0.0-beta.0",
19
+ "@analogjs/router": "^1.0.0-beta.0",
19
20
  "@angular/animations": "^17.0.0",
20
21
  "@angular/common": "^17.0.0",
21
22
  "@angular/compiler": "^17.0.0",
@@ -37,7 +38,7 @@
37
38
  "zone.js": "~0.14.0"
38
39
  },
39
40
  "devDependencies": {
40
- "@analogjs/platform": "^0.2.0",
41
+ "@analogjs/platform": "^1.0.0-beta.0",
41
42
  "@angular-devkit/build-angular": "^17.0.0",
42
43
  "@angular/cli": "^17.0.0",
43
44
  "@angular/compiler-cli": "^17.0.0",
@@ -46,6 +47,6 @@
46
47
  "jsdom": "^22.1.0",
47
48
  "typescript": "~5.2.0",
48
49
  "vite": "^4.4.8",
49
- "vitest": "^1.0.0"
50
+ "vitest": "^0.34.0"
50
51
  }
51
52
  }
@@ -18,6 +18,7 @@ export default defineConfig(({ mode }) => ({
18
18
  environment: 'jsdom',
19
19
  setupFiles: ['src/test.ts'],
20
20
  include: ['**/*.spec.ts'],
21
+ reporters: ['default'],
21
22
  },
22
23
  define: {
23
24
  'import.meta.vitest': mode !== 'production',
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "blog",
3
3
  "version": "0.0.0",
4
+ "type": "module",
4
5
  "private": true,
5
6
  "engines": {
6
7
  "node": ">=18.13.0"
@@ -14,8 +15,8 @@
14
15
  "test": "ng test"
15
16
  },
16
17
  "dependencies": {
17
- "@analogjs/content": "^0.2.0",
18
- "@analogjs/router": "^0.2.0",
18
+ "@analogjs/content": "^1.0.0-beta.0",
19
+ "@analogjs/router": "^1.0.0-beta.0",
19
20
  "@angular/animations": "^17.0.0",
20
21
  "@angular/common": "^17.0.0",
21
22
  "@angular/compiler": "^17.0.0",
@@ -37,7 +38,7 @@
37
38
  "zone.js": "~0.14.0"
38
39
  },
39
40
  "devDependencies": {
40
- "@analogjs/platform": "^0.2.0",
41
+ "@analogjs/platform": "^1.0.0-beta.0",
41
42
  "@angular-devkit/build-angular": "^17.0.0",
42
43
  "@angular/cli": "^17.0.0",
43
44
  "@angular/compiler-cli": "^17.0.0",