@uniformdev/cli 19.85.1-alpha.14 → 19.86.1-alpha.10

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
@@ -5589,7 +5589,7 @@ import { PostHog } from "posthog-node";
5589
5589
  // package.json
5590
5590
  var package_default = {
5591
5591
  name: "@uniformdev/cli",
5592
- version: "19.85.0",
5592
+ version: "19.86.0",
5593
5593
  description: "Uniform command line interface tool",
5594
5594
  license: "SEE LICENSE IN LICENSE.txt",
5595
5595
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.85.1-alpha.14+148ddea5e",
3
+ "version": "19.86.1-alpha.10+3a63322d8",
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.85.1-alpha.14+148ddea5e",
21
- "@uniformdev/canvas": "19.85.1-alpha.14+148ddea5e",
22
- "@uniformdev/context": "19.85.1-alpha.14+148ddea5e",
23
- "@uniformdev/files": "19.85.1-alpha.14+148ddea5e",
24
- "@uniformdev/project-map": "19.85.1-alpha.14+148ddea5e",
25
- "@uniformdev/redirect": "19.85.1-alpha.14+148ddea5e",
20
+ "@uniformdev/assets": "19.86.1-alpha.10+3a63322d8",
21
+ "@uniformdev/canvas": "19.86.1-alpha.10+3a63322d8",
22
+ "@uniformdev/context": "19.86.1-alpha.10+3a63322d8",
23
+ "@uniformdev/files": "19.86.1-alpha.10+3a63322d8",
24
+ "@uniformdev/project-map": "19.86.1-alpha.10+3a63322d8",
25
+ "@uniformdev/redirect": "19.86.1-alpha.10+3a63322d8",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "148ddea5e71802b94cac8856b95f3ad285b5be25"
72
+ "gitHead": "3a63322d8e6be500eec846e067b9afb7cd28c6fd"
73
73
  }