@uniformdev/cli 19.194.1-alpha.3 → 19.195.1-alpha.2

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
@@ -7504,7 +7504,7 @@ import { PostHog } from "posthog-node";
7504
7504
  // package.json
7505
7505
  var package_default = {
7506
7506
  name: "@uniformdev/cli",
7507
- version: "19.194.0",
7507
+ version: "19.195.0",
7508
7508
  description: "Uniform command line interface tool",
7509
7509
  license: "SEE LICENSE IN LICENSE.txt",
7510
7510
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.194.1-alpha.3+9ba3c9e6f0",
3
+ "version": "19.195.1-alpha.2+f70c499178",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@thi.ng/mime": "^2.2.23",
30
- "@uniformdev/assets": "19.194.1-alpha.3+9ba3c9e6f0",
31
- "@uniformdev/canvas": "19.194.1-alpha.3+9ba3c9e6f0",
32
- "@uniformdev/context": "19.194.1-alpha.3+9ba3c9e6f0",
33
- "@uniformdev/files": "19.194.1-alpha.3+9ba3c9e6f0",
34
- "@uniformdev/project-map": "19.194.1-alpha.3+9ba3c9e6f0",
35
- "@uniformdev/redirect": "19.194.1-alpha.3+9ba3c9e6f0",
30
+ "@uniformdev/assets": "19.195.1-alpha.2+f70c499178",
31
+ "@uniformdev/canvas": "19.195.1-alpha.2+f70c499178",
32
+ "@uniformdev/context": "19.195.1-alpha.2+f70c499178",
33
+ "@uniformdev/files": "19.195.1-alpha.2+f70c499178",
34
+ "@uniformdev/project-map": "19.195.1-alpha.2+f70c499178",
35
+ "@uniformdev/redirect": "19.195.1-alpha.2+f70c499178",
36
36
  "call-bind": "^1.0.2",
37
37
  "colorette": "2.0.20",
38
38
  "cosmiconfig": "9.0.0",
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "9ba3c9e6f09642d4f7e77a9f4b90f416f2521073"
81
+ "gitHead": "f70c49917880b1aba91884760926f6ea66700a97"
82
82
  }