@uniformdev/cli 19.209.0 → 19.209.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
@@ -8393,7 +8393,7 @@ import { PostHog } from "posthog-node";
8393
8393
  // package.json
8394
8394
  var package_default = {
8395
8395
  name: "@uniformdev/cli",
8396
- version: "19.209.0",
8396
+ version: "19.209.1",
8397
8397
  description: "Uniform command line interface tool",
8398
8398
  license: "SEE LICENSE IN LICENSE.txt",
8399
8399
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.209.0",
3
+ "version": "19.209.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.209.0",
31
- "@uniformdev/canvas": "19.209.0",
32
- "@uniformdev/context": "19.209.0",
33
- "@uniformdev/files": "19.209.0",
34
- "@uniformdev/project-map": "19.209.0",
35
- "@uniformdev/redirect": "19.209.0",
30
+ "@uniformdev/assets": "19.209.1",
31
+ "@uniformdev/canvas": "19.209.1",
32
+ "@uniformdev/context": "19.209.1",
33
+ "@uniformdev/files": "19.209.1",
34
+ "@uniformdev/project-map": "19.209.1",
35
+ "@uniformdev/redirect": "19.209.1",
36
36
  "call-bind": "^1.0.2",
37
37
  "colorette": "2.0.20",
38
38
  "cosmiconfig": "9.0.0",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "8e4f9dd23cb5dd695511f73714b3ef055acf1955"
82
+ "gitHead": "4dd40ad208d31d9c446a01434e804a0d47a562a9"
83
83
  }