@corva/create-app 0.42.0-2 → 0.42.0-3
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/README.md +1 -1
- package/common/python/requirements.txt +1 -1
- package/lib/constants/cli.js +2 -1
- package/lib/flows/lib/manifest.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Options:
|
|
|
53
53
|
--description [string] Enter description (default: "This is the description of my app. You can do great things with it!")
|
|
54
54
|
--developerIdentifier [string] Enter the Developer Identifier (default: "oandgc")
|
|
55
55
|
--developerName [string] Enter the Developer Name (default: "O&G Company")
|
|
56
|
-
--runtime [string] Choose runtime (choices: "ui", "nodejs16.x", "python3.8")
|
|
56
|
+
--runtime [string] Choose runtime (choices: "ui", "nodejs16.x", "python3.8", "python3.9")
|
|
57
57
|
--schedulerType [number] Choose the scheduler type (choices: "1", "2", "4", default: 1)
|
|
58
58
|
--segments [string] Choose segments (choices: "drilling", "completion")
|
|
59
59
|
--summary [string] Enter summary (default: "More information about this app goes here")
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
corva-sdk==1.
|
|
1
|
+
corva-sdk==1.7.0
|
|
2
2
|
pytest==7.1.1
|
package/lib/constants/cli.js
CHANGED