@uniformdev/cli 19.59.0 → 19.60.1-alpha.6

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 +7 -7
package/dist/index.mjs CHANGED
@@ -4779,7 +4779,7 @@ import { PostHog } from "posthog-node";
4779
4779
  // package.json
4780
4780
  var package_default = {
4781
4781
  name: "@uniformdev/cli",
4782
- version: "19.59.0",
4782
+ version: "19.60.0",
4783
4783
  description: "Uniform command line interface tool",
4784
4784
  license: "SEE LICENSE IN LICENSE.txt",
4785
4785
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.59.0",
3
+ "version": "19.60.1-alpha.6+ac384b46c",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -17,11 +17,11 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@thi.ng/mime": "^2.2.23",
20
- "@uniformdev/canvas": "19.59.0",
21
- "@uniformdev/context": "19.59.0",
22
- "@uniformdev/files": "19.59.0",
23
- "@uniformdev/project-map": "19.59.0",
24
- "@uniformdev/redirect": "19.59.0",
20
+ "@uniformdev/canvas": "19.60.1-alpha.6+ac384b46c",
21
+ "@uniformdev/context": "19.60.1-alpha.6+ac384b46c",
22
+ "@uniformdev/files": "19.60.1-alpha.6+ac384b46c",
23
+ "@uniformdev/project-map": "19.60.1-alpha.6+ac384b46c",
24
+ "@uniformdev/redirect": "19.60.1-alpha.6+ac384b46c",
25
25
  "colorette": "2.0.20",
26
26
  "cosmiconfig": "8.3.6",
27
27
  "cosmiconfig-typescript-loader": "5.0.0",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "912b2badf364d2959cb0b664ba16d9741f16add5"
69
+ "gitHead": "ac384b46c7694dbecf4983cb04cd66dc8904c5fa"
70
70
  }