@nx/expo 22.7.0-beta.8 → 22.7.0-beta.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/executors.json CHANGED
@@ -1,64 +1,64 @@
1
1
  {
2
- "executors": {
3
- "update": {
4
- "implementation": "./src/executors/update/update.impl",
5
- "schema": "./src/executors/update/schema.json",
6
- "description": "Start an EAS update for your expo project"
7
- },
8
- "build": {
9
- "implementation": "./src/executors/build/build.impl",
10
- "schema": "./src/executors/build/schema.json",
11
- "description": "Start an EAS build for your expo project"
12
- },
13
- "build-list": {
14
- "implementation": "./src/executors/build-list/build-list.impl",
15
- "schema": "./src/executors/build-list/schema.json",
16
- "description": "List all EAS builds for your Expo project"
17
- },
18
- "run": {
19
- "implementation": "./src/executors/run/run.impl",
20
- "schema": "./src/executors/run/schema.json",
21
- "description": "Run the Android app binary locally or run the iOS app binary locally"
22
- },
23
- "start": {
24
- "implementation": "./src/executors/start/start.impl",
25
- "schema": "./src/executors/start/schema.json",
26
- "description": "Start a local dev server for the app or start a Webpack dev server for the web app"
27
- },
28
- "sync-deps": {
29
- "implementation": "./src/executors/sync-deps/sync-deps.impl",
30
- "schema": "./src/executors/sync-deps/schema.json",
31
- "description": "Syncs dependencies to package.json (required for autolinking)."
32
- },
33
- "ensure-symlink": {
34
- "implementation": "./src/executors/ensure-symlink/ensure-symlink.impl",
35
- "schema": "./src/executors/ensure-symlink/schema.json",
36
- "description": "Ensure workspace node_modules is symlink under app's node_modules folder."
37
- },
38
- "prebuild": {
39
- "implementation": "./src/executors/prebuild/prebuild.impl",
40
- "schema": "./src/executors/prebuild/schema.json",
41
- "description": "Create native iOS and Android project files for building natively."
42
- },
43
- "install": {
44
- "implementation": "./src/executors/install/install.impl",
45
- "schema": "./src/executors/install/schema.json",
46
- "description": "Install a module or other package to a project."
47
- },
48
- "export": {
49
- "implementation": "./src/executors/export/export.impl",
50
- "schema": "./src/executors/export/schema.json",
51
- "description": "Export the JavaScript and assets for your app using Metro/webpack bundler"
52
- },
53
- "submit": {
54
- "implementation": "./src/executors/submit/submit.impl",
55
- "schema": "./src/executors/submit/schema.json",
56
- "description": "Submit app binary to App Store and/or Play Store"
57
- },
58
- "serve": {
59
- "implementation": "./src/executors/serve/serve.impl",
60
- "schema": "./src/executors/serve/schema.json",
61
- "description": "Serve up the Expo web app locally"
2
+ "executors": {
3
+ "update": {
4
+ "implementation": "./src/executors/update/update.impl",
5
+ "schema": "./src/executors/update/schema.json",
6
+ "description": "Start an EAS update for your expo project"
7
+ },
8
+ "build": {
9
+ "implementation": "./src/executors/build/build.impl",
10
+ "schema": "./src/executors/build/schema.json",
11
+ "description": "Start an EAS build for your expo project"
12
+ },
13
+ "build-list": {
14
+ "implementation": "./src/executors/build-list/build-list.impl",
15
+ "schema": "./src/executors/build-list/schema.json",
16
+ "description": "List all EAS builds for your Expo project"
17
+ },
18
+ "run": {
19
+ "implementation": "./src/executors/run/run.impl",
20
+ "schema": "./src/executors/run/schema.json",
21
+ "description": "Run the Android app binary locally or run the iOS app binary locally"
22
+ },
23
+ "start": {
24
+ "implementation": "./src/executors/start/start.impl",
25
+ "schema": "./src/executors/start/schema.json",
26
+ "description": "Start a local dev server for the app or start a Webpack dev server for the web app"
27
+ },
28
+ "sync-deps": {
29
+ "implementation": "./src/executors/sync-deps/sync-deps.impl",
30
+ "schema": "./src/executors/sync-deps/schema.json",
31
+ "description": "Syncs dependencies to package.json (required for autolinking)."
32
+ },
33
+ "ensure-symlink": {
34
+ "implementation": "./src/executors/ensure-symlink/ensure-symlink.impl",
35
+ "schema": "./src/executors/ensure-symlink/schema.json",
36
+ "description": "Ensure workspace node_modules is symlink under app's node_modules folder."
37
+ },
38
+ "prebuild": {
39
+ "implementation": "./src/executors/prebuild/prebuild.impl",
40
+ "schema": "./src/executors/prebuild/schema.json",
41
+ "description": "Create native iOS and Android project files for building natively."
42
+ },
43
+ "install": {
44
+ "implementation": "./src/executors/install/install.impl",
45
+ "schema": "./src/executors/install/schema.json",
46
+ "description": "Install a module or other package to a project."
47
+ },
48
+ "export": {
49
+ "implementation": "./src/executors/export/export.impl",
50
+ "schema": "./src/executors/export/schema.json",
51
+ "description": "Export the JavaScript and assets for your app using Metro/webpack bundler"
52
+ },
53
+ "submit": {
54
+ "implementation": "./src/executors/submit/submit.impl",
55
+ "schema": "./src/executors/submit/schema.json",
56
+ "description": "Submit app binary to App Store and/or Play Store"
57
+ },
58
+ "serve": {
59
+ "implementation": "./src/executors/serve/serve.impl",
60
+ "schema": "./src/executors/serve/schema.json",
61
+ "description": "Serve up the Expo web app locally"
62
+ }
62
63
  }
63
- }
64
64
  }
package/generators.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
- "name": "Nx Expo",
3
- "version": "0.1",
4
- "extends": ["@nx/workspace"],
5
- "generators": {
6
- "init": {
7
- "factory": "./src/generators/init/init#expoInitGeneratorInternal",
8
- "schema": "./src/generators/init/schema.json",
9
- "description": "Initialize the @nx/expo plugin",
10
- "hidden": true
11
- },
12
- "application": {
13
- "factory": "./src/generators/application/application#expoApplicationGeneratorInternal",
14
- "schema": "./src/generators/application/schema.json",
15
- "aliases": ["app"],
16
- "x-type": "application",
17
- "description": "Create an application"
18
- },
19
- "library": {
20
- "factory": "./src/generators/library/library#expoLibraryGeneratorInternal",
21
- "schema": "./src/generators/library/schema.json",
22
- "aliases": ["lib"],
23
- "x-type": "library",
24
- "description": "Create a library"
25
- },
26
- "component": {
27
- "factory": "./src/generators/component/component",
28
- "schema": "./src/generators/component/schema.json",
29
- "description": "Create a component",
30
- "aliases": ["c"]
31
- },
32
- "convert-to-inferred": {
33
- "factory": "./src/generators/convert-to-inferred/convert-to-inferred",
34
- "schema": "./src/generators/convert-to-inferred/schema.json",
35
- "description": "Convert existing Expo project(s) using `@nx/expo:*` executors to use `@nx/expo/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target."
2
+ "name": "Nx Expo",
3
+ "version": "0.1",
4
+ "extends": ["@nx/workspace"],
5
+ "generators": {
6
+ "init": {
7
+ "factory": "./src/generators/init/init#expoInitGeneratorInternal",
8
+ "schema": "./src/generators/init/schema.json",
9
+ "description": "Initialize the @nx/expo plugin",
10
+ "hidden": true
11
+ },
12
+ "application": {
13
+ "factory": "./src/generators/application/application#expoApplicationGeneratorInternal",
14
+ "schema": "./src/generators/application/schema.json",
15
+ "aliases": ["app"],
16
+ "x-type": "application",
17
+ "description": "Create an application"
18
+ },
19
+ "library": {
20
+ "factory": "./src/generators/library/library#expoLibraryGeneratorInternal",
21
+ "schema": "./src/generators/library/schema.json",
22
+ "aliases": ["lib"],
23
+ "x-type": "library",
24
+ "description": "Create a library"
25
+ },
26
+ "component": {
27
+ "factory": "./src/generators/component/component",
28
+ "schema": "./src/generators/component/schema.json",
29
+ "description": "Create a component",
30
+ "aliases": ["c"]
31
+ },
32
+ "convert-to-inferred": {
33
+ "factory": "./src/generators/convert-to-inferred/convert-to-inferred",
34
+ "schema": "./src/generators/convert-to-inferred/schema.json",
35
+ "description": "Convert existing Expo project(s) using `@nx/expo:*` executors to use `@nx/expo/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target."
36
+ }
36
37
  }
37
- }
38
38
  }