@wix/create-app 0.0.105 → 0.0.106

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@wix/create-app",
3
3
  "description": "Create Wix apps",
4
- "version": "0.0.105",
4
+ "version": "0.0.106",
5
5
  "author": "Ihor Machuzhak",
6
6
  "bin": "bin/index.cjs",
7
7
  "devDependencies": {
@@ -11,7 +11,7 @@
11
11
  "@types/react": "^18.3.3",
12
12
  "@types/semver": "^7.5.8",
13
13
  "@types/validate-npm-package-name": "^4.0.2",
14
- "@wix/bi-logger-dev-tools-data": "^1.106.0",
14
+ "@wix/bi-logger-dev-tools-data": "^1.111.0",
15
15
  "@wix/cli-auth": "0.0.0",
16
16
  "@wix/cli-error": "0.0.0",
17
17
  "@wix/cli-error-reporting": "0.0.0",
@@ -86,5 +86,5 @@
86
86
  ]
87
87
  }
88
88
  },
89
- "falconPackageHash": "480d91ea66dcd3957b64b757fd3a636f5dfb762cc800d4416a1d66b8"
89
+ "falconPackageHash": "ee46be6f0de9b4bce9014395185b3ee9ab61406f043a90816b3de1b1"
90
90
  }
@@ -25,7 +25,6 @@ to: package.json
25
25
  "release": "wix app release",
26
26
  "dev": "wix app dev",
27
27
  "preview": "wix app preview",
28
- "serve": "wix app serve",
29
28
  "generate": "wix app generate",
30
29
  "logs": "wix app logs",
31
30
  "typecheck": "tsc --noEmit"