@uniformdev/cli 19.196.1-alpha.2 → 19.196.1

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
@@ -7563,7 +7563,7 @@ import { PostHog } from "posthog-node";
7563
7563
  // package.json
7564
7564
  var package_default = {
7565
7565
  name: "@uniformdev/cli",
7566
- version: "19.196.0",
7566
+ version: "19.196.1",
7567
7567
  description: "Uniform command line interface tool",
7568
7568
  license: "SEE LICENSE IN LICENSE.txt",
7569
7569
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.196.1-alpha.2+b5b5fd8fb8",
3
+ "version": "19.196.1",
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.196.1-alpha.2+b5b5fd8fb8",
31
- "@uniformdev/canvas": "19.196.1-alpha.2+b5b5fd8fb8",
32
- "@uniformdev/context": "19.196.1-alpha.2+b5b5fd8fb8",
33
- "@uniformdev/files": "19.196.1-alpha.2+b5b5fd8fb8",
34
- "@uniformdev/project-map": "19.196.1-alpha.2+b5b5fd8fb8",
35
- "@uniformdev/redirect": "19.196.1-alpha.2+b5b5fd8fb8",
30
+ "@uniformdev/assets": "19.196.1",
31
+ "@uniformdev/canvas": "19.196.1",
32
+ "@uniformdev/context": "19.196.1",
33
+ "@uniformdev/files": "19.196.1",
34
+ "@uniformdev/project-map": "19.196.1",
35
+ "@uniformdev/redirect": "19.196.1",
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": "b5b5fd8fb8c08700c600b0761efd6723cee2413f"
81
+ "gitHead": "2956ed44925708e9c670de8f8fa8227208f03584"
82
82
  }