aso-cli 0.3.0 → 0.4.0

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": "aso-cli",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Local App Store Optimization CLI",
5
5
  "main": "cli/dist/cli.js",
6
6
  "bin": {
@@ -25,6 +25,7 @@
25
25
  "nuke": "rm -rf node_modules cli/dist package-lock.json",
26
26
  "start": "node cli/dist/cli.js",
27
27
  "start:dev": "NODE_ENV=development node cli/dist/cli.js",
28
+ "difficulty:lab": "node scripts/difficulty-lab.js",
28
29
  "mcp": "node cli/dist/mcp.js",
29
30
  "mcp:test": "npx @modelcontextprotocol/inspector node cli/dist/mcp.js",
30
31
  "test": "jest --config jest.config.js",