@uniformdev/cli 19.127.0 → 19.128.1-alpha.8

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
@@ -6437,7 +6437,7 @@ import { PostHog } from "posthog-node";
6437
6437
  // package.json
6438
6438
  var package_default = {
6439
6439
  name: "@uniformdev/cli",
6440
- version: "19.127.0",
6440
+ version: "19.128.0",
6441
6441
  description: "Uniform command line interface tool",
6442
6442
  license: "SEE LICENSE IN LICENSE.txt",
6443
6443
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.127.0",
3
+ "version": "19.128.1-alpha.8+63ab00ff70",
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.127.0",
21
- "@uniformdev/canvas": "19.127.0",
22
- "@uniformdev/context": "19.127.0",
23
- "@uniformdev/files": "19.127.0",
24
- "@uniformdev/project-map": "19.127.0",
25
- "@uniformdev/redirect": "19.127.0",
20
+ "@uniformdev/assets": "19.128.1-alpha.8+63ab00ff70",
21
+ "@uniformdev/canvas": "19.128.1-alpha.8+63ab00ff70",
22
+ "@uniformdev/context": "19.128.1-alpha.8+63ab00ff70",
23
+ "@uniformdev/files": "19.128.1-alpha.8+63ab00ff70",
24
+ "@uniformdev/project-map": "19.128.1-alpha.8+63ab00ff70",
25
+ "@uniformdev/redirect": "19.128.1-alpha.8+63ab00ff70",
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": "3757cfe081cf40d019cb9f65d0a26e2a4fbdb1f6"
72
+ "gitHead": "63ab00ff70176d970c6ba1e265c50b9767dcaa9b"
73
73
  }