@uniformdev/cli 19.63.3-alpha.0 → 19.65.1-alpha.4

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
@@ -5075,7 +5075,7 @@ import { PostHog } from "posthog-node";
5075
5075
  // package.json
5076
5076
  var package_default = {
5077
5077
  name: "@uniformdev/cli",
5078
- version: "19.63.2",
5078
+ version: "19.65.0",
5079
5079
  description: "Uniform command line interface tool",
5080
5080
  license: "SEE LICENSE IN LICENSE.txt",
5081
5081
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.63.3-alpha.0+d99b97b2a",
3
+ "version": "19.65.1-alpha.4+d9220a0f9",
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.63.3-alpha.0+d99b97b2a",
21
- "@uniformdev/context": "19.63.3-alpha.0+d99b97b2a",
22
- "@uniformdev/files": "19.63.3-alpha.0+d99b97b2a",
23
- "@uniformdev/project-map": "19.63.3-alpha.0+d99b97b2a",
24
- "@uniformdev/redirect": "19.63.3-alpha.0+d99b97b2a",
20
+ "@uniformdev/canvas": "19.65.1-alpha.4+d9220a0f9",
21
+ "@uniformdev/context": "19.65.1-alpha.4+d9220a0f9",
22
+ "@uniformdev/files": "19.65.1-alpha.4+d9220a0f9",
23
+ "@uniformdev/project-map": "19.65.1-alpha.4+d9220a0f9",
24
+ "@uniformdev/redirect": "19.65.1-alpha.4+d9220a0f9",
25
25
  "call-bind": "^1.0.2",
26
26
  "colorette": "2.0.20",
27
27
  "cosmiconfig": "8.3.6",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "d99b97b2ac5cbcd3b391384ac76d6fc92fbf526b"
71
+ "gitHead": "d9220a0f9c51bae1ae6b97d356ae510ffc484394"
72
72
  }