@uniformdev/cli 19.92.3 → 19.93.1-alpha.40

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 +4 -4
  2. package/package.json +11 -11
package/dist/index.mjs CHANGED
@@ -6064,7 +6064,7 @@ import { PostHog } from "posthog-node";
6064
6064
  // package.json
6065
6065
  var package_default = {
6066
6066
  name: "@uniformdev/cli",
6067
- version: "19.92.3",
6067
+ version: "19.95.3",
6068
6068
  description: "Uniform command line interface tool",
6069
6069
  license: "SEE LICENSE IN LICENSE.txt",
6070
6070
  main: "./cli.js",
@@ -6100,13 +6100,13 @@ var package_default = {
6100
6100
  "https-proxy-agent": "^7.0.0",
6101
6101
  "image-size": "^1.0.2",
6102
6102
  inquirer: "9.2.12",
6103
- "isomorphic-git": "1.24.5",
6103
+ "isomorphic-git": "1.25.2",
6104
6104
  "isomorphic-unfetch": "^4.0.0",
6105
6105
  "js-yaml": "^4.1.0",
6106
6106
  jsonwebtoken: "9.0.2",
6107
6107
  "lodash.isequalwith": "^4.4.0",
6108
6108
  open: "9.1.0",
6109
- ora: "7.0.1",
6109
+ ora: "8.0.1",
6110
6110
  "p-queue": "7.3.4",
6111
6111
  "posthog-node": "3.2.1",
6112
6112
  "registry-auth-token": "^5.0.0",
@@ -6121,7 +6121,7 @@ var package_default = {
6121
6121
  "@types/js-yaml": "4.0.9",
6122
6122
  "@types/jsonwebtoken": "9.0.5",
6123
6123
  "@types/lodash.isequalwith": "4.4.9",
6124
- "@types/node": "20.10.5",
6124
+ "@types/node": "20.10.6",
6125
6125
  "@types/yargs": "17.0.32"
6126
6126
  },
6127
6127
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.92.3",
3
+ "version": "19.93.1-alpha.40+6fc526bf8b",
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.92.3",
21
- "@uniformdev/canvas": "19.92.3",
22
- "@uniformdev/context": "19.92.3",
23
- "@uniformdev/files": "19.92.3",
24
- "@uniformdev/project-map": "19.92.3",
25
- "@uniformdev/redirect": "19.92.3",
20
+ "@uniformdev/assets": "19.93.1-alpha.40+6fc526bf8b",
21
+ "@uniformdev/canvas": "19.93.1-alpha.40+6fc526bf8b",
22
+ "@uniformdev/context": "19.93.1-alpha.40+6fc526bf8b",
23
+ "@uniformdev/files": "19.93.1-alpha.40+6fc526bf8b",
24
+ "@uniformdev/project-map": "19.93.1-alpha.40+6fc526bf8b",
25
+ "@uniformdev/redirect": "19.93.1-alpha.40+6fc526bf8b",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -36,13 +36,13 @@
36
36
  "https-proxy-agent": "^7.0.0",
37
37
  "image-size": "^1.0.2",
38
38
  "inquirer": "9.2.12",
39
- "isomorphic-git": "1.24.5",
39
+ "isomorphic-git": "1.25.2",
40
40
  "isomorphic-unfetch": "^4.0.0",
41
41
  "js-yaml": "^4.1.0",
42
42
  "jsonwebtoken": "9.0.2",
43
43
  "lodash.isequalwith": "^4.4.0",
44
44
  "open": "9.1.0",
45
- "ora": "7.0.1",
45
+ "ora": "8.0.1",
46
46
  "p-queue": "7.3.4",
47
47
  "posthog-node": "3.2.1",
48
48
  "registry-auth-token": "^5.0.0",
@@ -57,7 +57,7 @@
57
57
  "@types/js-yaml": "4.0.9",
58
58
  "@types/jsonwebtoken": "9.0.5",
59
59
  "@types/lodash.isequalwith": "4.4.9",
60
- "@types/node": "20.10.5",
60
+ "@types/node": "20.10.6",
61
61
  "@types/yargs": "17.0.32"
62
62
  },
63
63
  "bin": {
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "7eeadbc2ffc4a2808ddbe8ef9258ae46504cec91"
72
+ "gitHead": "6fc526bf8be2c940317c2876080ee9072608356b"
73
73
  }