@uniformdev/cli 20.25.2-alpha.0 → 20.26.0

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
@@ -8548,7 +8548,7 @@ import { PostHog } from "posthog-node";
8548
8548
  // package.json
8549
8549
  var package_default = {
8550
8550
  name: "@uniformdev/cli",
8551
- version: "20.25.1",
8551
+ version: "20.26.0",
8552
8552
  description: "Uniform command line interface tool",
8553
8553
  license: "SEE LICENSE IN LICENSE.txt",
8554
8554
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.25.2-alpha.0+93d3ffc2f1",
3
+ "version": "20.26.0",
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.25.2-alpha.0+93d3ffc2f1",
31
- "@uniformdev/canvas": "20.25.2-alpha.0+93d3ffc2f1",
32
- "@uniformdev/context": "20.25.2-alpha.0+93d3ffc2f1",
33
- "@uniformdev/files": "20.25.2-alpha.0+93d3ffc2f1",
34
- "@uniformdev/project-map": "20.25.2-alpha.0+93d3ffc2f1",
35
- "@uniformdev/redirect": "20.25.2-alpha.0+93d3ffc2f1",
36
- "@uniformdev/richtext": "20.25.2-alpha.0+93d3ffc2f1",
30
+ "@uniformdev/assets": "20.26.0",
31
+ "@uniformdev/canvas": "20.26.0",
32
+ "@uniformdev/context": "20.26.0",
33
+ "@uniformdev/files": "20.26.0",
34
+ "@uniformdev/project-map": "20.26.0",
35
+ "@uniformdev/redirect": "20.26.0",
36
+ "@uniformdev/richtext": "20.26.0",
37
37
  "call-bind": "^1.0.2",
38
38
  "colorette": "2.0.20",
39
39
  "cosmiconfig": "9.0.0",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "93d3ffc2f1717d4ab6789d483ca7164f68a36b72"
82
+ "gitHead": "ef00de53951dbf1bc894c099aabd1252a670dee3"
83
83
  }