@uniformdev/cli 19.83.0 → 19.84.0
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/dist/index.mjs +6 -4
- package/package.json +10 -10
package/dist/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
7
7
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
8
8
|
});
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/tsup@8.0.1_@microsoft+api-extractor@7.36.3_postcss@8.4.31_typescript@5.
|
|
10
|
+
// ../../node_modules/.pnpm/tsup@8.0.1_@microsoft+api-extractor@7.36.3_postcss@8.4.31_typescript@5.3.2/node_modules/tsup/assets/esm_shims.js
|
|
11
11
|
import { fileURLToPath } from "url";
|
|
12
12
|
import path from "path";
|
|
13
13
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -5455,7 +5455,7 @@ import { PostHog } from "posthog-node";
|
|
|
5455
5455
|
// package.json
|
|
5456
5456
|
var package_default = {
|
|
5457
5457
|
name: "@uniformdev/cli",
|
|
5458
|
-
version: "19.
|
|
5458
|
+
version: "19.84.0",
|
|
5459
5459
|
description: "Uniform command line interface tool",
|
|
5460
5460
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
5461
5461
|
main: "./cli.js",
|
|
@@ -5490,7 +5490,7 @@ var package_default = {
|
|
|
5490
5490
|
"graphql-request": "6.1.0",
|
|
5491
5491
|
"https-proxy-agent": "^7.0.0",
|
|
5492
5492
|
"image-size": "^1.0.2",
|
|
5493
|
-
inquirer: "9.2.
|
|
5493
|
+
inquirer: "9.2.12",
|
|
5494
5494
|
"isomorphic-git": "1.24.5",
|
|
5495
5495
|
"isomorphic-unfetch": "^4.0.0",
|
|
5496
5496
|
"js-yaml": "^4.1.0",
|
|
@@ -5508,7 +5508,7 @@ var package_default = {
|
|
|
5508
5508
|
},
|
|
5509
5509
|
devDependencies: {
|
|
5510
5510
|
"@types/diff": "5.0.8",
|
|
5511
|
-
"@types/inquirer": "9.0.
|
|
5511
|
+
"@types/inquirer": "9.0.7",
|
|
5512
5512
|
"@types/js-yaml": "4.0.9",
|
|
5513
5513
|
"@types/jsonwebtoken": "9.0.5",
|
|
5514
5514
|
"@types/lodash.isequalwith": "4.4.9",
|
|
@@ -7550,10 +7550,12 @@ function spin(entityType) {
|
|
|
7550
7550
|
stop: () => {
|
|
7551
7551
|
spinner.stop();
|
|
7552
7552
|
console.log = consoleLog;
|
|
7553
|
+
return spinner;
|
|
7553
7554
|
},
|
|
7554
7555
|
succeed() {
|
|
7555
7556
|
spinner.succeed();
|
|
7556
7557
|
console.log = consoleLog;
|
|
7558
|
+
return spinner;
|
|
7557
7559
|
}
|
|
7558
7560
|
};
|
|
7559
7561
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.84.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/assets": "19.
|
|
21
|
-
"@uniformdev/canvas": "19.
|
|
22
|
-
"@uniformdev/context": "19.
|
|
23
|
-
"@uniformdev/files": "19.
|
|
24
|
-
"@uniformdev/project-map": "19.
|
|
25
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/assets": "19.84.0",
|
|
21
|
+
"@uniformdev/canvas": "19.84.0",
|
|
22
|
+
"@uniformdev/context": "19.84.0",
|
|
23
|
+
"@uniformdev/files": "19.84.0",
|
|
24
|
+
"@uniformdev/project-map": "19.84.0",
|
|
25
|
+
"@uniformdev/redirect": "19.84.0",
|
|
26
26
|
"call-bind": "^1.0.2",
|
|
27
27
|
"colorette": "2.0.20",
|
|
28
28
|
"cosmiconfig": "8.3.6",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"graphql-request": "6.1.0",
|
|
36
36
|
"https-proxy-agent": "^7.0.0",
|
|
37
37
|
"image-size": "^1.0.2",
|
|
38
|
-
"inquirer": "9.2.
|
|
38
|
+
"inquirer": "9.2.12",
|
|
39
39
|
"isomorphic-git": "1.24.5",
|
|
40
40
|
"isomorphic-unfetch": "^4.0.0",
|
|
41
41
|
"js-yaml": "^4.1.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/diff": "5.0.8",
|
|
56
|
-
"@types/inquirer": "9.0.
|
|
56
|
+
"@types/inquirer": "9.0.7",
|
|
57
57
|
"@types/js-yaml": "4.0.9",
|
|
58
58
|
"@types/jsonwebtoken": "9.0.5",
|
|
59
59
|
"@types/lodash.isequalwith": "4.4.9",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "673e64f3757a81bda174fe69bdec2c1320001519"
|
|
73
73
|
}
|