@shopify/cli-kit 1.0.4 → 1.0.5
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-75d3c335.js → index-ade2d028.js} +6 -6
- package/dist/{index-75d3c335.js.map → index-ade2d028.js.map} +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/{multipart-parser-440fedf2.js → multipart-parser-5ca14c7b.js} +2 -3
- package/dist/multipart-parser-5ca14c7b.js.map +1 -0
- package/package.json +1 -1
- package/dist/multipart-parser-440fedf2.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -33,7 +33,6 @@ import http$4 from 'node:http';
|
|
|
33
33
|
import https$2 from 'node:https';
|
|
34
34
|
import zlib$2 from 'node:zlib';
|
|
35
35
|
import { isIP } from 'node:net';
|
|
36
|
-
import ngrok from 'ngrok';
|
|
37
36
|
import require$$0$f from 'punycode';
|
|
38
37
|
|
|
39
38
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -45462,7 +45461,7 @@ function isTruthy(variable) {
|
|
|
45462
45461
|
}
|
|
45463
45462
|
|
|
45464
45463
|
var name = "@shopify/cli-kit";
|
|
45465
|
-
var version$2 = "1.0.
|
|
45464
|
+
var version$2 = "1.0.5";
|
|
45466
45465
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
45467
45466
|
var keywords = [
|
|
45468
45467
|
"shopify",
|
|
@@ -45563,9 +45562,9 @@ var cliKitPackageJson = {
|
|
|
45563
45562
|
devDependencies: devDependencies
|
|
45564
45563
|
};
|
|
45565
45564
|
|
|
45566
|
-
var version$1 = "1.0.
|
|
45565
|
+
var version$1 = "1.0.5";
|
|
45567
45566
|
|
|
45568
|
-
var version = "1.0.
|
|
45567
|
+
var version = "1.0.5";
|
|
45569
45568
|
|
|
45570
45569
|
const constants = {
|
|
45571
45570
|
environmentVariables: {
|
|
@@ -50722,7 +50721,7 @@ class Body$1 {
|
|
|
50722
50721
|
return formData;
|
|
50723
50722
|
}
|
|
50724
50723
|
|
|
50725
|
-
const {toFormData} = await import('./multipart-parser-
|
|
50724
|
+
const {toFormData} = await import('./multipart-parser-5ca14c7b.js');
|
|
50726
50725
|
return toFormData(this.body, ct);
|
|
50727
50726
|
}
|
|
50728
50727
|
|
|
@@ -57815,6 +57814,7 @@ var toml = /*#__PURE__*/Object.freeze({
|
|
|
57815
57814
|
});
|
|
57816
57815
|
|
|
57817
57816
|
async function create(options) {
|
|
57817
|
+
const ngrok = await import('ngrok');
|
|
57818
57818
|
await ngrok.kill();
|
|
57819
57819
|
return ngrok.connect({ proto: "http", addr: options.port, authtoken: options.authToken });
|
|
57820
57820
|
}
|
|
@@ -165697,4 +165697,4 @@ var checksum = /*#__PURE__*/Object.freeze({
|
|
|
165697
165697
|
});
|
|
165698
165698
|
|
|
165699
165699
|
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, git as g, environment as h, session as i, schema$1 as j, toml as k, tunnel as l, store as m, api as n, output$1 as o, path$q as p, http$1 as q, checksum as r, system as s, template as t, ui as u, version$3 as v, constants as w };
|
|
165700
|
-
//# sourceMappingURL=index-
|
|
165700
|
+
//# sourceMappingURL=index-ade2d028.js.map
|