create-analog 0.2.61 → 0.2.62

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": "0.2.61",
3
+ "version": "0.2.62",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -37,6 +37,7 @@ yarn-error.log
37
37
  /libpeerconnection.log
38
38
  testem.log
39
39
  /typings
40
+ /.npmrc
40
41
 
41
42
  # System files
42
43
  .DS_Store
@@ -46,6 +46,6 @@
46
46
  "jsdom": "^22.1.0",
47
47
  "typescript": "~5.2.0",
48
48
  "vite": "^4.4.8",
49
- "vitest": "^0.32.0"
49
+ "vitest": "^1.0.0"
50
50
  }
51
51
  }
@@ -4,6 +4,7 @@
4
4
  "compilerOptions": {
5
5
  "composite": false,
6
6
  "outDir": "./out-tsc/spec",
7
+ "target": "es2016",
7
8
  "types": ["node", "vitest/globals"]
8
9
  },
9
10
  "files": ["src/test.ts"],
@@ -37,6 +37,7 @@ yarn-error.log
37
37
  /libpeerconnection.log
38
38
  testem.log
39
39
  /typings
40
+ /.npmrc
40
41
 
41
42
  # System files
42
43
  .DS_Store
@@ -45,7 +45,7 @@
45
45
  "nx": "^17.1.0",
46
46
  "jsdom": "^22.1.0",
47
47
  "typescript": "~5.2.0",
48
- "vite": "^5.0.0",
49
- "vitest": "^0.32.0"
48
+ "vite": "^4.4.8",
49
+ "vitest": "^1.0.0"
50
50
  }
51
51
  }
@@ -4,6 +4,7 @@
4
4
  "compilerOptions": {
5
5
  "composite": false,
6
6
  "outDir": "./out-tsc/spec",
7
+ "target": "es2016",
7
8
  "types": ["node", "vitest/globals"]
8
9
  },
9
10
  "files": ["src/test.ts"],