@uniformdev/cli 19.139.0 → 19.141.1-alpha.5

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
@@ -6436,7 +6436,7 @@ import { PostHog } from "posthog-node";
6436
6436
  // package.json
6437
6437
  var package_default = {
6438
6438
  name: "@uniformdev/cli",
6439
- version: "19.139.0",
6439
+ version: "19.141.0",
6440
6440
  description: "Uniform command line interface tool",
6441
6441
  license: "SEE LICENSE IN LICENSE.txt",
6442
6442
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.139.0",
3
+ "version": "19.141.1-alpha.5+4c722bef9c",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@thi.ng/mime": "^2.2.23",
20
- "@uniformdev/assets": "19.139.0",
21
- "@uniformdev/canvas": "19.139.0",
22
- "@uniformdev/context": "19.139.0",
23
- "@uniformdev/files": "19.139.0",
24
- "@uniformdev/project-map": "19.139.0",
25
- "@uniformdev/redirect": "19.139.0",
20
+ "@uniformdev/assets": "19.141.1-alpha.5+4c722bef9c",
21
+ "@uniformdev/canvas": "19.141.1-alpha.5+4c722bef9c",
22
+ "@uniformdev/context": "19.141.1-alpha.5+4c722bef9c",
23
+ "@uniformdev/files": "19.141.1-alpha.5+4c722bef9c",
24
+ "@uniformdev/project-map": "19.141.1-alpha.5+4c722bef9c",
25
+ "@uniformdev/redirect": "19.141.1-alpha.5+4c722bef9c",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "86f2f88868e7f17acf970e1cbf7612650761e961"
71
+ "gitHead": "4c722bef9cfbf90b8981cec47fadec37b02a3c12"
72
72
  }