shipthis 0.1.46 → 0.1.47
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/npm-shrinkwrap.json +778 -707
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
3
|
"description": "Build and publish Godot games to the App Store and Google Play. Cloud builds for APK, AAB, and IPA - no Mac or Android Studio required.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.47",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
7
|
"shipthis": "./bin/run.js"
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"@expo/apple-utils": "^2.1.12",
|
|
12
12
|
"@expo/json-file": "^8.3.3",
|
|
13
13
|
"@inkjs/ui": "^2.0.0",
|
|
14
|
-
"@oclif/core": "^4.
|
|
15
|
-
"@oclif/plugin-autocomplete": "^3.2.
|
|
16
|
-
"@oclif/plugin-help": "^6.2.
|
|
17
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
18
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
14
|
+
"@oclif/core": "^4.10.2",
|
|
15
|
+
"@oclif/plugin-autocomplete": "^3.2.42",
|
|
16
|
+
"@oclif/plugin-help": "^6.2.40",
|
|
17
|
+
"@oclif/plugin-not-found": "^3.2.77",
|
|
18
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.57",
|
|
19
19
|
"@tanstack/react-query": "^5.56.2",
|
|
20
20
|
"@types/marked-terminal": "^6.1.1",
|
|
21
21
|
"@types/uuid": "^10.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@oclif/prettier-config": "^0.2.1",
|
|
52
|
-
"@oclif/test": "^4",
|
|
52
|
+
"@oclif/test": "^4.1.17",
|
|
53
53
|
"@types/chai": "^5",
|
|
54
54
|
"@types/ejs": "^3.1.5",
|
|
55
55
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
"@types/readline-sync": "^1.4.8",
|
|
65
65
|
"@types/tough-cookie": "^4.0.5",
|
|
66
66
|
"@types/yazl": "^2.4.5",
|
|
67
|
-
"chai": "^5",
|
|
68
|
-
"ejs": "^3.1.10",
|
|
69
67
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
70
68
|
"@typescript-eslint/parser": "^8",
|
|
69
|
+
"chai": "^5",
|
|
70
|
+
"ejs": "^3.1.10",
|
|
71
71
|
"eslint": "^8",
|
|
72
72
|
"eslint-config-prettier": "^9",
|
|
73
73
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
74
74
|
"eslint-plugin-import": "^2.32.0",
|
|
75
75
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
76
76
|
"mocha": "^11",
|
|
77
|
-
"oclif": "^4.22.
|
|
77
|
+
"oclif": "^4.22.96",
|
|
78
78
|
"pkgroll": "^2.4.2",
|
|
79
79
|
"shx": "^0.3.3",
|
|
80
80
|
"ts-node": "^10",
|