@uniformdev/cli 20.64.1-alpha.3 → 20.66.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.
|
@@ -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.66.0",
|
|
26
26
|
description: "Uniform command line interface tool",
|
|
27
27
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
28
28
|
main: "./cli.js",
|
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-KIFJLCAG.mjs";
|
|
22
22
|
|
|
23
23
|
// src/index.ts
|
|
24
24
|
import * as dotenv from "dotenv";
|
|
@@ -10928,13 +10928,13 @@ async function newHandler({
|
|
|
10928
10928
|
helloWorld: {
|
|
10929
10929
|
name: "Hello World",
|
|
10930
10930
|
value: {
|
|
10931
|
-
githubUri: "uniformdev/examples/examples/nextjs-
|
|
10931
|
+
githubUri: "uniformdev/examples/examples/nextjs-starter",
|
|
10932
10932
|
serverUrl: "http://localhost:3000",
|
|
10933
10933
|
previewPath: "/api/preview?secret=hello-world",
|
|
10934
10934
|
installEnv: [],
|
|
10935
10935
|
installCommands: [
|
|
10936
10936
|
["run", "uniform:push"],
|
|
10937
|
-
["run", "uniform:
|
|
10937
|
+
["run", "uniform:publish"]
|
|
10938
10938
|
],
|
|
10939
10939
|
installRequiresInput: false
|
|
10940
10940
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.66.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@inquirer/prompts": "^7.10.1",
|
|
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.66.0",
|
|
31
|
+
"@uniformdev/canvas": "20.66.0",
|
|
32
|
+
"@uniformdev/context": "20.66.0",
|
|
33
|
+
"@uniformdev/files": "20.66.0",
|
|
34
|
+
"@uniformdev/project-map": "20.66.0",
|
|
35
|
+
"@uniformdev/redirect": "20.66.0",
|
|
36
|
+
"@uniformdev/richtext": "20.66.0",
|
|
37
37
|
"call-bind": "^1.0.2",
|
|
38
38
|
"colorette": "2.0.20",
|
|
39
39
|
"cosmiconfig": "9.0.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "13647d6ac2860218bede840b73d214888637811c"
|
|
84
84
|
}
|