@uniformdev/cli 19.50.0 → 19.50.2-alpha.11

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 +2 -2
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -4759,7 +4759,7 @@ import { PostHog } from "posthog-node";
4759
4759
  // package.json
4760
4760
  var package_default = {
4761
4761
  name: "@uniformdev/cli",
4762
- version: "19.50.0",
4762
+ version: "19.50.1",
4763
4763
  description: "Uniform command line interface tool",
4764
4764
  license: "SEE LICENSE IN LICENSE.txt",
4765
4765
  main: "./cli.js",
@@ -4796,7 +4796,7 @@ var package_default = {
4796
4796
  "isomorphic-git": "1.24.5",
4797
4797
  "isomorphic-unfetch": "^3.1.0",
4798
4798
  "js-yaml": "^4.1.0",
4799
- jsonwebtoken: "9.0.1",
4799
+ jsonwebtoken: "9.0.2",
4800
4800
  "lodash.isequalwith": "^4.4.0",
4801
4801
  open: "9.1.0",
4802
4802
  ora: "6.3.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.50.0",
3
+ "version": "19.50.2-alpha.11+3ffe35383",
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.50.0",
21
- "@uniformdev/context": "19.50.0",
22
- "@uniformdev/files": "19.50.0",
23
- "@uniformdev/project-map": "19.50.0",
24
- "@uniformdev/redirect": "19.50.0",
20
+ "@uniformdev/canvas": "19.50.2-alpha.11+3ffe35383",
21
+ "@uniformdev/context": "19.50.2-alpha.11+3ffe35383",
22
+ "@uniformdev/files": "19.50.2-alpha.11+3ffe35383",
23
+ "@uniformdev/project-map": "19.50.2-alpha.11+3ffe35383",
24
+ "@uniformdev/redirect": "19.50.2-alpha.11+3ffe35383",
25
25
  "colorette": "2.0.20",
26
26
  "cosmiconfig": "8.2.0",
27
27
  "cosmiconfig-typescript-loader": "5.0.0",
@@ -37,7 +37,7 @@
37
37
  "isomorphic-git": "1.24.5",
38
38
  "isomorphic-unfetch": "^3.1.0",
39
39
  "js-yaml": "^4.1.0",
40
- "jsonwebtoken": "9.0.1",
40
+ "jsonwebtoken": "9.0.2",
41
41
  "lodash.isequalwith": "^4.4.0",
42
42
  "open": "9.1.0",
43
43
  "ora": "6.3.1",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "b5591b7986196c3917e9cababafaeeef1871cd47"
69
+ "gitHead": "3ffe35383d936fe485db7afd0506f4ea40386926"
70
70
  }