@savvly/mcp-server 1.0.43 → 1.0.44
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 +2 -2
package/dist/cli.bundled.js
CHANGED
|
@@ -21628,7 +21628,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21628
21628
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21629
21629
|
|
|
21630
21630
|
// ../../src/mcp/version.ts
|
|
21631
|
-
var SERVER_VERSION = "1.0.
|
|
21631
|
+
var SERVER_VERSION = "1.0.44";
|
|
21632
21632
|
|
|
21633
21633
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21634
21634
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|
package/dist/cli.js
CHANGED
|
@@ -21628,7 +21628,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21628
21628
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21629
21629
|
|
|
21630
21630
|
// ../../src/mcp/version.ts
|
|
21631
|
-
var SERVER_VERSION = "1.0.
|
|
21631
|
+
var SERVER_VERSION = "1.0.44";
|
|
21632
21632
|
|
|
21633
21633
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21634
21634
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|