@uniformdev/cli 20.2.0 → 20.3.1-alpha.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
@@ -8456,7 +8456,7 @@ import { PostHog } from "posthog-node";
8456
8456
  // package.json
8457
8457
  var package_default = {
8458
8458
  name: "@uniformdev/cli",
8459
- version: "20.2.0",
8459
+ version: "20.3.0",
8460
8460
  description: "Uniform command line interface tool",
8461
8461
  license: "SEE LICENSE IN LICENSE.txt",
8462
8462
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.2.0",
3
+ "version": "20.3.1-alpha.0+86ebe90984",
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.2.0",
31
- "@uniformdev/canvas": "20.2.0",
32
- "@uniformdev/context": "20.2.0",
33
- "@uniformdev/files": "20.2.0",
34
- "@uniformdev/project-map": "20.2.0",
35
- "@uniformdev/redirect": "20.2.0",
36
- "@uniformdev/richtext": "20.2.0",
30
+ "@uniformdev/assets": "20.3.1-alpha.0+86ebe90984",
31
+ "@uniformdev/canvas": "20.3.1-alpha.0+86ebe90984",
32
+ "@uniformdev/context": "20.3.1-alpha.0+86ebe90984",
33
+ "@uniformdev/files": "20.3.1-alpha.0+86ebe90984",
34
+ "@uniformdev/project-map": "20.3.1-alpha.0+86ebe90984",
35
+ "@uniformdev/redirect": "20.3.1-alpha.0+86ebe90984",
36
+ "@uniformdev/richtext": "20.3.1-alpha.0+86ebe90984",
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": "7ca16ddb9f03fffe82a0252d53790fcaa12ebd3c"
82
+ "gitHead": "86ebe909840ce1e8a9ecabc93298b5243a7b6179"
83
83
  }