@mcpc-tech/unplugin-dev-inspector-mcp 0.0.27-beta.1 → 0.0.27
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/chunk.cjs +7 -0
- package/dist/config-updater.cjs +87763 -324
- package/dist/config-updater.js +87560 -82
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +4 -4
- package/dist/index.js +3 -39
- package/package.json +1 -1
package/dist/chunk.cjs
CHANGED
|
@@ -6,6 +6,7 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
8
|
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
9
|
+
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
9
10
|
var __export = (all, symbols) => {
|
|
10
11
|
let target = {};
|
|
11
12
|
for (var name in all) {
|
|
@@ -41,6 +42,12 @@ var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["modu
|
|
|
41
42
|
|
|
42
43
|
//#endregion
|
|
43
44
|
|
|
45
|
+
Object.defineProperty(exports, '__commonJSMin', {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function () {
|
|
48
|
+
return __commonJSMin;
|
|
49
|
+
}
|
|
50
|
+
});
|
|
44
51
|
Object.defineProperty(exports, '__esmMin', {
|
|
45
52
|
enumerable: true,
|
|
46
53
|
get: function () {
|