@uniformdev/cli 20.71.2-alpha.7 → 20.72.1
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.
|
@@ -21,7 +21,7 @@ import { dirname, extname, isAbsolute, resolve, sep } from "path";
|
|
|
21
21
|
// package.json
|
|
22
22
|
var package_default = {
|
|
23
23
|
name: "@uniformdev/cli",
|
|
24
|
-
version: "20.
|
|
24
|
+
version: "20.72.1",
|
|
25
25
|
description: "Uniform command line interface tool",
|
|
26
26
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
27
27
|
main: "./cli.js",
|
package/dist/defaultConfig.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
withFormatOptions,
|
|
22
22
|
withProjectOptions,
|
|
23
23
|
withTeamOptions
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-U7AB5VY4.mjs";
|
|
25
25
|
|
|
26
26
|
// src/index.ts
|
|
27
27
|
import * as dotenv from "dotenv";
|
|
@@ -11240,13 +11240,13 @@ async function newHandler({
|
|
|
11240
11240
|
helloWorld: {
|
|
11241
11241
|
name: "Hello World",
|
|
11242
11242
|
value: {
|
|
11243
|
-
githubUri: "uniformdev/examples/examples/nextjs-
|
|
11243
|
+
githubUri: "uniformdev/examples/examples/nextjs-app-router",
|
|
11244
11244
|
serverUrl: "http://localhost:3000",
|
|
11245
11245
|
previewPath: "/api/preview?secret=hello-world",
|
|
11246
|
-
installEnv: [],
|
|
11246
|
+
installEnv: [["UNIFORM_PREVIEW_SECRET", "hello-world"]],
|
|
11247
11247
|
installCommands: [
|
|
11248
11248
|
["run", "uniform:push"],
|
|
11249
|
-
["run", "uniform:
|
|
11249
|
+
["run", "uniform:manifest"]
|
|
11250
11250
|
],
|
|
11251
11251
|
installRequiresInput: false
|
|
11252
11252
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.72.1",
|
|
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": "^8.5.2",
|
|
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.72.1",
|
|
31
|
+
"@uniformdev/canvas": "20.72.1",
|
|
32
|
+
"@uniformdev/context": "20.72.1",
|
|
33
|
+
"@uniformdev/files": "20.72.1",
|
|
34
|
+
"@uniformdev/project-map": "20.72.1",
|
|
35
|
+
"@uniformdev/redirect": "20.72.1",
|
|
36
|
+
"@uniformdev/richtext": "20.72.1",
|
|
37
37
|
"call-bind": "^1.0.2",
|
|
38
38
|
"colorette": "2.0.20",
|
|
39
39
|
"cosmiconfig": "9.0.2",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "bff8f45027258b16690597b05c88e148f2ffde96"
|
|
83
83
|
}
|