@uniformdev/cli 20.11.0 → 20.12.1-alpha.18
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.
|
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
5
5
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
6
6
|
});
|
|
7
7
|
|
|
8
|
-
// ../../node_modules/.pnpm/tsup@8.3.0_@microsoft+api-extractor@7.43.2_postcss@8.
|
|
8
|
+
// ../../node_modules/.pnpm/tsup@8.3.0_@microsoft+api-extractor@7.43.2_postcss@8.5.3_tsx@4.19.3_typescript@5.8.3/node_modules/tsup/assets/esm_shims.js
|
|
9
9
|
import { fileURLToPath } from "url";
|
|
10
10
|
import path from "path";
|
|
11
11
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/dist/defaultConfig.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
withFormatOptions,
|
|
17
17
|
withProjectOptions,
|
|
18
18
|
withTeamOptions
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-OP3XA4Q5.mjs";
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
22
|
import * as dotenv from "dotenv";
|
|
@@ -8455,7 +8455,7 @@ import { PostHog } from "posthog-node";
|
|
|
8455
8455
|
// package.json
|
|
8456
8456
|
var package_default = {
|
|
8457
8457
|
name: "@uniformdev/cli",
|
|
8458
|
-
version: "20.
|
|
8458
|
+
version: "20.12.0",
|
|
8459
8459
|
description: "Uniform command line interface tool",
|
|
8460
8460
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
8461
8461
|
main: "./cli.js",
|
|
@@ -8494,13 +8494,13 @@ var package_default = {
|
|
|
8494
8494
|
cosmiconfig: "9.0.0",
|
|
8495
8495
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
8496
8496
|
diff: "^5.0.0",
|
|
8497
|
-
dotenv: "^16.
|
|
8497
|
+
dotenv: "^16.4.7",
|
|
8498
8498
|
execa: "5.1.1",
|
|
8499
8499
|
"file-type": "^20.0.0",
|
|
8500
8500
|
"fs-jetpack": "5.1.0",
|
|
8501
8501
|
graphql: "16.9.0",
|
|
8502
8502
|
"graphql-request": "6.1.0",
|
|
8503
|
-
"image-size": "^1.2.
|
|
8503
|
+
"image-size": "^1.2.1",
|
|
8504
8504
|
inquirer: "9.2.17",
|
|
8505
8505
|
"isomorphic-git": "1.25.2",
|
|
8506
8506
|
"js-yaml": "^4.1.0",
|
|
@@ -8509,7 +8509,7 @@ var package_default = {
|
|
|
8509
8509
|
open: "10.1.0",
|
|
8510
8510
|
ora: "8.0.1",
|
|
8511
8511
|
"p-queue": "7.3.4",
|
|
8512
|
-
"posthog-node": "4.
|
|
8512
|
+
"posthog-node": "4.11.3",
|
|
8513
8513
|
"registry-auth-token": "^5.0.0",
|
|
8514
8514
|
"registry-url": "^6.0.0",
|
|
8515
8515
|
slugify: "1.6.6",
|
|
@@ -8522,7 +8522,7 @@ var package_default = {
|
|
|
8522
8522
|
"@types/inquirer": "9.0.7",
|
|
8523
8523
|
"@types/js-yaml": "4.0.9",
|
|
8524
8524
|
"@types/jsonwebtoken": "9.0.5",
|
|
8525
|
-
"@types/node": "22.
|
|
8525
|
+
"@types/node": "22.14.0",
|
|
8526
8526
|
"@types/yargs": "17.0.32"
|
|
8527
8527
|
},
|
|
8528
8528
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.12.1-alpha.18+3386e9d0fc",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -27,25 +27,25 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@thi.ng/mime": "^2.2.23",
|
|
30
|
-
"@uniformdev/assets": "20.
|
|
31
|
-
"@uniformdev/canvas": "20.
|
|
32
|
-
"@uniformdev/context": "20.
|
|
33
|
-
"@uniformdev/files": "20.
|
|
34
|
-
"@uniformdev/project-map": "20.
|
|
35
|
-
"@uniformdev/redirect": "20.
|
|
36
|
-
"@uniformdev/richtext": "20.
|
|
30
|
+
"@uniformdev/assets": "20.12.1-alpha.18+3386e9d0fc",
|
|
31
|
+
"@uniformdev/canvas": "20.12.1-alpha.18+3386e9d0fc",
|
|
32
|
+
"@uniformdev/context": "20.12.1-alpha.18+3386e9d0fc",
|
|
33
|
+
"@uniformdev/files": "20.12.1-alpha.18+3386e9d0fc",
|
|
34
|
+
"@uniformdev/project-map": "20.12.1-alpha.18+3386e9d0fc",
|
|
35
|
+
"@uniformdev/redirect": "20.12.1-alpha.18+3386e9d0fc",
|
|
36
|
+
"@uniformdev/richtext": "20.12.1-alpha.18+3386e9d0fc",
|
|
37
37
|
"call-bind": "^1.0.2",
|
|
38
38
|
"colorette": "2.0.20",
|
|
39
39
|
"cosmiconfig": "9.0.0",
|
|
40
40
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
41
41
|
"diff": "^5.0.0",
|
|
42
|
-
"dotenv": "^16.
|
|
42
|
+
"dotenv": "^16.4.7",
|
|
43
43
|
"execa": "5.1.1",
|
|
44
44
|
"file-type": "^20.0.0",
|
|
45
45
|
"fs-jetpack": "5.1.0",
|
|
46
46
|
"graphql": "16.9.0",
|
|
47
47
|
"graphql-request": "6.1.0",
|
|
48
|
-
"image-size": "^1.2.
|
|
48
|
+
"image-size": "^1.2.1",
|
|
49
49
|
"inquirer": "9.2.17",
|
|
50
50
|
"isomorphic-git": "1.25.2",
|
|
51
51
|
"js-yaml": "^4.1.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"open": "10.1.0",
|
|
55
55
|
"ora": "8.0.1",
|
|
56
56
|
"p-queue": "7.3.4",
|
|
57
|
-
"posthog-node": "4.
|
|
57
|
+
"posthog-node": "4.11.3",
|
|
58
58
|
"registry-auth-token": "^5.0.0",
|
|
59
59
|
"registry-url": "^6.0.0",
|
|
60
60
|
"slugify": "1.6.6",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@types/inquirer": "9.0.7",
|
|
68
68
|
"@types/js-yaml": "4.0.9",
|
|
69
69
|
"@types/jsonwebtoken": "9.0.5",
|
|
70
|
-
"@types/node": "22.
|
|
70
|
+
"@types/node": "22.14.0",
|
|
71
71
|
"@types/yargs": "17.0.32"
|
|
72
72
|
},
|
|
73
73
|
"bin": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "3386e9d0fc01d7c246b623705939a55df3df2dae"
|
|
83
83
|
}
|