pabal-web-mcp 0.1.3 → 0.1.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.
package/dist/index.d.ts CHANGED
@@ -595,11 +595,11 @@ declare function saveAsoToAsoDir(slug: string, asoData: AsoData, options?: {
595
595
  */
596
596
  declare function getAsoDataDir(): string;
597
597
  /**
598
- * Get the pullData directory path
598
+ * Get the pullData directory path (dataDir/.aso/pullData)
599
599
  */
600
600
  declare function getPullDataDir(): string;
601
601
  /**
602
- * Get the pushData directory path
602
+ * Get the pushData directory path (dataDir/.aso/pushData)
603
603
  */
604
604
  declare function getPushDataDir(): string;
605
605
  /**
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  unifiedToBothPlatforms,
34
34
  unifiedToGooglePlay,
35
35
  unifiedToGooglePlayBatch
36
- } from "./chunk-WNIH5KWA.js";
36
+ } from "./chunk-ZDL4PKBE.js";
37
37
  export {
38
38
  APP_STORE_TO_UNIFIED,
39
39
  DEFAULT_LOCALE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pabal-web-mcp",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "MCP server for ASO data management with shared types and utilities",
6
6
  "author": "skyu",