@savvly/mcp-server 1.0.40 → 1.0.41
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 +6 -2
- package/dist/cli.js +6 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.bundled.js
CHANGED
|
@@ -6,7 +6,11 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
8
|
var __commonJS = (cb, mod) => function __require() {
|
|
9
|
-
|
|
9
|
+
try {
|
|
10
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
11
|
+
} catch (e) {
|
|
12
|
+
throw mod = 0, e;
|
|
13
|
+
}
|
|
10
14
|
};
|
|
11
15
|
var __export = (target, all) => {
|
|
12
16
|
for (var name in all)
|
|
@@ -21624,7 +21628,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21624
21628
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21625
21629
|
|
|
21626
21630
|
// ../../src/mcp/version.ts
|
|
21627
|
-
var SERVER_VERSION = "1.0.
|
|
21631
|
+
var SERVER_VERSION = "1.0.41";
|
|
21628
21632
|
|
|
21629
21633
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21630
21634
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|
package/dist/cli.js
CHANGED
|
@@ -6,7 +6,11 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
8
|
var __commonJS = (cb, mod) => function __require() {
|
|
9
|
-
|
|
9
|
+
try {
|
|
10
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
11
|
+
} catch (e) {
|
|
12
|
+
throw mod = 0, e;
|
|
13
|
+
}
|
|
10
14
|
};
|
|
11
15
|
var __export = (target, all) => {
|
|
12
16
|
for (var name in all)
|
|
@@ -21624,7 +21628,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21624
21628
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21625
21629
|
|
|
21626
21630
|
// ../../src/mcp/version.ts
|
|
21627
|
-
var SERVER_VERSION = "1.0.
|
|
21631
|
+
var SERVER_VERSION = "1.0.41";
|
|
21628
21632
|
|
|
21629
21633
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21630
21634
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|