@uniformdev/cli 19.90.1-alpha.8 → 19.91.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 +8 -8
package/dist/index.mjs CHANGED
@@ -5880,7 +5880,7 @@ import { PostHog } from "posthog-node";
5880
5880
  // package.json
5881
5881
  var package_default = {
5882
5882
  name: "@uniformdev/cli",
5883
- version: "19.90.0",
5883
+ version: "19.91.0",
5884
5884
  description: "Uniform command line interface tool",
5885
5885
  license: "SEE LICENSE IN LICENSE.txt",
5886
5886
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.90.1-alpha.8+b7a030f80",
3
+ "version": "19.91.0",
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.90.1-alpha.8+b7a030f80",
21
- "@uniformdev/canvas": "19.90.1-alpha.8+b7a030f80",
22
- "@uniformdev/context": "19.90.1-alpha.8+b7a030f80",
23
- "@uniformdev/files": "19.90.1-alpha.8+b7a030f80",
24
- "@uniformdev/project-map": "19.90.1-alpha.8+b7a030f80",
25
- "@uniformdev/redirect": "19.90.1-alpha.8+b7a030f80",
20
+ "@uniformdev/assets": "19.91.0",
21
+ "@uniformdev/canvas": "19.91.0",
22
+ "@uniformdev/context": "19.91.0",
23
+ "@uniformdev/files": "19.91.0",
24
+ "@uniformdev/project-map": "19.91.0",
25
+ "@uniformdev/redirect": "19.91.0",
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": "b7a030f80fb1ba2389f8d9e1f34329da488dcf4c"
72
+ "gitHead": "c1d1a232c177a29f73ec0334d5b70e11fc6f4d77"
73
73
  }