@uniformdev/cli 19.72.2-alpha.0 → 19.73.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
@@ -5445,7 +5445,7 @@ import { PostHog } from "posthog-node";
5445
5445
  // package.json
5446
5446
  var package_default = {
5447
5447
  name: "@uniformdev/cli",
5448
- version: "19.72.1",
5448
+ version: "19.73.0",
5449
5449
  description: "Uniform command line interface tool",
5450
5450
  license: "SEE LICENSE IN LICENSE.txt",
5451
5451
  main: "./cli.js",
@@ -5489,7 +5489,7 @@ var package_default = {
5489
5489
  open: "9.1.0",
5490
5490
  ora: "7.0.1",
5491
5491
  "p-queue": "7.3.4",
5492
- "posthog-node": "3.1.2",
5492
+ "posthog-node": "3.1.3",
5493
5493
  "registry-auth-token": "^5.0.0",
5494
5494
  "registry-url": "^6.0.0",
5495
5495
  slugify: "1.6.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.72.2-alpha.0+7c41d864e",
3
+ "version": "19.73.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.72.2-alpha.0+7c41d864e",
21
- "@uniformdev/canvas": "19.72.2-alpha.0+7c41d864e",
22
- "@uniformdev/context": "19.72.2-alpha.0+7c41d864e",
23
- "@uniformdev/files": "19.72.2-alpha.0+7c41d864e",
24
- "@uniformdev/project-map": "19.72.2-alpha.0+7c41d864e",
25
- "@uniformdev/redirect": "19.72.2-alpha.0+7c41d864e",
20
+ "@uniformdev/assets": "19.73.0",
21
+ "@uniformdev/canvas": "19.73.0",
22
+ "@uniformdev/context": "19.73.0",
23
+ "@uniformdev/files": "19.73.0",
24
+ "@uniformdev/project-map": "19.73.0",
25
+ "@uniformdev/redirect": "19.73.0",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -44,7 +44,7 @@
44
44
  "open": "9.1.0",
45
45
  "ora": "7.0.1",
46
46
  "p-queue": "7.3.4",
47
- "posthog-node": "3.1.2",
47
+ "posthog-node": "3.1.3",
48
48
  "registry-auth-token": "^5.0.0",
49
49
  "registry-url": "^6.0.0",
50
50
  "slugify": "1.6.6",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "7c41d864eb265bf902149f75d45ad2414ddb8c0e"
72
+ "gitHead": "1376a707cf81b8ff1d032cfc5c927c8eb213e713"
73
73
  }