vydanne 0.8.0 → 0.8.1

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.
Files changed (2) hide show
  1. package/bin/vydanne.mjs +4 -0
  2. package/package.json +1 -1
package/bin/vydanne.mjs CHANGED
@@ -128,6 +128,10 @@ usage: vydanne <command> [--apply] [--config vydanne.config.mjs]
128
128
  skipped); every skip is reported again at the end, so green still means green.
129
129
  Ends at a green preflight — Add to Review + Submit stay yours, in the web UI.
130
130
  ✎ fill metadata + screenshots + previews (native; iOS & macOS separate)
131
+ ✎ appinfo App Store category + the content-rights answer — the two app-level facts that
132
+ block Add for Review and belong to no single release. 'categories' takes Apple's
133
+ ids (GAMES, GAMES_PUZZLE — not display names); 'contentRights: false' for an app
134
+ showing no third-party content. Set once; re-running is a no-op.
131
135
  ✎ age-rating set the age rating (AppInfo declaration)
132
136
  ✎ review-contact App Review contact from the gitignored files
133
137
  ✎ accessibility Accessibility Nutrition Labels (draft; VYDANNE_A11Y_PUBLISH=1 to publish once live)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vydanne",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "App Store Connect + Google Play submission prep — the companion to zdymak (media). Native Node (no fastlane/Ruby/Python): localized listings, screenshot/preview/icon upload, ratings, review contact, accessibility & privacy labels, IAP, export docs, build upload to TestFlight / a Play closed track, a diff of local-vs-store, and a preflight verifier that encodes the store gotchas. Never submits for review. iOS/macOS via the ASC REST API; Android via the Play Developer Edits API (--store google).",
5
5
  "keywords": [
6
6
  "app-store-connect",