storeconfig 0.0.9 → 0.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storeconfig",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "CLI tool for App Store Connect synchronization",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
@@ -23,11 +23,13 @@
23
23
  "fetch:all": "node dist/cli.js fetch",
24
24
  "apply": "node dist/cli.js apply",
25
25
  "plan": "node dist/cli.js plan",
26
+ "apple": "node dist/cli.js apple",
26
27
  "validate": "node dist/cli.js validate-format",
27
28
  "set-price": "node dist/cli.js set-price",
28
29
  "compare-price": "node dist/cli.js compare-price",
29
30
  "example": "node dist/cli.js example",
30
- "update-readme": "node scripts/generate-readme-example.js"
31
+ "update-readme": "node scripts/generate-readme-example.js",
32
+ "upload-sourcemap": "../node_modules/.bin/bugsnag-cli upload js --api-key=9214ba2acdaeee4012c236461232c4f3 --bundle dist/cli.js --source-map dist/cli.js.map --bundle-url \"https://unpkg.com/storeconfig@latest/dist/cli.js\""
31
33
  },
32
34
  "keywords": [
33
35
  "cli",
@@ -72,6 +74,7 @@
72
74
  "zod-validation-error": "^4.0.2"
73
75
  },
74
76
  "devDependencies": {
77
+ "@bugsnag/cli": "^3.4.1",
75
78
  "@types/inquirer": "^9.0.9",
76
79
  "@types/jest": "^30.0.0",
77
80
  "@types/node": "^24.0.10",