pabal-web-mcp 0.1.4 → 0.1.6

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
@@ -585,9 +585,7 @@ declare function saveAsoToConfig(slug: string, config: ProductConfig): void;
585
585
  /**
586
586
  * ASO 데이터를 지정한 ASO 디렉토리에 저장합니다
587
587
  */
588
- declare function saveAsoToAsoDir(slug: string, asoData: AsoData, options?: {
589
- rootDir?: string;
590
- }): void;
588
+ declare function saveAsoToAsoDir(slug: string, asoData: AsoData): void;
591
589
 
592
590
  /**
593
591
  * Get the data directory from ~/.config/pabal-mcp/config.json
@@ -595,11 +593,11 @@ declare function saveAsoToAsoDir(slug: string, asoData: AsoData, options?: {
595
593
  */
596
594
  declare function getAsoDataDir(): string;
597
595
  /**
598
- * Get the pullData directory path
596
+ * Get the pullData directory path (dataDir/.aso/pullData)
599
597
  */
600
598
  declare function getPullDataDir(): string;
601
599
  /**
602
- * Get the pushData directory path
600
+ * Get the pushData directory path (dataDir/.aso/pushData)
603
601
  */
604
602
  declare function getPushDataDir(): string;
605
603
  /**
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  unifiedToBothPlatforms,
34
34
  unifiedToGooglePlay,
35
35
  unifiedToGooglePlayBatch
36
- } from "./chunk-A7KGUQPB.js";
36
+ } from "./chunk-YPDLNPLX.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.4",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "MCP server for ASO data management with shared types and utilities",
6
6
  "author": "skyu",