@savvly/mcp-server 1.0.38 → 1.0.39
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/cli.bundled.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.bundled.js
CHANGED
|
@@ -21624,7 +21624,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21624
21624
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21625
21625
|
|
|
21626
21626
|
// ../../src/mcp/version.ts
|
|
21627
|
-
var SERVER_VERSION = "1.0.
|
|
21627
|
+
var SERVER_VERSION = "1.0.39";
|
|
21628
21628
|
|
|
21629
21629
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21630
21630
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|
package/dist/cli.js
CHANGED
|
@@ -21624,7 +21624,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21624
21624
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21625
21625
|
|
|
21626
21626
|
// ../../src/mcp/version.ts
|
|
21627
|
-
var SERVER_VERSION = "1.0.
|
|
21627
|
+
var SERVER_VERSION = "1.0.39";
|
|
21628
21628
|
|
|
21629
21629
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21630
21630
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|