@uniformdev/cli 20.35.1-alpha.210 → 20.35.1-alpha.228

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 +10 -10
package/dist/index.mjs CHANGED
@@ -1174,7 +1174,7 @@ var package_default = {
1174
1174
  "image-size": "^1.2.1",
1175
1175
  "isomorphic-git": "1.35.0",
1176
1176
  "js-yaml": "^4.1.0",
1177
- jsonwebtoken: "9.0.2",
1177
+ jsonwebtoken: "9.0.3",
1178
1178
  mitt: "^3.0.1",
1179
1179
  "normalize-newline": "^4.1.0",
1180
1180
  open: "10.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.35.1-alpha.210+4fa236da76",
3
+ "version": "20.35.1-alpha.228+26f6f414c9",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -28,13 +28,13 @@
28
28
  "dependencies": {
29
29
  "@inquirer/prompts": "^7.10.1",
30
30
  "@thi.ng/mime": "^2.2.23",
31
- "@uniformdev/assets": "20.35.1-alpha.210+4fa236da76",
32
- "@uniformdev/canvas": "20.35.1-alpha.210+4fa236da76",
33
- "@uniformdev/context": "20.35.1-alpha.210+4fa236da76",
34
- "@uniformdev/files": "20.35.1-alpha.210+4fa236da76",
35
- "@uniformdev/project-map": "20.35.1-alpha.210+4fa236da76",
36
- "@uniformdev/redirect": "20.35.1-alpha.210+4fa236da76",
37
- "@uniformdev/richtext": "20.35.1-alpha.210+4fa236da76",
31
+ "@uniformdev/assets": "20.35.1-alpha.228+26f6f414c9",
32
+ "@uniformdev/canvas": "20.35.1-alpha.228+26f6f414c9",
33
+ "@uniformdev/context": "20.35.1-alpha.228+26f6f414c9",
34
+ "@uniformdev/files": "20.35.1-alpha.228+26f6f414c9",
35
+ "@uniformdev/project-map": "20.35.1-alpha.228+26f6f414c9",
36
+ "@uniformdev/redirect": "20.35.1-alpha.228+26f6f414c9",
37
+ "@uniformdev/richtext": "20.35.1-alpha.228+26f6f414c9",
38
38
  "call-bind": "^1.0.2",
39
39
  "colorette": "2.0.20",
40
40
  "cosmiconfig": "9.0.0",
@@ -50,7 +50,7 @@
50
50
  "image-size": "^1.2.1",
51
51
  "isomorphic-git": "1.35.0",
52
52
  "js-yaml": "^4.1.0",
53
- "jsonwebtoken": "9.0.2",
53
+ "jsonwebtoken": "9.0.3",
54
54
  "mitt": "^3.0.1",
55
55
  "normalize-newline": "^4.1.0",
56
56
  "open": "10.2.0",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "4fa236da76e057582eae6c2595a2fa763fda886a"
84
+ "gitHead": "26f6f414c9725e8e36785bcf51e62e8b15331f2e"
85
85
  }