@uniformdev/cli 19.56.0 → 19.56.1-alpha.22

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 +3 -3
  2. package/package.json +10 -10
package/dist/index.mjs CHANGED
@@ -4807,7 +4807,7 @@ var package_default = {
4807
4807
  dotenv: "^16.0.3",
4808
4808
  execa: "5.1.1",
4809
4809
  "fs-jetpack": "5.1.0",
4810
- graphql: "16.8.0",
4810
+ graphql: "16.8.1",
4811
4811
  "graphql-request": "6.1.0",
4812
4812
  "https-proxy-agent": "^7.0.0",
4813
4813
  "image-size": "^1.0.2",
@@ -4830,9 +4830,9 @@ var package_default = {
4830
4830
  "@types/diff": "5.0.4",
4831
4831
  "@types/inquirer": "9.0.3",
4832
4832
  "@types/js-yaml": "4.0.6",
4833
- "@types/jsonwebtoken": "9.0.2",
4833
+ "@types/jsonwebtoken": "9.0.3",
4834
4834
  "@types/lodash.isequalwith": "4.4.7",
4835
- "@types/node": "18.17.6",
4835
+ "@types/node": "18.17.17",
4836
4836
  "@types/yargs": "17.0.24"
4837
4837
  },
4838
4838
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.56.0",
3
+ "version": "19.56.1-alpha.22+a6fd2a3df",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -17,11 +17,11 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@thi.ng/mime": "^2.2.23",
20
- "@uniformdev/canvas": "19.56.0",
21
- "@uniformdev/context": "19.56.0",
22
- "@uniformdev/files": "19.56.0",
23
- "@uniformdev/project-map": "19.56.0",
24
- "@uniformdev/redirect": "19.56.0",
20
+ "@uniformdev/canvas": "19.56.1-alpha.22+a6fd2a3df",
21
+ "@uniformdev/context": "19.56.1-alpha.22+a6fd2a3df",
22
+ "@uniformdev/files": "19.56.1-alpha.22+a6fd2a3df",
23
+ "@uniformdev/project-map": "19.56.1-alpha.22+a6fd2a3df",
24
+ "@uniformdev/redirect": "19.56.1-alpha.22+a6fd2a3df",
25
25
  "colorette": "2.0.20",
26
26
  "cosmiconfig": "8.2.0",
27
27
  "cosmiconfig-typescript-loader": "5.0.0",
@@ -29,7 +29,7 @@
29
29
  "dotenv": "^16.0.3",
30
30
  "execa": "5.1.1",
31
31
  "fs-jetpack": "5.1.0",
32
- "graphql": "16.8.0",
32
+ "graphql": "16.8.1",
33
33
  "graphql-request": "6.1.0",
34
34
  "https-proxy-agent": "^7.0.0",
35
35
  "image-size": "^1.0.2",
@@ -52,9 +52,9 @@
52
52
  "@types/diff": "5.0.4",
53
53
  "@types/inquirer": "9.0.3",
54
54
  "@types/js-yaml": "4.0.6",
55
- "@types/jsonwebtoken": "9.0.2",
55
+ "@types/jsonwebtoken": "9.0.3",
56
56
  "@types/lodash.isequalwith": "4.4.7",
57
- "@types/node": "18.17.6",
57
+ "@types/node": "18.17.17",
58
58
  "@types/yargs": "17.0.24"
59
59
  },
60
60
  "bin": {
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "56938585920b817df15d278b46cbb3bd56f18790"
69
+ "gitHead": "a6fd2a3dfdfa76a6610f664a81f3d531f98388f0"
70
70
  }