@uniformdev/cli 20.71.2-alpha.18 → 20.71.2-alpha.19

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -11243,7 +11243,7 @@ async function newHandler({
11243
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
11249
  ["run", "uniform:manifest"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.71.2-alpha.18+36514ab1d4",
3
+ "version": "20.71.2-alpha.19+29ab6d7f60",
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.71.2-alpha.18+36514ab1d4",
31
- "@uniformdev/canvas": "20.71.2-alpha.18+36514ab1d4",
32
- "@uniformdev/context": "20.71.2-alpha.18+36514ab1d4",
33
- "@uniformdev/files": "20.71.2-alpha.18+36514ab1d4",
34
- "@uniformdev/project-map": "20.71.2-alpha.18+36514ab1d4",
35
- "@uniformdev/redirect": "20.71.2-alpha.18+36514ab1d4",
36
- "@uniformdev/richtext": "20.71.2-alpha.18+36514ab1d4",
30
+ "@uniformdev/assets": "20.71.2-alpha.19+29ab6d7f60",
31
+ "@uniformdev/canvas": "20.71.2-alpha.19+29ab6d7f60",
32
+ "@uniformdev/context": "20.71.2-alpha.19+29ab6d7f60",
33
+ "@uniformdev/files": "20.71.2-alpha.19+29ab6d7f60",
34
+ "@uniformdev/project-map": "20.71.2-alpha.19+29ab6d7f60",
35
+ "@uniformdev/redirect": "20.71.2-alpha.19+29ab6d7f60",
36
+ "@uniformdev/richtext": "20.71.2-alpha.19+29ab6d7f60",
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": "36514ab1d4273d0ea8c146d24f4e42744b1d9416"
82
+ "gitHead": "29ab6d7f60af8eee4244b495f391611999326075"
83
83
  }