@daemux/store-automator 0.10.3 → 0.10.5

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,15 +5,20 @@
5
5
  },
6
6
  "metadata": {
7
7
  "description": "App Store & Google Play automation for Flutter apps",
8
- "version": "0.10.2"
8
+ "version": "0.10.5"
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.2",
16
- "keywords": ["flutter", "app-store", "google-play", "fastlane"]
15
+ "version": "0.10.5",
16
+ "keywords": [
17
+ "flutter",
18
+ "app-store",
19
+ "google-play",
20
+ "fastlane"
21
+ ]
17
22
  }
18
23
  ]
19
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daemux/store-automator",
3
- "version": "0.10.3",
3
+ "version": "0.10.5",
4
4
  "description": "Full App Store & Google Play automation for Flutter apps with Claude Code agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,15 +28,21 @@
28
28
  "ci-cd",
29
29
  "daemux"
30
30
  ],
31
- "author": { "name": "Daemux" },
31
+ "author": {
32
+ "name": "Daemux"
33
+ },
32
34
  "license": "MIT",
33
35
  "repository": {
34
36
  "type": "git",
35
37
  "url": "https://github.com/daemux/daemux-plugins.git",
36
38
  "directory": "claude-plugins/store-automator"
37
39
  },
38
- "publishConfig": { "access": "public" },
39
- "engines": { "node": ">=18" },
40
+ "publishConfig": {
41
+ "access": "public"
42
+ },
43
+ "engines": {
44
+ "node": ">=18"
45
+ },
40
46
  "dependencies": {
41
47
  "update-notifier": "^7.3.1"
42
48
  }
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "store-automator",
3
- "version": "0.10.3",
3
+ "version": "0.10.5",
4
4
  "description": "App Store & Google Play automation agents for Flutter app publishing",
5
5
  "author": {
6
6
  "name": "Daemux"
7
7
  },
8
- "keywords": ["flutter", "app-store", "google-play", "fastlane", "screenshots", "metadata"]
8
+ "keywords": [
9
+ "flutter",
10
+ "app-store",
11
+ "google-play",
12
+ "fastlane",
13
+ "screenshots",
14
+ "metadata"
15
+ ]
9
16
  }
@@ -80,8 +80,7 @@ platform :ios do
80
80
  skip_metadata: !metadata_changed?("fastlane/metadata/ios/"),
81
81
  skip_screenshots: !metadata_changed?("fastlane/screenshots/ios/"),
82
82
  run_precheck_before_submit: true,
83
- precheck_include_in_app_purchases: false,
84
- wait_processing_timeout_duration: 1800
83
+ precheck_include_in_app_purchases: false
85
84
  )
86
85
  )
87
86
  end
@@ -105,8 +104,7 @@ platform :ios do
105
104
  skip_metadata: true,
106
105
  skip_screenshots: true,
107
106
  run_precheck_before_submit: false,
108
- submit_for_review: false,
109
- wait_processing_timeout_duration: 1800
107
+ submit_for_review: false
110
108
  )
111
109
  )
112
110
  end