@uniformdev/cli 20.64.1-alpha.3 → 20.65.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.64.0",
25
+ version: "20.65.0",
26
26
  description: "Uniform command line interface tool",
27
27
  license: "SEE LICENSE IN LICENSE.txt",
28
28
  main: "./cli.js",
@@ -1,4 +1,4 @@
1
- import "./chunk-E4DUR5XS.mjs";
1
+ import "./chunk-K74DN4Q3.mjs";
2
2
 
3
3
  // src/sync/allSerializableEntitiesConfig.ts
4
4
  var allSerializableEntitiesConfig = {
package/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  withFormatOptions,
19
19
  withProjectOptions,
20
20
  withTeamOptions
21
- } from "./chunk-E4DUR5XS.mjs";
21
+ } from "./chunk-K74DN4Q3.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-app-router",
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:manifest"]
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.64.1-alpha.3+4d67fefad7",
3
+ "version": "20.65.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.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",
30
+ "@uniformdev/assets": "20.65.0",
31
+ "@uniformdev/canvas": "20.65.0",
32
+ "@uniformdev/context": "20.65.0",
33
+ "@uniformdev/files": "20.65.0",
34
+ "@uniformdev/project-map": "20.65.0",
35
+ "@uniformdev/redirect": "20.65.0",
36
+ "@uniformdev/richtext": "20.65.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": "4d67fefad751baac0fa2a703d72cfd391f6fdb7f"
83
+ "gitHead": "3c85a58c461592970dbff8f166067d61da7955e3"
84
84
  }