@shopify/cli-kit 3.0.20 → 3.0.21
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/CHANGELOG.md +2 -0
- package/dist/{index-f41ad36b.js → index-21b8e2fe.js} +4 -3
- package/dist/{index-f41ad36b.js.map → index-21b8e2fe.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-df3ab369.js → multipart-parser-6958f711.js} +2 -2
- package/dist/{multipart-parser-df3ab369.js.map → multipart-parser-6958f711.js.map} +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7156,7 +7156,7 @@ var path$w = /*#__PURE__*/Object.freeze({
|
|
|
7156
7156
|
});
|
|
7157
7157
|
|
|
7158
7158
|
var name = "@shopify/cli-kit";
|
|
7159
|
-
var version$2 = "3.0.
|
|
7159
|
+
var version$2 = "3.0.21";
|
|
7160
7160
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
7161
7161
|
var keywords = [
|
|
7162
7162
|
"shopify",
|
|
@@ -21876,7 +21876,7 @@ class Body$1 {
|
|
|
21876
21876
|
return formData;
|
|
21877
21877
|
}
|
|
21878
21878
|
|
|
21879
|
-
const {toFormData} = await import('./multipart-parser-
|
|
21879
|
+
const {toFormData} = await import('./multipart-parser-6958f711.js');
|
|
21880
21880
|
return toFormData(this.body, ct);
|
|
21881
21881
|
}
|
|
21882
21882
|
|
|
@@ -46268,6 +46268,7 @@ async function execCLI(args, adminSession) {
|
|
|
46268
46268
|
spawn$1("bundle", ["exec", "shopify"].concat(args), {
|
|
46269
46269
|
stdio: "inherit",
|
|
46270
46270
|
cwd: shopifyCLIDirectory(),
|
|
46271
|
+
shell: true,
|
|
46271
46272
|
env
|
|
46272
46273
|
});
|
|
46273
46274
|
}
|
|
@@ -175186,4 +175187,4 @@ var yaml = /*#__PURE__*/Object.freeze({
|
|
|
175186
175187
|
});
|
|
175187
175188
|
|
|
175188
175189
|
export { semver$2 as A, session as B, store$2 as C, string as D, system as E, FormData$3 as F, template as G, temporary as H, toml as I, ui as J, version as K, vscode as L, yaml as M, File$1 as a, abort$3 as b, constants$2 as c, analytics as d, api as e, archiver as f, checksum as g, cli as h, dependency as i, dotEnv as j, environment as k, error$k as l, file$1 as m, git as n, github as o, haiku as p, http$2 as q, id as r, npm as s, os$3 as t, output as u, path$w as v, plugins as w, port as x, ruby as y, schema$1 as z };
|
|
175189
|
-
//# sourceMappingURL=index-
|
|
175190
|
+
//# sourceMappingURL=index-21b8e2fe.js.map
|