@uniformdev/cli 20.33.1-alpha.54 → 20.34.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 +9 -9
package/dist/index.mjs CHANGED
@@ -8630,7 +8630,7 @@ import { PostHog } from "posthog-node";
8630
8630
  // package.json
8631
8631
  var package_default = {
8632
8632
  name: "@uniformdev/cli",
8633
- version: "20.33.0",
8633
+ version: "20.34.1",
8634
8634
  description: "Uniform command line interface tool",
8635
8635
  license: "SEE LICENSE IN LICENSE.txt",
8636
8636
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.33.1-alpha.54+03ae0b17d0",
3
+ "version": "20.34.1",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@thi.ng/mime": "^2.2.23",
30
- "@uniformdev/assets": "20.33.1-alpha.54+03ae0b17d0",
31
- "@uniformdev/canvas": "20.33.1-alpha.54+03ae0b17d0",
32
- "@uniformdev/context": "20.33.1-alpha.54+03ae0b17d0",
33
- "@uniformdev/files": "20.33.1-alpha.54+03ae0b17d0",
34
- "@uniformdev/project-map": "20.33.1-alpha.54+03ae0b17d0",
35
- "@uniformdev/redirect": "20.33.1-alpha.54+03ae0b17d0",
36
- "@uniformdev/richtext": "20.33.1-alpha.54+03ae0b17d0",
30
+ "@uniformdev/assets": "20.34.1",
31
+ "@uniformdev/canvas": "20.34.1",
32
+ "@uniformdev/context": "20.34.1",
33
+ "@uniformdev/files": "20.34.1",
34
+ "@uniformdev/project-map": "20.34.1",
35
+ "@uniformdev/redirect": "20.34.1",
36
+ "@uniformdev/richtext": "20.34.1",
37
37
  "call-bind": "^1.0.2",
38
38
  "colorette": "2.0.20",
39
39
  "cosmiconfig": "9.0.0",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "03ae0b17d098f1a09099ea76cf7625dec9a54b21"
84
+ "gitHead": "e118be221d19f1e59da7c5845bc3e784e0b42cf3"
85
85
  }