@uniformdev/cli 19.22.0 → 19.22.1-alpha.8

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 +7 -7
package/dist/index.mjs CHANGED
@@ -3124,7 +3124,7 @@ var package_default = {
3124
3124
  "fs-jetpack": "5.1.0",
3125
3125
  graphql: "16.6.0",
3126
3126
  "graphql-request": "6.1.0",
3127
- "https-proxy-agent": "^5.0.1",
3127
+ "https-proxy-agent": "^7.0.0",
3128
3128
  inquirer: "9.2.7",
3129
3129
  "isomorphic-git": "1.24.0",
3130
3130
  "isomorphic-unfetch": "^3.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.22.0",
3
+ "version": "19.22.1-alpha.8+a8f730b12",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -16,10 +16,10 @@
16
16
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
17
17
  },
18
18
  "dependencies": {
19
- "@uniformdev/canvas": "19.22.0",
20
- "@uniformdev/context": "19.22.0",
21
- "@uniformdev/project-map": "19.22.0",
22
- "@uniformdev/redirect": "19.22.0",
19
+ "@uniformdev/canvas": "19.22.1-alpha.8+a8f730b12",
20
+ "@uniformdev/context": "19.22.1-alpha.8+a8f730b12",
21
+ "@uniformdev/project-map": "19.22.1-alpha.8+a8f730b12",
22
+ "@uniformdev/redirect": "19.22.1-alpha.8+a8f730b12",
23
23
  "colorette": "2.0.20",
24
24
  "diff": "^5.0.0",
25
25
  "dotenv": "^16.0.3",
@@ -27,7 +27,7 @@
27
27
  "fs-jetpack": "5.1.0",
28
28
  "graphql": "16.6.0",
29
29
  "graphql-request": "6.1.0",
30
- "https-proxy-agent": "^5.0.1",
30
+ "https-proxy-agent": "^7.0.0",
31
31
  "inquirer": "9.2.7",
32
32
  "isomorphic-git": "1.24.0",
33
33
  "isomorphic-unfetch": "^3.1.0",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "f3b826c15f64a8abc5bd7ca08c0539bd85684cf9"
62
+ "gitHead": "a8f730b12035a4d7c2e6a704d3777ff12df52ffc"
63
63
  }