@uniformdev/cli 19.165.1-alpha.0 → 19.165.2-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 +8 -8
package/dist/index.mjs CHANGED
@@ -6902,7 +6902,7 @@ import { PostHog } from "posthog-node";
6902
6902
  // package.json
6903
6903
  var package_default = {
6904
6904
  name: "@uniformdev/cli",
6905
- version: "19.165.0",
6905
+ version: "19.165.1",
6906
6906
  description: "Uniform command line interface tool",
6907
6907
  license: "SEE LICENSE IN LICENSE.txt",
6908
6908
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.165.1-alpha.0+f8f7ef22e4",
3
+ "version": "19.165.2-alpha.0+323887559d",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@thi.ng/mime": "^2.2.23",
30
- "@uniformdev/assets": "19.165.1-alpha.0+f8f7ef22e4",
31
- "@uniformdev/canvas": "19.165.1-alpha.0+f8f7ef22e4",
32
- "@uniformdev/context": "19.165.1-alpha.0+f8f7ef22e4",
33
- "@uniformdev/files": "19.165.1-alpha.0+f8f7ef22e4",
34
- "@uniformdev/project-map": "19.165.1-alpha.0+f8f7ef22e4",
35
- "@uniformdev/redirect": "19.165.1-alpha.0+f8f7ef22e4",
30
+ "@uniformdev/assets": "19.165.2-alpha.0+323887559d",
31
+ "@uniformdev/canvas": "19.165.2-alpha.0+323887559d",
32
+ "@uniformdev/context": "19.165.2-alpha.0+323887559d",
33
+ "@uniformdev/files": "19.165.2-alpha.0+323887559d",
34
+ "@uniformdev/project-map": "19.165.2-alpha.0+323887559d",
35
+ "@uniformdev/redirect": "19.165.2-alpha.0+323887559d",
36
36
  "call-bind": "^1.0.2",
37
37
  "colorette": "2.0.20",
38
38
  "cosmiconfig": "9.0.0",
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "f8f7ef22e4180653122a8f30f8c184acc8e5b25b"
81
+ "gitHead": "323887559d1bdc7432f91d305afaec90b98f660f"
82
82
  }