@uniformdev/cli 20.4.1-alpha.5 → 20.5.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -2
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -8455,7 +8455,7 @@ import { PostHog } from "posthog-node";
8455
8455
  // package.json
8456
8456
  var package_default = {
8457
8457
  name: "@uniformdev/cli",
8458
- version: "20.4.0",
8458
+ version: "20.5.0",
8459
8459
  description: "Uniform command line interface tool",
8460
8460
  license: "SEE LICENSE IN LICENSE.txt",
8461
8461
  main: "./cli.js",
@@ -9171,7 +9171,6 @@ async function newHandler({
9171
9171
  name: "Component Starter Kit (Recommended)",
9172
9172
  value: {
9173
9173
  githubUri: "uniformdev/component-starter-kit-next-approuter",
9174
- githubBranch: "release/6.0.0",
9175
9174
  serverUrl: "http://localhost:3000",
9176
9175
  previewPath: "/api/preview?secret=hello-world",
9177
9176
  installEnv: [["UNIFORM_PREVIEW_SECRET", "hello-world"]]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.4.1-alpha.5+68ba41e621",
3
+ "version": "20.5.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
  },
28
28
  "dependencies": {
29
29
  "@thi.ng/mime": "^2.2.23",
30
- "@uniformdev/assets": "20.4.1-alpha.5+68ba41e621",
31
- "@uniformdev/canvas": "20.4.1-alpha.5+68ba41e621",
32
- "@uniformdev/context": "20.4.1-alpha.5+68ba41e621",
33
- "@uniformdev/files": "20.4.1-alpha.5+68ba41e621",
34
- "@uniformdev/project-map": "20.4.1-alpha.5+68ba41e621",
35
- "@uniformdev/redirect": "20.4.1-alpha.5+68ba41e621",
36
- "@uniformdev/richtext": "20.4.1-alpha.5+68ba41e621",
30
+ "@uniformdev/assets": "20.5.0",
31
+ "@uniformdev/canvas": "20.5.0",
32
+ "@uniformdev/context": "20.5.0",
33
+ "@uniformdev/files": "20.5.0",
34
+ "@uniformdev/project-map": "20.5.0",
35
+ "@uniformdev/redirect": "20.5.0",
36
+ "@uniformdev/richtext": "20.5.0",
37
37
  "call-bind": "^1.0.2",
38
38
  "colorette": "2.0.20",
39
39
  "cosmiconfig": "9.0.0",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "68ba41e6212e685f3ebc70e2a49583c80a0326a8"
82
+ "gitHead": "5955ee23ca2000be672d1eaa5b12342fba55f22d"
83
83
  }