pabal-web-mcp 0.1.1 → 0.1.3

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
@@ -603,11 +603,11 @@ declare function getPullDataDir(): string;
603
603
  */
604
604
  declare function getPushDataDir(): string;
605
605
  /**
606
- * Get the public directory path (always relative to process.cwd())
606
+ * Get the public directory path (dataDir/public)
607
607
  */
608
608
  declare function getPublicDir(): string;
609
609
  /**
610
- * Get the products directory path (public/products)
610
+ * Get the products directory path (dataDir/public/products)
611
611
  */
612
612
  declare function getProductsDir(): string;
613
613
 
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  unifiedToBothPlatforms,
34
34
  unifiedToGooglePlay,
35
35
  unifiedToGooglePlayBatch
36
- } from "./chunk-MWXNTV3M.js";
36
+ } from "./chunk-WNIH5KWA.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.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "MCP server for ASO data management with shared types and utilities",
6
6
  "author": "skyu",