@shopify/cli-kit 2.0.7 → 2.0.8
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 +6 -0
- package/dist/{index-22ea06c0.js → index-3980770e.js} +8 -8
- package/dist/{index-22ea06c0.js.map → index-3980770e.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-a191c805.js → multipart-parser-28a94b7f.js} +2 -2
- package/dist/{multipart-parser-a191c805.js.map → multipart-parser-28a94b7f.js.map} +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -12317,7 +12317,7 @@ var path$w = /*#__PURE__*/Object.freeze({
|
|
|
12317
12317
|
});
|
|
12318
12318
|
|
|
12319
12319
|
var name = "@shopify/cli-kit";
|
|
12320
|
-
var version$4 = "2.0.
|
|
12320
|
+
var version$4 = "2.0.8";
|
|
12321
12321
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
12322
12322
|
var keywords = [
|
|
12323
12323
|
"shopify",
|
|
@@ -12369,7 +12369,8 @@ var dependencies$1 = {
|
|
|
12369
12369
|
keytar: "^7.9.0",
|
|
12370
12370
|
open: "^8.4.0",
|
|
12371
12371
|
"source-map-support": "^0.5.21",
|
|
12372
|
-
stacktracey: "^2.1.8"
|
|
12372
|
+
stacktracey: "^2.1.8",
|
|
12373
|
+
envfile: "^6.17.0"
|
|
12373
12374
|
};
|
|
12374
12375
|
var devDependencies = {
|
|
12375
12376
|
"@iarna/toml": "^2.2.5",
|
|
@@ -12385,7 +12386,6 @@ var devDependencies = {
|
|
|
12385
12386
|
del: "^6.0.0",
|
|
12386
12387
|
enquirer: "^2.3.6",
|
|
12387
12388
|
"env-paths": "^3.0.0",
|
|
12388
|
-
envfile: "^6.17.0",
|
|
12389
12389
|
execa: "^6.0.0",
|
|
12390
12390
|
"fast-glob": "^3.2.11",
|
|
12391
12391
|
"find-up": "^6.2.0",
|
|
@@ -12432,11 +12432,11 @@ var cliKitPackageJson = {
|
|
|
12432
12432
|
devDependencies: devDependencies
|
|
12433
12433
|
};
|
|
12434
12434
|
|
|
12435
|
-
var version$3 = "2.0.
|
|
12435
|
+
var version$3 = "2.0.8";
|
|
12436
12436
|
|
|
12437
|
-
var version$2 = "2.0.
|
|
12437
|
+
var version$2 = "2.0.8";
|
|
12438
12438
|
|
|
12439
|
-
var version$1 = "2.0.
|
|
12439
|
+
var version$1 = "2.0.8";
|
|
12440
12440
|
|
|
12441
12441
|
const homedir$1 = os$8.homedir();
|
|
12442
12442
|
const tmpdir$1 = os$8.tmpdir();
|
|
@@ -40586,7 +40586,7 @@ class Body$1 {
|
|
|
40586
40586
|
return formData;
|
|
40587
40587
|
}
|
|
40588
40588
|
|
|
40589
|
-
const {toFormData} = await import('./multipart-parser-
|
|
40589
|
+
const {toFormData} = await import('./multipart-parser-28a94b7f.js');
|
|
40590
40590
|
return toFormData(this.body, ct);
|
|
40591
40591
|
}
|
|
40592
40592
|
|
|
@@ -172691,4 +172691,4 @@ var plugins = /*#__PURE__*/Object.freeze({
|
|
|
172691
172691
|
});
|
|
172692
172692
|
|
|
172693
172693
|
export { npm as A, port as B, cli as C, id as D, temporary as E, FormData$3 as F, dotEnv as G, constants$2 as H, plugins as I, File$1 as a, string as b, github as c, dependency as d, error$j as e, file$1 as f, git as g, os$2 as h, environment as i, session as j, schema$2 as k, toml as l, store as m, api as n, output as o, path$w as p, http$2 as q, archiver as r, system as s, template as t, ui as u, version as v, checksum as w, ruby as x, yaml as y, semver as z };
|
|
172694
|
-
//# sourceMappingURL=index-
|
|
172694
|
+
//# sourceMappingURL=index-3980770e.js.map
|