@nx/expo 17.3.0-rc.1 → 17.3.1

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": "@nx/expo",
3
- "version": "17.3.0-rc.1",
3
+ "version": "17.3.1",
4
4
  "private": false,
5
5
  "description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
6
6
  "keywords": [
@@ -34,14 +34,14 @@
34
34
  "tslib": "^2.3.0",
35
35
  "tsconfig-paths": "^4.1.2",
36
36
  "tsconfig-paths-webpack-plugin": "^4.0.0",
37
- "@nx/detox": "17.3.0-rc.1",
38
- "@nx/devkit": "17.3.0-rc.1",
39
- "@nx/jest": "17.3.0-rc.1",
40
- "@nx/js": "17.3.0-rc.1",
41
- "@nx/eslint": "17.3.0-rc.1",
42
- "@nx/react": "17.3.0-rc.1",
43
- "@nx/webpack": "17.3.0-rc.1",
44
- "@nrwl/expo": "17.3.0-rc.1"
37
+ "@nx/detox": "17.3.1",
38
+ "@nx/devkit": "17.3.1",
39
+ "@nx/jest": "17.3.1",
40
+ "@nx/js": "17.3.1",
41
+ "@nx/eslint": "17.3.1",
42
+ "@nx/react": "17.3.1",
43
+ "@nx/webpack": "17.3.1",
44
+ "@nrwl/expo": "17.3.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "expo": ">= 49.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 2,
3
3
  "outputCapture": "direct-nodejs",
4
- "$schema": "http://json-schema.org/schema",
4
+ "$schema": "https://json-schema.org/schema",
5
5
  "$id": "NxExpoEasBuild",
6
6
  "cli": "nx",
7
7
  "title": "Expo EAS Build executor",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 2,
3
3
  "outputCapture": "direct-nodejs",
4
- "$schema": "http://json-schema.org/schema",
4
+ "$schema": "https://json-schema.org/schema",
5
5
  "$id": "NxExpoEasBuildList",
6
6
  "cli": "nx",
7
7
  "title": "Expo EAS Build List executor",
@@ -3,7 +3,7 @@
3
3
  "outputCapture": "direct-nodejs",
4
4
  "cli": "nx",
5
5
  "$id": "NxExpoEnsureSymlink",
6
- "$schema": "http://json-schema.org/schema",
6
+ "$schema": "https://json-schema.org/schema",
7
7
  "title": "Ensure Symlink for Expo",
8
8
  "description": "Ensure workspace node_modules is symlink under app's node_modules folder.",
9
9
  "type": "object",
@@ -3,7 +3,7 @@
3
3
  "version": 2,
4
4
  "outputCapture": "direct-nodejs",
5
5
  "$id": "NxExpoExport",
6
- "$schema": "http://json-schema.org/schema",
6
+ "$schema": "https://json-schema.org/schema",
7
7
  "title": "Expo Export",
8
8
  "description": "Export the JavaScript and assets for your app using Metro/webpack bundler.",
9
9
  "type": "object",
@@ -3,7 +3,7 @@
3
3
  "version": 2,
4
4
  "outputCapture": "direct-nodejs",
5
5
  "$id": "NxExpoInstall",
6
- "$schema": "http://json-schema.org/schema",
6
+ "$schema": "https://json-schema.org/schema",
7
7
  "title": "Expo Install",
8
8
  "description": "Install a module or other package to a project.",
9
9
  "type": "object",
@@ -3,7 +3,7 @@
3
3
  "version": 2,
4
4
  "outputCapture": "direct-nodejs",
5
5
  "$id": "NxExpoPrebuild",
6
- "$schema": "http://json-schema.org/schema",
6
+ "$schema": "https://json-schema.org/schema",
7
7
  "title": "Expo Prebuild",
8
8
  "description": "Create native iOS and Android project files for building natively.",
9
9
  "type": "object",
@@ -3,7 +3,7 @@
3
3
  "outputCapture": "direct-nodejs",
4
4
  "cli": "nx",
5
5
  "$id": "NxExpoRun",
6
- "$schema": "http://json-schema.org/schema",
6
+ "$schema": "https://json-schema.org/schema",
7
7
  "title": "Run iOS or Android application",
8
8
  "description": "Run Expo target options.",
9
9
  "type": "object",
@@ -3,7 +3,7 @@
3
3
  "outputCapture": "direct-nodejs",
4
4
  "cli": "nx",
5
5
  "$id": "NxExpoStart",
6
- "$schema": "http://json-schema.org/schema",
6
+ "$schema": "https://json-schema.org/schema",
7
7
  "title": "Packager Server for Expo",
8
8
  "description": "Packager Server target options.",
9
9
  "type": "object",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "version": 2,
4
4
  "title": "EXPO EAS Submit Executor",
5
5
  "description": "Submit app binary to App Store and/or Play Store.",
@@ -3,7 +3,7 @@
3
3
  "outputCapture": "direct-nodejs",
4
4
  "cli": "nx",
5
5
  "$id": "NxExpoSyncDeps",
6
- "$schema": "http://json-schema.org/schema",
6
+ "$schema": "https://json-schema.org/schema",
7
7
  "title": "Sync Deps for Expo",
8
8
  "description": "Updates package.json with project dependencies.",
9
9
  "type": "object",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 2,
3
3
  "outputCapture": "direct-nodejs",
4
- "$schema": "http://json-schema.org/schema",
4
+ "$schema": "https://json-schema.org/schema",
5
5
  "$id": "NxExpoEasUpdate",
6
6
  "cli": "nx",
7
7
  "title": "Expo EAS Update executor",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "cli": "nx",
3
3
  "$id": "NxExpoApplication",
4
- "$schema": "http://json-schema.org/schema",
4
+ "$schema": "https://json-schema.org/schema",
5
5
  "description": "Create an Expo Application for Nx.",
6
6
  "examples": [
7
7
  {
@@ -4,21 +4,21 @@
4
4
  export interface Schema {
5
5
  name: string;
6
6
  /**
7
- * @deprecated Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v18.
7
+ * @deprecated Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v19.
8
8
  */
9
9
  project: string;
10
10
  directory?: string;
11
11
  skipFormat: boolean; // default is false
12
12
  skipTests: boolean; // default is false
13
13
  /**
14
- * @deprecated Provide the name in pascal-case and use the `as-provided` format. This option will be removed in Nx v18.
14
+ * @deprecated Provide the name in pascal-case and use the `as-provided` format. This option will be removed in Nx v19.
15
15
  */
16
16
  export: boolean; // default is false
17
17
  pascalCaseFiles: boolean; // default is false
18
18
  classComponent: boolean; // default is false
19
19
  js: boolean; // default is false
20
20
  /**
21
- * @deprecated Provide the `directory` option instead and use the `as-provided` format. This option will be removed in Nx v18.
21
+ * @deprecated Provide the `directory` option instead and use the `as-provided` format. This option will be removed in Nx v19.
22
22
  */
23
23
  flat: boolean; // default is false
24
24
  nameAndDirectoryFormat?: 'as-provided' | 'derived';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "cli": "nx",
3
3
  "$id": "NxExpoComponent",
4
- "$schema": "http://json-schema.org/schema",
4
+ "$schema": "https://json-schema.org/schema",
5
5
  "description": "Create a Expo Component for Nx.",
6
6
  "type": "object",
7
7
  "examples": [
@@ -22,7 +22,7 @@
22
22
  "$default": {
23
23
  "$source": "projectName"
24
24
  },
25
- "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v18."
25
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v19."
26
26
  },
27
27
  "name": {
28
28
  "type": "string",
@@ -63,7 +63,7 @@
63
63
  "type": "boolean",
64
64
  "description": "Create component at the source root rather than its own directory.",
65
65
  "default": false,
66
- "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. This option will be removed in Nx v18."
66
+ "x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. This option will be removed in Nx v19."
67
67
  },
68
68
  "export": {
69
69
  "type": "boolean",
@@ -77,7 +77,7 @@
77
77
  "description": "Use pascal case component file name (e.g. App.tsx).",
78
78
  "alias": "P",
79
79
  "default": false,
80
- "x-deprecated": "Provide the `name` in pascal-case and use the `as-provided` format. This option will be removed in Nx v18."
80
+ "x-deprecated": "Provide the `name` in pascal-case and use the `as-provided` format. This option will be removed in Nx v19."
81
81
  },
82
82
  "classComponent": {
83
83
  "type": "boolean",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "cli": "nx",
3
3
  "$id": "NxExpoInit",
4
- "$schema": "http://json-schema.org/schema",
4
+ "$schema": "https://json-schema.org/schema",
5
5
  "description": "Add Nx Expo Schematics.",
6
6
  "type": "object",
7
7
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "cli": "nx",
3
3
  "$id": "NxExpoLibrary",
4
- "$schema": "http://json-schema.org/schema",
4
+ "$schema": "https://json-schema.org/schema",
5
5
  "description": "Create a Expo Library for Nx.",
6
6
  "type": "object",
7
7
  "examples": [