@uniformdev/cli 20.64.0 → 20.64.1-alpha.3

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 +2 -2
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -10928,13 +10928,13 @@ async function newHandler({
10928
10928
  helloWorld: {
10929
10929
  name: "Hello World",
10930
10930
  value: {
10931
- githubUri: "uniformdev/examples/examples/nextjs-starter",
10931
+ githubUri: "uniformdev/examples/examples/nextjs-app-router",
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:publish"]
10937
+ ["run", "uniform:manifest"]
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.64.0",
3
+ "version": "20.64.1-alpha.3+4d67fefad7",
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.64.0",
31
- "@uniformdev/canvas": "20.64.0",
32
- "@uniformdev/context": "20.64.0",
33
- "@uniformdev/files": "20.64.0",
34
- "@uniformdev/project-map": "20.64.0",
35
- "@uniformdev/redirect": "20.64.0",
36
- "@uniformdev/richtext": "20.64.0",
30
+ "@uniformdev/assets": "20.64.1-alpha.3+4d67fefad7",
31
+ "@uniformdev/canvas": "20.64.1-alpha.3+4d67fefad7",
32
+ "@uniformdev/context": "20.64.1-alpha.3+4d67fefad7",
33
+ "@uniformdev/files": "20.64.1-alpha.3+4d67fefad7",
34
+ "@uniformdev/project-map": "20.64.1-alpha.3+4d67fefad7",
35
+ "@uniformdev/redirect": "20.64.1-alpha.3+4d67fefad7",
36
+ "@uniformdev/richtext": "20.64.1-alpha.3+4d67fefad7",
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": "9696df465bcd9a11fcf4f2633cf84ebe76c6e5ef"
83
+ "gitHead": "4d67fefad751baac0fa2a703d72cfd391f6fdb7f"
84
84
  }