@uniformdev/cli 20.60.1 → 20.61.1-alpha.11
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.
|
@@ -22,7 +22,7 @@ import { fetch as undiciFetch, ProxyAgent } from "undici";
|
|
|
22
22
|
// package.json
|
|
23
23
|
var package_default = {
|
|
24
24
|
name: "@uniformdev/cli",
|
|
25
|
-
version: "20.
|
|
25
|
+
version: "20.61.0",
|
|
26
26
|
description: "Uniform command line interface tool",
|
|
27
27
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
28
28
|
main: "./cli.js",
|
|
@@ -44,7 +44,6 @@ var package_default = {
|
|
|
44
44
|
dev: "tsup --watch",
|
|
45
45
|
clean: "rimraf dist",
|
|
46
46
|
test: "vitest run",
|
|
47
|
-
lint: 'eslint "src/**/*.{js,ts,tsx}"',
|
|
48
47
|
format: 'prettier --write "src/**/*.{js,ts,tsx}"'
|
|
49
48
|
},
|
|
50
49
|
dependencies: {
|
package/dist/defaultConfig.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
withFormatOptions,
|
|
19
19
|
withProjectOptions,
|
|
20
20
|
withTeamOptions
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-BV6MVJYE.mjs";
|
|
22
22
|
|
|
23
23
|
// src/index.ts
|
|
24
24
|
import * as dotenv from "dotenv";
|
|
@@ -4686,7 +4686,6 @@ var CompositionRemoveModule = {
|
|
|
4686
4686
|
)
|
|
4687
4687
|
)
|
|
4688
4688
|
)
|
|
4689
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
4690
4689
|
),
|
|
4691
4690
|
handler: createCompositionRemoveHandler("composition")
|
|
4692
4691
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.61.1-alpha.11+0fd9603995",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -22,19 +22,18 @@
|
|
|
22
22
|
"dev": "tsup --watch",
|
|
23
23
|
"clean": "rimraf dist",
|
|
24
24
|
"test": "vitest run",
|
|
25
|
-
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
26
25
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
27
26
|
},
|
|
28
27
|
"dependencies": {
|
|
29
28
|
"@inquirer/prompts": "^7.10.1",
|
|
30
29
|
"@thi.ng/mime": "^2.2.23",
|
|
31
|
-
"@uniformdev/assets": "20.
|
|
32
|
-
"@uniformdev/canvas": "20.
|
|
33
|
-
"@uniformdev/context": "20.
|
|
34
|
-
"@uniformdev/files": "20.
|
|
35
|
-
"@uniformdev/project-map": "20.
|
|
36
|
-
"@uniformdev/redirect": "20.
|
|
37
|
-
"@uniformdev/richtext": "20.
|
|
30
|
+
"@uniformdev/assets": "20.61.1-alpha.11+0fd9603995",
|
|
31
|
+
"@uniformdev/canvas": "20.61.1-alpha.11+0fd9603995",
|
|
32
|
+
"@uniformdev/context": "20.61.1-alpha.11+0fd9603995",
|
|
33
|
+
"@uniformdev/files": "20.61.1-alpha.11+0fd9603995",
|
|
34
|
+
"@uniformdev/project-map": "20.61.1-alpha.11+0fd9603995",
|
|
35
|
+
"@uniformdev/redirect": "20.61.1-alpha.11+0fd9603995",
|
|
36
|
+
"@uniformdev/richtext": "20.61.1-alpha.11+0fd9603995",
|
|
38
37
|
"call-bind": "^1.0.2",
|
|
39
38
|
"colorette": "2.0.20",
|
|
40
39
|
"cosmiconfig": "9.0.0",
|
|
@@ -81,5 +80,5 @@
|
|
|
81
80
|
"publishConfig": {
|
|
82
81
|
"access": "public"
|
|
83
82
|
},
|
|
84
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "0fd9603995e96e62f1e8923877ea5c73143353f5"
|
|
85
84
|
}
|