@nrwl/expo 15.2.3 → 15.2.4
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/CHANGELOG.md +1 -1
- package/executors.json +2 -2
- package/package.json +9 -9
- package/src/executors/build/schema.json +1 -1
- package/src/executors/build-android/schema.json +1 -1
- package/src/executors/build-ios/schema.json +1 -1
- package/src/executors/build-list/schema.json +1 -1
- package/src/executors/build-status/schema.json +1 -1
- package/src/executors/build-web/schema.json +1 -1
- package/src/executors/download/schema.json +1 -1
- package/src/executors/export/schema.json +1 -1
- package/src/executors/install/schema.json +1 -1
- package/src/executors/prebuild/schema.json +1 -1
- package/src/executors/publish/schema.json +1 -1
- package/src/executors/publish-set/schema.json +1 -1
- package/src/executors/rollback/schema.json +1 -1
- package/src/executors/run/schema.json +1 -1
- package/src/executors/start/schema.json +1 -1
- package/src/executors/sync-deps/schema.json +1 -1
- package/src/executors/update/schema.json +1 -1
- package/src/generators/application/schema.json +1 -1
- package/src/generators/component/schema.json +1 -1
- package/src/generators/init/init.d.ts +1 -1
- package/src/generators/init/init.js +2 -2
- package/src/generators/init/init.js.map +1 -1
- package/src/generators/init/schema.json +1 -1
- package/src/generators/library/schema.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [15.2.
|
|
6
|
+
## [15.2.4](https://github.com/nrwl/nx/compare/15.2.3...15.2.4) (2022-11-30)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/expo
|
package/executors.json
CHANGED
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"description": "Deploy a project to Expo hosting"
|
|
139
139
|
},
|
|
140
140
|
"publish-set": {
|
|
141
|
-
"implementation": "./src/executors/publish-set/
|
|
141
|
+
"implementation": "./src/executors/publish-set/compat",
|
|
142
142
|
"schema": "./src/executors/publish-set/schema.json",
|
|
143
143
|
"description": "Specify the channel to serve a published release"
|
|
144
144
|
},
|
|
145
145
|
"rollback": {
|
|
146
|
-
"implementation": "./src/executors/rollback/
|
|
146
|
+
"implementation": "./src/executors/rollback/compat",
|
|
147
147
|
"schema": "./src/executors/rollback/schema.json",
|
|
148
148
|
"description": "Undo an update to a channel"
|
|
149
149
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/expo",
|
|
3
|
-
"version": "15.2.
|
|
3
|
+
"version": "15.2.4",
|
|
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": [
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"main": "index.js",
|
|
27
27
|
"types": "index.d.ts",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nrwl/detox": "15.2.
|
|
30
|
-
"@nrwl/devkit": "15.2.
|
|
31
|
-
"@nrwl/jest": "15.2.
|
|
32
|
-
"@nrwl/linter": "15.2.
|
|
33
|
-
"@nrwl/react": "15.2.
|
|
34
|
-
"@nrwl/webpack": "15.2.
|
|
35
|
-
"@nrwl/workspace": "15.2.
|
|
29
|
+
"@nrwl/detox": "15.2.4",
|
|
30
|
+
"@nrwl/devkit": "15.2.4",
|
|
31
|
+
"@nrwl/jest": "15.2.4",
|
|
32
|
+
"@nrwl/linter": "15.2.4",
|
|
33
|
+
"@nrwl/react": "15.2.4",
|
|
34
|
+
"@nrwl/webpack": "15.2.4",
|
|
35
|
+
"@nrwl/workspace": "15.2.4",
|
|
36
36
|
"@svgr/webpack": "^6.1.2",
|
|
37
37
|
"chalk": "^4.1.0",
|
|
38
38
|
"enhanced-resolve": "^5.8.3",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "2aa5c02dd306da1124ae79d221640b12d53708eb"
|
|
59
59
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoBuildAndroid",
|
|
6
6
|
"cli": "nx",
|
|
7
7
|
"title": "Expo Android Build executor",
|
|
8
|
-
"description": "Build and sign a standalone APK or App Bundle for the Google Play Store",
|
|
8
|
+
"description": "Build and sign a standalone APK or App Bundle for the Google Play Store.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"clearCredentials": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoBuildIOS",
|
|
6
6
|
"cli": "nx",
|
|
7
7
|
"title": "Expo iOS Build executor",
|
|
8
|
-
"description": "Build and sign a standalone IPA for the Apple App Store",
|
|
8
|
+
"description": "Build and sign a standalone IPA for the Apple App Store.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"clearCredentials": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoEasBuildList",
|
|
6
6
|
"cli": "nx",
|
|
7
7
|
"title": "Expo EAS Build List executor",
|
|
8
|
-
"description": "List all EAS builds for your Expo project",
|
|
8
|
+
"description": "List all EAS builds for your Expo project.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"platform": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoBuildStatus",
|
|
6
6
|
"cli": "nx",
|
|
7
7
|
"title": "Expo web Build executor",
|
|
8
|
-
"description": "Get the status of the latest build for the project",
|
|
8
|
+
"description": "Get the status of the latest build for the project.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"publicUrl": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoExport",
|
|
6
6
|
"$schema": "http://json-schema.org/schema",
|
|
7
7
|
"title": "Expo Export",
|
|
8
|
-
"description": "Export the JavaScript and assets for your app using Metro/webpack bundler",
|
|
8
|
+
"description": "Export the JavaScript and assets for your app using Metro/webpack bundler.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"platform": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoInstall",
|
|
6
6
|
"$schema": "http://json-schema.org/schema",
|
|
7
7
|
"title": "Expo Install",
|
|
8
|
-
"description": "Install a module or other package to a project",
|
|
8
|
+
"description": "Install a module or other package to a project.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"packages": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoPrebuild",
|
|
6
6
|
"$schema": "http://json-schema.org/schema",
|
|
7
7
|
"title": "Expo Prebuild",
|
|
8
|
-
"description": "Create native iOS and Android project files for building natively",
|
|
8
|
+
"description": "Create native iOS and Android project files for building natively.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"install": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoPublishSet",
|
|
6
6
|
"$schema": "http://json-schema.org/schema",
|
|
7
7
|
"title": "Set Publish Channel for Expo",
|
|
8
|
-
"description": "Specify the channel to serve a published release",
|
|
8
|
+
"description": "Specify the channel to serve a published release.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"releaseChannel": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoRollback",
|
|
6
6
|
"$schema": "http://json-schema.org/schema",
|
|
7
7
|
"title": "Rollback Publish Command for Expo",
|
|
8
|
-
"description": "Undo an update to a channel",
|
|
8
|
+
"description": "Undo an update to a channel.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"releaseChannel": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoStart",
|
|
6
6
|
"$schema": "http://json-schema.org/schema",
|
|
7
7
|
"title": "Packager Server for Expo",
|
|
8
|
-
"description": "Packager Server target options",
|
|
8
|
+
"description": "Packager Server target options.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"forceManifestType": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"$id": "NxExpoSyncDeps",
|
|
6
6
|
"$schema": "http://json-schema.org/schema",
|
|
7
7
|
"title": "Sync Deps for Expo",
|
|
8
|
-
"description": "Updates package.json with project dependencies",
|
|
8
|
+
"description": "Updates package.json with project dependencies.",
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
11
11
|
"include": {
|
|
@@ -3,4 +3,4 @@ import { Schema } from './schema';
|
|
|
3
3
|
export declare function expoInitGenerator(host: Tree, schema: Schema): Promise<import("@nrwl/devkit").GeneratorCallback>;
|
|
4
4
|
export declare function updateDependencies(host: Tree): import("@nrwl/devkit").GeneratorCallback;
|
|
5
5
|
export default expoInitGenerator;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const expoInitSchematic: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.expoInitSchematic = exports.updateDependencies = exports.expoInitGenerator = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const devkit_1 = require("@nrwl/devkit");
|
|
6
6
|
const versions_1 = require("../../utils/versions");
|
|
@@ -62,5 +62,5 @@ function moveDependency(host) {
|
|
|
62
62
|
return (0, devkit_1.removeDependenciesFromPackageJson)(host, ['@nrwl/react-native'], []);
|
|
63
63
|
}
|
|
64
64
|
exports.default = expoInitGenerator;
|
|
65
|
-
exports.
|
|
65
|
+
exports.expoInitSchematic = (0, devkit_1.convertNxGenerator)(expoInitGenerator);
|
|
66
66
|
//# sourceMappingURL=init.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.js","sourceRoot":"","sources":["../../../../../../packages/expo/src/generators/init/init.ts"],"names":[],"mappings":";;;;AAAA,yCAMsB;AAEtB,mDAmB8B;AAE9B,6DAKwC;AACxC,2FAAqF;AACrF,qCAA+C;AAC/C,uCAAiD;AAEjD,qEAA+D;AAC/D,yEAAmE;AAEnE,SAAsB,iBAAiB,CAAC,IAAU,EAAE,MAAc;;QAChE,IAAA,wCAAiB,EAAC,IAAI,CAAC,CAAC;QACxB,IAAA,4CAAmB,EAAC,IAAI,CAAC,CAAC;QAE1B,MAAM,KAAK,GAAG,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAC;QAE/D,IAAI,CAAC,MAAM,CAAC,cAAc,IAAI,MAAM,CAAC,cAAc,KAAK,MAAM,EAAE;YAC9D,MAAM,QAAQ,GAAG,IAAA,wBAAiB,EAAC,IAAI,EAAE,EAAE,CAAC,CAAC;YAC7C,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACtB;QAED,IAAI,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,aAAa,KAAK,OAAO,EAAE;YAC7D,MAAM,SAAS,GAAG,MAAM,IAAA,0BAAkB,EAAC,IAAI,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;YACvE,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;SACvB;QAED,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE;YACtB,MAAM,IAAA,oBAAW,EAAC,IAAI,CAAC,CAAC;SACzB;QAED,OAAO,IAAA,sCAAgB,EAAC,GAAG,KAAK,CAAC,CAAC;IACpC,CAAC;CAAA;AArBD,8CAqBC;AAED,SAAgB,kBAAkB,CAAC,IAAU;IAC3C,OAAO,IAAA,qCAA4B,EACjC,IAAI,EACJ;QACE,KAAK,EAAE,uBAAY;QACnB,WAAW,EAAE,0BAAe;QAC5B,cAAc,EAAE,6BAAkB;QAClC,IAAI,EAAE,sBAAW;QACjB,oBAAoB,EAAE,kCAAuB;QAC7C,iBAAiB,EAAE,+BAAoB;QACvC,kBAAkB,EAAE,gCAAqB;QACzC,oBAAoB,EAAE,iCAAsB;QAC5C,8BAA8B,EAAE,2CAAgC;QAChE,kBAAkB,EAAE,gCAAqB;KAC1C,EACD;QACE,YAAY,EAAE,oBAAS;QACvB,cAAc,EAAE,4BAAiB;QACjC,qBAAqB,EAAE,kCAAuB;QAC9C,gBAAgB,EAAE,uBAAY;QAC9B,qBAAqB,EAAE,mCAAwB;QAC/C,+BAA+B,EAAE,2CAAgC;QACjE,8BAA8B,EAAE,0CAA+B;QAC/D,UAAU,EAAE,mCAAwB;QACpC,WAAW,EAAE,yBAAc;QAC3B,SAAS,EAAE,wBAAa;QACxB,eAAe,EAAE,6BAAkB;QACnC,mBAAmB,EAAE,iCAAsB;KAC5C,CACF,CAAC;AACJ,CAAC;AA9BD,gDA8BC;AAED,SAAS,cAAc,CAAC,IAAU;IAChC,OAAO,IAAA,0CAAiC,EAAC,IAAI,EAAE,CAAC,oBAAoB,CAAC,EAAE,EAAE,CAAC,CAAC;AAC7E,CAAC;AAED,kBAAe,iBAAiB,CAAC;AACpB,QAAA,
|
|
1
|
+
{"version":3,"file":"init.js","sourceRoot":"","sources":["../../../../../../packages/expo/src/generators/init/init.ts"],"names":[],"mappings":";;;;AAAA,yCAMsB;AAEtB,mDAmB8B;AAE9B,6DAKwC;AACxC,2FAAqF;AACrF,qCAA+C;AAC/C,uCAAiD;AAEjD,qEAA+D;AAC/D,yEAAmE;AAEnE,SAAsB,iBAAiB,CAAC,IAAU,EAAE,MAAc;;QAChE,IAAA,wCAAiB,EAAC,IAAI,CAAC,CAAC;QACxB,IAAA,4CAAmB,EAAC,IAAI,CAAC,CAAC;QAE1B,MAAM,KAAK,GAAG,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAC;QAE/D,IAAI,CAAC,MAAM,CAAC,cAAc,IAAI,MAAM,CAAC,cAAc,KAAK,MAAM,EAAE;YAC9D,MAAM,QAAQ,GAAG,IAAA,wBAAiB,EAAC,IAAI,EAAE,EAAE,CAAC,CAAC;YAC7C,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACtB;QAED,IAAI,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,aAAa,KAAK,OAAO,EAAE;YAC7D,MAAM,SAAS,GAAG,MAAM,IAAA,0BAAkB,EAAC,IAAI,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;YACvE,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;SACvB;QAED,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE;YACtB,MAAM,IAAA,oBAAW,EAAC,IAAI,CAAC,CAAC;SACzB;QAED,OAAO,IAAA,sCAAgB,EAAC,GAAG,KAAK,CAAC,CAAC;IACpC,CAAC;CAAA;AArBD,8CAqBC;AAED,SAAgB,kBAAkB,CAAC,IAAU;IAC3C,OAAO,IAAA,qCAA4B,EACjC,IAAI,EACJ;QACE,KAAK,EAAE,uBAAY;QACnB,WAAW,EAAE,0BAAe;QAC5B,cAAc,EAAE,6BAAkB;QAClC,IAAI,EAAE,sBAAW;QACjB,oBAAoB,EAAE,kCAAuB;QAC7C,iBAAiB,EAAE,+BAAoB;QACvC,kBAAkB,EAAE,gCAAqB;QACzC,oBAAoB,EAAE,iCAAsB;QAC5C,8BAA8B,EAAE,2CAAgC;QAChE,kBAAkB,EAAE,gCAAqB;KAC1C,EACD;QACE,YAAY,EAAE,oBAAS;QACvB,cAAc,EAAE,4BAAiB;QACjC,qBAAqB,EAAE,kCAAuB;QAC9C,gBAAgB,EAAE,uBAAY;QAC9B,qBAAqB,EAAE,mCAAwB;QAC/C,+BAA+B,EAAE,2CAAgC;QACjE,8BAA8B,EAAE,0CAA+B;QAC/D,UAAU,EAAE,mCAAwB;QACpC,WAAW,EAAE,yBAAc;QAC3B,SAAS,EAAE,wBAAa;QACxB,eAAe,EAAE,6BAAkB;QACnC,mBAAmB,EAAE,iCAAsB;KAC5C,CACF,CAAC;AACJ,CAAC;AA9BD,gDA8BC;AAED,SAAS,cAAc,CAAC,IAAU;IAChC,OAAO,IAAA,0CAAiC,EAAC,IAAI,EAAE,CAAC,oBAAoB,CAAC,EAAE,EAAE,CAAC,CAAC;AAC7E,CAAC;AAED,kBAAe,iBAAiB,CAAC;AACpB,QAAA,iBAAiB,GAAG,IAAA,2BAAkB,EAAC,iBAAiB,CAAC,CAAC"}
|