create-vxrn 1.1.413 → 1.1.415

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 +1 @@
1
- built create-vxrn in 158 ms
1
+ built create-vxrn in 291 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vxrn",
3
- "version": "1.1.413",
3
+ "version": "1.1.415",
4
4
  "bin": "run.js",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -8,6 +8,7 @@
8
8
  "start": "./run.js",
9
9
  "prerelease": "rimraf ./dist/",
10
10
  "prepublish": "yarn build",
11
+ "typecheck": "tsc --noEmit",
11
12
  "build": "tamagui-build --skip-types",
12
13
  "watch": "yarn build --watch",
13
14
  "clean": "tamagui-build clean",
@@ -29,7 +30,7 @@
29
30
  "dependencies": {
30
31
  "@tamagui/build": "^1.123.2",
31
32
  "@types/validate-npm-package-name": "^4.0.2",
32
- "@vxrn/utils": "1.1.413",
33
+ "@vxrn/utils": "1.1.415",
33
34
  "ansis": "^3.1.0",
34
35
  "async-retry": "1.3.1",
35
36
  "citty": "^0.1.6",
@@ -41,7 +42,8 @@
41
42
  "yocto-spinner": "^0.1.0"
42
43
  },
43
44
  "devDependencies": {
44
- "@types/prompts": "^2.4.9"
45
+ "@types/prompts": "^2.4.9",
46
+ "typescript": "^5.7.3"
45
47
  },
46
48
  "publishConfig": {
47
49
  "access": "public"