@uniformdev/cli 20.67.1-alpha.23 → 20.68.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.67.0",
25
+ version: "20.68.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-LUHSVL2W.mjs";
1
+ import "./chunk-4FGQETP3.mjs";
2
2
 
3
3
  // src/sync/allSerializableEntitiesConfig.ts
4
4
  var allSerializableEntitiesConfig = {
package/dist/index.mjs CHANGED
@@ -21,7 +21,7 @@ import {
21
21
  withFormatOptions,
22
22
  withProjectOptions,
23
23
  withTeamOptions
24
- } from "./chunk-LUHSVL2W.mjs";
24
+ } from "./chunk-4FGQETP3.mjs";
25
25
 
26
26
  // src/index.ts
27
27
  import * as dotenv from "dotenv";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.67.1-alpha.23+6cbc37f1d4",
3
+ "version": "20.68.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.67.1-alpha.23+6cbc37f1d4",
31
- "@uniformdev/canvas": "20.67.1-alpha.23+6cbc37f1d4",
32
- "@uniformdev/context": "20.67.1-alpha.23+6cbc37f1d4",
33
- "@uniformdev/files": "20.67.1-alpha.23+6cbc37f1d4",
34
- "@uniformdev/project-map": "20.67.1-alpha.23+6cbc37f1d4",
35
- "@uniformdev/redirect": "20.67.1-alpha.23+6cbc37f1d4",
36
- "@uniformdev/richtext": "20.67.1-alpha.23+6cbc37f1d4",
30
+ "@uniformdev/assets": "20.68.0",
31
+ "@uniformdev/canvas": "20.68.0",
32
+ "@uniformdev/context": "20.68.0",
33
+ "@uniformdev/files": "20.68.0",
34
+ "@uniformdev/project-map": "20.68.0",
35
+ "@uniformdev/redirect": "20.68.0",
36
+ "@uniformdev/richtext": "20.68.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": "6cbc37f1d4431eddfc8e478612bb45463bc9b5bd"
83
+ "gitHead": "4cf061e005944ea49491f5d54b3b272a187ac359"
84
84
  }