@daemux/store-automator 0.10.51 → 0.10.52

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.
@@ -5,14 +5,14 @@
5
5
  },
6
6
  "metadata": {
7
7
  "description": "App Store & Google Play automation for Flutter apps",
8
- "version": "0.10.51"
8
+ "version": "0.10.52"
9
9
  },
10
10
  "plugins": [
11
11
  {
12
12
  "name": "store-automator",
13
13
  "source": "./plugins/store-automator",
14
14
  "description": "3 agents for app store publishing: reviewer, meta-creator, media-designer",
15
- "version": "0.10.51",
15
+ "version": "0.10.52",
16
16
  "keywords": [
17
17
  "flutter",
18
18
  "app-store",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daemux/store-automator",
3
- "version": "0.10.51",
3
+ "version": "0.10.52",
4
4
  "description": "Full App Store & Google Play automation for Flutter apps with Claude Code agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "store-automator",
3
- "version": "0.10.51",
3
+ "version": "0.10.52",
4
4
  "description": "App Store & Google Play automation agents for Flutter app publishing",
5
5
  "author": {
6
6
  "name": "Daemux"
@@ -44,6 +44,9 @@ jobs:
44
44
  - name: Install Fastlane
45
45
  run: scripts/ci/common/install-fastlane.sh ios
46
46
 
47
+ - name: Install Python dependencies
48
+ run: pip3 install --break-system-packages requests PyJWT
49
+
47
50
  - name: Upload Metadata & Screenshots
48
51
  id: upload-metadata
49
52
  run: scripts/ci/ios/upload-metadata.sh