@uniformdev/cli 20.39.3-alpha.1 → 20.40.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
@@ -1095,7 +1095,7 @@ import { PostHog } from "posthog-node";
1095
1095
  // package.json
1096
1096
  var package_default = {
1097
1097
  name: "@uniformdev/cli",
1098
- version: "20.39.2",
1098
+ version: "20.40.0",
1099
1099
  description: "Uniform command line interface tool",
1100
1100
  license: "SEE LICENSE IN LICENSE.txt",
1101
1101
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.39.3-alpha.1+5c5ebdb625",
3
+ "version": "20.40.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.39.3-alpha.1+5c5ebdb625",
31
- "@uniformdev/canvas": "20.39.3-alpha.1+5c5ebdb625",
32
- "@uniformdev/context": "20.39.3-alpha.1+5c5ebdb625",
33
- "@uniformdev/files": "20.39.3-alpha.1+5c5ebdb625",
34
- "@uniformdev/project-map": "20.39.3-alpha.1+5c5ebdb625",
35
- "@uniformdev/redirect": "20.39.3-alpha.1+5c5ebdb625",
36
- "@uniformdev/richtext": "20.39.3-alpha.1+5c5ebdb625",
30
+ "@uniformdev/assets": "20.40.0",
31
+ "@uniformdev/canvas": "20.40.0",
32
+ "@uniformdev/context": "20.40.0",
33
+ "@uniformdev/files": "20.40.0",
34
+ "@uniformdev/project-map": "20.40.0",
35
+ "@uniformdev/redirect": "20.40.0",
36
+ "@uniformdev/richtext": "20.40.0",
37
37
  "call-bind": "^1.0.2",
38
38
  "colorette": "2.0.20",
39
39
  "cosmiconfig": "9.0.0",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "5c5ebdb6256f19b67d7941890176e63f3d60b8f4"
85
+ "gitHead": "5a63373f91355d8865feac0d3fc11be59a5e38bd"
86
86
  }