@insforge/mcp 1.2.10-dev.0 → 1.2.10-dev.1
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.
|
@@ -2646,7 +2646,7 @@ import { tmpdir as tmpdir2 } from "os";
|
|
|
2646
2646
|
import { join as join2, relative, sep } from "path";
|
|
2647
2647
|
import archiver from "archiver";
|
|
2648
2648
|
import FormData2 from "form-data";
|
|
2649
|
-
var DIRECT_DEPLOYMENT_MIN_VERSION = "2.0.
|
|
2649
|
+
var DIRECT_DEPLOYMENT_MIN_VERSION = "2.0.4";
|
|
2650
2650
|
var EXCLUDED_DEPLOYMENT_SEGMENTS = /* @__PURE__ */ new Set(["node_modules", ".git", ".next", "dist", "build", ".insforge"]);
|
|
2651
2651
|
var DirectDeploymentUnsupportedError = class extends Error {
|
|
2652
2652
|
constructor() {
|
package/dist/http-server.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED