@uniformdev/cli 19.106.1-alpha.3 → 19.106.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
@@ -6068,7 +6068,7 @@ import { PostHog } from "posthog-node";
6068
6068
  // package.json
6069
6069
  var package_default = {
6070
6070
  name: "@uniformdev/cli",
6071
- version: "19.106.0",
6071
+ version: "19.106.1",
6072
6072
  description: "Uniform command line interface tool",
6073
6073
  license: "SEE LICENSE IN LICENSE.txt",
6074
6074
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.106.1-alpha.3+47677ea6f",
3
+ "version": "19.106.1",
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.106.1-alpha.3+47677ea6f",
21
- "@uniformdev/canvas": "19.106.1-alpha.3+47677ea6f",
22
- "@uniformdev/context": "19.106.1-alpha.3+47677ea6f",
23
- "@uniformdev/files": "19.106.1-alpha.3+47677ea6f",
24
- "@uniformdev/project-map": "19.106.1-alpha.3+47677ea6f",
25
- "@uniformdev/redirect": "19.106.1-alpha.3+47677ea6f",
20
+ "@uniformdev/assets": "19.106.1",
21
+ "@uniformdev/canvas": "19.106.1",
22
+ "@uniformdev/context": "19.106.1",
23
+ "@uniformdev/files": "19.106.1",
24
+ "@uniformdev/project-map": "19.106.1",
25
+ "@uniformdev/redirect": "19.106.1",
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": "47677ea6fd6eb707bb30eb20dc67e42573e0516d"
72
+ "gitHead": "6655e72a7eb1e1975d472a8413987fc5a3ef028a"
73
73
  }