@uniformdev/cli 20.23.1-alpha.9 → 20.24.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
@@ -8464,7 +8464,7 @@ import { PostHog } from "posthog-node";
8464
8464
  // package.json
8465
8465
  var package_default = {
8466
8466
  name: "@uniformdev/cli",
8467
- version: "20.23.0",
8467
+ version: "20.24.0",
8468
8468
  description: "Uniform command line interface tool",
8469
8469
  license: "SEE LICENSE IN LICENSE.txt",
8470
8470
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.23.1-alpha.9+8cf3ab5014",
3
+ "version": "20.24.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.23.1-alpha.9+8cf3ab5014",
31
- "@uniformdev/canvas": "20.23.1-alpha.9+8cf3ab5014",
32
- "@uniformdev/context": "20.23.1-alpha.9+8cf3ab5014",
33
- "@uniformdev/files": "20.23.1-alpha.9+8cf3ab5014",
34
- "@uniformdev/project-map": "20.23.1-alpha.9+8cf3ab5014",
35
- "@uniformdev/redirect": "20.23.1-alpha.9+8cf3ab5014",
36
- "@uniformdev/richtext": "20.23.1-alpha.9+8cf3ab5014",
30
+ "@uniformdev/assets": "20.24.0",
31
+ "@uniformdev/canvas": "20.24.0",
32
+ "@uniformdev/context": "20.24.0",
33
+ "@uniformdev/files": "20.24.0",
34
+ "@uniformdev/project-map": "20.24.0",
35
+ "@uniformdev/redirect": "20.24.0",
36
+ "@uniformdev/richtext": "20.24.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": "8cf3ab5014026843e8a9b7ec64c9b4f7661daa92"
82
+ "gitHead": "7d45b562619c10c1cd1824d6e03eedf7fff3bbdf"
83
83
  }