@shopify/cli-kit 0.33.5 → 0.33.6
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-a04aadf7.js → index-8c799d4c.js} +11 -8
- package/dist/{index-a04aadf7.js.map → index-8c799d4c.js.map} +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-3e0627f2.js → multipart-parser-dcf5c4fe.js} +2 -2
- package/dist/{multipart-parser-3e0627f2.js.map → multipart-parser-dcf5c4fe.js.map} +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -40531,7 +40531,7 @@ async function latestNpmPackageVersion(name) {
|
|
|
40531
40531
|
return latestVersion(name);
|
|
40532
40532
|
}
|
|
40533
40533
|
|
|
40534
|
-
var version$
|
|
40534
|
+
var version$3 = /*#__PURE__*/Object.freeze({
|
|
40535
40535
|
__proto__: null,
|
|
40536
40536
|
latestNpmPackageVersion: latestNpmPackageVersion
|
|
40537
40537
|
});
|
|
@@ -40596,7 +40596,7 @@ function isTruthy(variable) {
|
|
|
40596
40596
|
}
|
|
40597
40597
|
|
|
40598
40598
|
var name = "@shopify/cli-kit";
|
|
40599
|
-
var version$
|
|
40599
|
+
var version$2 = "0.33.6";
|
|
40600
40600
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
40601
40601
|
var keywords = [
|
|
40602
40602
|
"shopify",
|
|
@@ -40675,7 +40675,7 @@ var devDependencies = {
|
|
|
40675
40675
|
};
|
|
40676
40676
|
var cliKitPackageJson = {
|
|
40677
40677
|
name: name,
|
|
40678
|
-
version: version$
|
|
40678
|
+
version: version$2,
|
|
40679
40679
|
"private": false,
|
|
40680
40680
|
description: description$1,
|
|
40681
40681
|
keywords: keywords,
|
|
@@ -40695,6 +40695,8 @@ var cliKitPackageJson = {
|
|
|
40695
40695
|
devDependencies: devDependencies
|
|
40696
40696
|
};
|
|
40697
40697
|
|
|
40698
|
+
var version$1 = "0.33.3";
|
|
40699
|
+
|
|
40698
40700
|
var version = "0.33.3";
|
|
40699
40701
|
|
|
40700
40702
|
const constants = {
|
|
@@ -40717,8 +40719,9 @@ const constants = {
|
|
|
40717
40719
|
}
|
|
40718
40720
|
},
|
|
40719
40721
|
versions: {
|
|
40720
|
-
cliKit: version$
|
|
40721
|
-
cli: version
|
|
40722
|
+
cliKit: version$2,
|
|
40723
|
+
cli: version$1,
|
|
40724
|
+
app: version
|
|
40722
40725
|
},
|
|
40723
40726
|
keychain: {
|
|
40724
40727
|
service: "shopify-cli"
|
|
@@ -45851,7 +45854,7 @@ class Body$1 {
|
|
|
45851
45854
|
return formData;
|
|
45852
45855
|
}
|
|
45853
45856
|
|
|
45854
|
-
const {toFormData} = await import('./multipart-parser-
|
|
45857
|
+
const {toFormData} = await import('./multipart-parser-dcf5c4fe.js');
|
|
45855
45858
|
return toFormData(this.body, ct);
|
|
45856
45859
|
}
|
|
45857
45860
|
|
|
@@ -154735,5 +154738,5 @@ var checksum = /*#__PURE__*/Object.freeze({
|
|
|
154735
154738
|
validateMD5: validateMD5
|
|
154736
154739
|
});
|
|
154737
154740
|
|
|
154738
|
-
export { FormData$2 as F, File$1 as a, string as b, os$2 as c, dependency as d, error$k as e, file$1 as f, environment as g, session as h, schema$1 as i, toml as j, store as k, api as l, http$1 as m, checksum as n, output$1 as o, path$q as p, constants as q, system as s, template as t, ui as u, version$
|
|
154739
|
-
//# sourceMappingURL=index-
|
|
154741
|
+
export { FormData$2 as F, File$1 as a, string as b, os$2 as c, dependency as d, error$k as e, file$1 as f, environment as g, session as h, schema$1 as i, toml as j, store as k, api as l, http$1 as m, checksum as n, output$1 as o, path$q as p, constants as q, system as s, template as t, ui as u, version$3 as v };
|
|
154742
|
+
//# sourceMappingURL=index-8c799d4c.js.map
|