@uniformdev/cli 19.167.2-alpha.3 → 19.169.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 +2 -2
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -7463,7 +7463,7 @@ import { PostHog } from "posthog-node";
7463
7463
  // package.json
7464
7464
  var package_default = {
7465
7465
  name: "@uniformdev/cli",
7466
- version: "19.167.1",
7466
+ version: "19.169.0",
7467
7467
  description: "Uniform command line interface tool",
7468
7468
  license: "SEE LICENSE IN LICENSE.txt",
7469
7469
  main: "./cli.js",
@@ -7512,7 +7512,7 @@ var package_default = {
7512
7512
  "js-yaml": "^4.1.0",
7513
7513
  jsonwebtoken: "9.0.2",
7514
7514
  "lodash.isequalwith": "^4.4.0",
7515
- open: "9.1.0",
7515
+ open: "10.1.0",
7516
7516
  ora: "8.0.1",
7517
7517
  "p-queue": "7.3.4",
7518
7518
  "posthog-node": "4.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.167.2-alpha.3+d42f32a982",
3
+ "version": "19.169.0",
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.167.2-alpha.3+d42f32a982",
31
- "@uniformdev/canvas": "19.167.2-alpha.3+d42f32a982",
32
- "@uniformdev/context": "19.167.2-alpha.3+d42f32a982",
33
- "@uniformdev/files": "19.167.2-alpha.3+d42f32a982",
34
- "@uniformdev/project-map": "19.167.2-alpha.3+d42f32a982",
35
- "@uniformdev/redirect": "19.167.2-alpha.3+d42f32a982",
30
+ "@uniformdev/assets": "19.169.0",
31
+ "@uniformdev/canvas": "19.169.0",
32
+ "@uniformdev/context": "19.169.0",
33
+ "@uniformdev/files": "19.169.0",
34
+ "@uniformdev/project-map": "19.169.0",
35
+ "@uniformdev/redirect": "19.169.0",
36
36
  "call-bind": "^1.0.2",
37
37
  "colorette": "2.0.20",
38
38
  "cosmiconfig": "9.0.0",
@@ -49,7 +49,7 @@
49
49
  "js-yaml": "^4.1.0",
50
50
  "jsonwebtoken": "9.0.2",
51
51
  "lodash.isequalwith": "^4.4.0",
52
- "open": "9.1.0",
52
+ "open": "10.1.0",
53
53
  "ora": "8.0.1",
54
54
  "p-queue": "7.3.4",
55
55
  "posthog-node": "4.0.1",
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "d42f32a98294c96f55a29c10c7c461c5327f56f3"
81
+ "gitHead": "78f454f7178dfac0480403a9728c430b7697a724"
82
82
  }