@wix/create-app 0.0.8 → 0.0.9

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,38 +1,46 @@
1
1
  {
2
2
  "name": "@wix/create-app",
3
3
  "description": "Create Wix apps",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "author": "Ihor Machuzhak",
6
6
  "bin": "bin/index.cjs",
7
+ "dependencies": {
8
+ "yoga-wasm-web": "~0.3.3"
9
+ },
7
10
  "devDependencies": {
8
11
  "@commander-js/extra-typings": "^10.0.3",
9
- "@types/prompts": "^2.4.3",
12
+ "@types/prompts": "^2.4.4",
10
13
  "@types/validate-npm-package-name": "^4.0.0",
11
14
  "@types/verror": "^1.10.6",
12
15
  "@wix/cli-auth": "0.0.0",
16
+ "@wix/cli-debug-log": "0.0.0",
17
+ "@wix/cli-error-reporter": "0.0.0",
13
18
  "@wix/cli-errors": "0.0.0",
19
+ "@wix/cli-http-client": "0.0.0",
20
+ "@wix/cli-i18n": "0.0.0",
14
21
  "@wix/cli-logger": "0.0.0",
15
22
  "@wix/cli-test-overrides": "0.0.0",
23
+ "@wix/cli-ui-kit": "0.0.0",
16
24
  "@wix/create-app-definitions": "0.0.0",
17
25
  "@wix/dev-center-client": "0.0.0",
18
26
  "@wix/gena": "0.0.0",
19
- "@wix/http-client": "^1.527.0",
20
27
  "@wix/site-list-client": "0.0.0",
21
28
  "@wix/tsup-configs": "0.0.0",
22
29
  "@wix/user-browser": "0.0.0",
23
30
  "chalk": "^5.2.0",
24
- "commander": "^10.0.0",
31
+ "commander": "^10.0.1",
25
32
  "execa": "^6.1.0",
26
- "globby": "^13.1.3",
33
+ "globby": "^13.1.4",
27
34
  "package-json": "^8.1.0",
28
35
  "prompts": "^2.4.2",
29
- "semver": "^7.3.8",
36
+ "react": "^18.2.0",
37
+ "semver": "^7.5.0",
30
38
  "source-map-support": "^0.5.21",
31
39
  "validate-npm-package-name": "^5.0.0",
32
40
  "verror": "^1.10.1"
33
41
  },
34
42
  "engines": {
35
- "node": ">= 14.18"
43
+ "node": ">= 16.20"
36
44
  },
37
45
  "files": [
38
46
  "bin",
@@ -44,7 +52,7 @@
44
52
  "files": [
45
53
  {
46
54
  "glob": "./build/index.js",
47
- "maxSize": "375kb"
55
+ "maxSize": "365kb"
48
56
  }
49
57
  ]
50
58
  }
@@ -58,7 +66,7 @@
58
66
  "build:watch": "run build --watch",
59
67
  "dev:npm": "npx $INIT_CWD",
60
68
  "dev:yarn": "yarn create @wix/app@portal:$INIT_CWD",
61
- "test": ":",
69
+ "test:build": "yarn workspace @wix/create-app-spec run test:build",
62
70
  "typecheck": "run -T tsc --noEmit"
63
71
  },
64
72
  "type": "module",
@@ -73,5 +81,5 @@
73
81
  ]
74
82
  }
75
83
  },
76
- "falconPackageHash": "22acb9253d41296437a1e6a90ac470eaf45dc91253a7961579d856a7"
84
+ "falconPackageHash": "4c95d77ed2f26b13b7dfbb68f7a56d5d330ecb7ba58d7f8345513b49"
77
85
  }
@@ -3,7 +3,7 @@ to: .gitignore
3
3
  ---
4
4
  .wix
5
5
  node_modules
6
- build
6
+ dist
7
7
 
8
8
  # Logs
9
9
  logs
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  to: .nvmrc
3
3
  ---
4
- 16.17.0
4
+ 16.20.0
@@ -2,8 +2,4 @@
2
2
  to: .yarnrc.yml
3
3
  skip_if: <%= !packageManager.isYarnBerry %>
4
4
  ---
5
- nmMode: hardlinks-local
6
5
  nodeLinker: node-modules
7
- npmRegistryServer: "http://npm.dev.wixpress.com/"
8
- unsafeHttpWhitelist:
9
- - npm.dev.wixpress.com
@@ -5,10 +5,6 @@ to: package.json
5
5
  "name": "<%= packageName %>",
6
6
  "version": "1.0.0",
7
7
  "private": true,
8
- "author": {
9
- "name": "<%= author.name %>",
10
- "email": "<%= author.email %>"
11
- },
12
8
  "dependencies": {
13
9
  "react": "^18",
14
10
  "react-dom": "^18",
@@ -19,7 +15,7 @@ to: package.json
19
15
  "@types/react-dom": "^18",
20
16
  "@wix/cli": "<%= deps['@wix/cli'] %>",
21
17
  "@wix/cli-app": "<%= deps['@wix/cli-app'] %>",
22
- "typescript": "^4.7.4"
18
+ "typescript": "^5.0.2"
23
19
  },
24
20
  "scripts": {
25
21
  "build": "wix app build",
@@ -6,7 +6,7 @@ import {
6
6
  Button,
7
7
  WixStyleReactProvider,
8
8
  } from '@wix/design-system';
9
- import '@wix/design-system/styles.css';
9
+ import '@wix/design-system/styles.global.css';
10
10
 
11
11
  export default function Index() {
12
12
  return (
@@ -0,0 +1,6 @@
1
+ ---
2
+ to: src/env.d.ts
3
+ ---
4
+ /// <reference types="@wix/cli-app/client" />
5
+
6
+ // NOTE: This file should not be edited. This is an auto-generated file.
@@ -6,5 +6,6 @@ to: tsconfig.json
6
6
  "compilerOptions": {
7
7
  "rootDir": "src",
8
8
  "types": ["react"]
9
- }
9
+ },
10
+ "include": ["src"]
10
11
  }