@uniformdev/cli 20.50.3-alpha.6 → 20.51.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 -1
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -1107,7 +1107,7 @@ import { PostHog } from "posthog-node";
1107
1107
  // package.json
1108
1108
  var package_default = {
1109
1109
  name: "@uniformdev/cli",
1110
- version: "20.50.2",
1110
+ version: "20.51.0",
1111
1111
  description: "Uniform command line interface tool",
1112
1112
  license: "SEE LICENSE IN LICENSE.txt",
1113
1113
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.50.3-alpha.6+3ffd0d8a44",
3
+ "version": "20.51.0",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -28,13 +28,13 @@
28
28
  "dependencies": {
29
29
  "@inquirer/prompts": "^7.10.1",
30
30
  "@thi.ng/mime": "^2.2.23",
31
- "@uniformdev/assets": "20.50.3-alpha.6+3ffd0d8a44",
32
- "@uniformdev/canvas": "20.50.3-alpha.6+3ffd0d8a44",
33
- "@uniformdev/context": "20.50.3-alpha.6+3ffd0d8a44",
34
- "@uniformdev/files": "20.50.3-alpha.6+3ffd0d8a44",
35
- "@uniformdev/project-map": "20.50.3-alpha.6+3ffd0d8a44",
36
- "@uniformdev/redirect": "20.50.3-alpha.6+3ffd0d8a44",
37
- "@uniformdev/richtext": "20.50.3-alpha.6+3ffd0d8a44",
31
+ "@uniformdev/assets": "20.51.0",
32
+ "@uniformdev/canvas": "20.51.0",
33
+ "@uniformdev/context": "20.51.0",
34
+ "@uniformdev/files": "20.51.0",
35
+ "@uniformdev/project-map": "20.51.0",
36
+ "@uniformdev/redirect": "20.51.0",
37
+ "@uniformdev/richtext": "20.51.0",
38
38
  "call-bind": "^1.0.2",
39
39
  "colorette": "2.0.20",
40
40
  "cosmiconfig": "9.0.0",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "3ffd0d8a44f3ab6b90835250a33f61db016e9e19"
84
+ "gitHead": "4e1041ff207d9098efcdca31686c5d58615315b3"
85
85
  }