@uniformdev/cli 19.81.1 → 19.81.2-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 +1 -1
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -5511,7 +5511,7 @@ var package_default = {
5511
5511
  "@types/inquirer": "9.0.3",
5512
5512
  "@types/js-yaml": "4.0.9",
5513
5513
  "@types/jsonwebtoken": "9.0.5",
5514
- "@types/lodash.isequalwith": "4.4.7",
5514
+ "@types/lodash.isequalwith": "4.4.9",
5515
5515
  "@types/node": "18.17.18",
5516
5516
  "@types/yargs": "17.0.24"
5517
5517
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.81.1",
3
+ "version": "19.81.2-alpha.22+2fbda83df",
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.81.1",
21
- "@uniformdev/canvas": "19.81.1",
22
- "@uniformdev/context": "19.81.1",
23
- "@uniformdev/files": "19.81.1",
24
- "@uniformdev/project-map": "19.81.1",
25
- "@uniformdev/redirect": "19.81.1",
20
+ "@uniformdev/assets": "19.81.2-alpha.22+2fbda83df",
21
+ "@uniformdev/canvas": "19.81.2-alpha.22+2fbda83df",
22
+ "@uniformdev/context": "19.81.2-alpha.22+2fbda83df",
23
+ "@uniformdev/files": "19.81.2-alpha.22+2fbda83df",
24
+ "@uniformdev/project-map": "19.81.2-alpha.22+2fbda83df",
25
+ "@uniformdev/redirect": "19.81.2-alpha.22+2fbda83df",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -56,7 +56,7 @@
56
56
  "@types/inquirer": "9.0.3",
57
57
  "@types/js-yaml": "4.0.9",
58
58
  "@types/jsonwebtoken": "9.0.5",
59
- "@types/lodash.isequalwith": "4.4.7",
59
+ "@types/lodash.isequalwith": "4.4.9",
60
60
  "@types/node": "18.17.18",
61
61
  "@types/yargs": "17.0.24"
62
62
  },
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "e72e4f188122bfe8b9944515be927d1f3febf257"
72
+ "gitHead": "2fbda83df1085a9a91c7fbe9ac53056cc64707d2"
73
73
  }