@uniformdev/cli 19.20.0 → 19.20.1-alpha.32

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
@@ -3126,7 +3126,7 @@ var package_default = {
3126
3126
  "graphql-request": "6.1.0",
3127
3127
  "https-proxy-agent": "^5.0.1",
3128
3128
  inquirer: "9.2.7",
3129
- "isomorphic-git": "1.21.0",
3129
+ "isomorphic-git": "1.24.0",
3130
3130
  "isomorphic-unfetch": "^3.1.0",
3131
3131
  "js-yaml": "^4.1.0",
3132
3132
  jsonwebtoken: "9.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.20.0",
3
+ "version": "19.20.1-alpha.32+9ad53dedb",
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.20.0",
20
- "@uniformdev/context": "19.20.0",
21
- "@uniformdev/project-map": "19.20.0",
22
- "@uniformdev/redirect": "19.20.0",
19
+ "@uniformdev/canvas": "19.20.1-alpha.32+9ad53dedb",
20
+ "@uniformdev/context": "19.20.1-alpha.32+9ad53dedb",
21
+ "@uniformdev/project-map": "19.20.1-alpha.32+9ad53dedb",
22
+ "@uniformdev/redirect": "19.20.1-alpha.32+9ad53dedb",
23
23
  "colorette": "2.0.20",
24
24
  "diff": "^5.0.0",
25
25
  "dotenv": "^16.0.3",
@@ -29,7 +29,7 @@
29
29
  "graphql-request": "6.1.0",
30
30
  "https-proxy-agent": "^5.0.1",
31
31
  "inquirer": "9.2.7",
32
- "isomorphic-git": "1.21.0",
32
+ "isomorphic-git": "1.24.0",
33
33
  "isomorphic-unfetch": "^3.1.0",
34
34
  "js-yaml": "^4.1.0",
35
35
  "jsonwebtoken": "9.0.0",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "eb731fec3a9f35b9cc6d218e2a77861ccf00441a"
62
+ "gitHead": "9ad53dedb0a0c580abc314fe1422f48a09efd0aa"
63
63
  }