@uniformdev/cli 20.20.0 → 20.22.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.
package/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2024 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2025 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/dist/index.mjs CHANGED
@@ -8455,7 +8455,7 @@ import { PostHog } from "posthog-node";
8455
8455
  // package.json
8456
8456
  var package_default = {
8457
8457
  name: "@uniformdev/cli",
8458
- version: "20.20.0",
8458
+ version: "20.22.0",
8459
8459
  description: "Uniform command line interface tool",
8460
8460
  license: "SEE LICENSE IN LICENSE.txt",
8461
8461
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.20.0",
3
+ "version": "20.22.1-alpha.0+b02aa0b2f0",
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.20.0",
31
- "@uniformdev/canvas": "20.20.0",
32
- "@uniformdev/context": "20.20.0",
33
- "@uniformdev/files": "20.20.0",
34
- "@uniformdev/project-map": "20.20.0",
35
- "@uniformdev/redirect": "20.20.0",
36
- "@uniformdev/richtext": "20.20.0",
30
+ "@uniformdev/assets": "20.22.1-alpha.0+b02aa0b2f0",
31
+ "@uniformdev/canvas": "20.22.1-alpha.0+b02aa0b2f0",
32
+ "@uniformdev/context": "20.22.1-alpha.0+b02aa0b2f0",
33
+ "@uniformdev/files": "20.22.1-alpha.0+b02aa0b2f0",
34
+ "@uniformdev/project-map": "20.22.1-alpha.0+b02aa0b2f0",
35
+ "@uniformdev/redirect": "20.22.1-alpha.0+b02aa0b2f0",
36
+ "@uniformdev/richtext": "20.22.1-alpha.0+b02aa0b2f0",
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": "c4b253470400de173d6745e67a817ecb2a25f068"
82
+ "gitHead": "b02aa0b2f0c3d94ec1f20953cb5bc36dfa9cdbc7"
83
83
  }