@uniformdev/cli 19.56.1-alpha.9 → 19.58.0

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 +5 -5
  2. package/package.json +10 -10
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.28_ts-node@10.9.1_typescript@5.1.6/node_modules/tsup/assets/esm_shims.js
3
+ // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.28_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js
4
4
  import { fileURLToPath } from "url";
5
5
  import path from "path";
6
6
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -4778,7 +4778,7 @@ import { PostHog } from "posthog-node";
4778
4778
  // package.json
4779
4779
  var package_default = {
4780
4780
  name: "@uniformdev/cli",
4781
- version: "19.56.0",
4781
+ version: "19.58.0",
4782
4782
  description: "Uniform command line interface tool",
4783
4783
  license: "SEE LICENSE IN LICENSE.txt",
4784
4784
  main: "./cli.js",
@@ -4801,7 +4801,7 @@ var package_default = {
4801
4801
  "@uniformdev/project-map": "workspace:*",
4802
4802
  "@uniformdev/redirect": "workspace:*",
4803
4803
  colorette: "2.0.20",
4804
- cosmiconfig: "8.2.0",
4804
+ cosmiconfig: "8.3.6",
4805
4805
  "cosmiconfig-typescript-loader": "5.0.0",
4806
4806
  diff: "^5.0.0",
4807
4807
  dotenv: "^16.0.3",
@@ -4811,7 +4811,7 @@ var package_default = {
4811
4811
  "graphql-request": "6.1.0",
4812
4812
  "https-proxy-agent": "^7.0.0",
4813
4813
  "image-size": "^1.0.2",
4814
- inquirer: "9.2.10",
4814
+ inquirer: "9.2.11",
4815
4815
  "isomorphic-git": "1.24.5",
4816
4816
  "isomorphic-unfetch": "^3.1.0",
4817
4817
  "js-yaml": "^4.1.0",
@@ -4832,7 +4832,7 @@ var package_default = {
4832
4832
  "@types/js-yaml": "4.0.6",
4833
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.1-alpha.9+020a94693",
3
+ "version": "19.58.0",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -17,13 +17,13 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@thi.ng/mime": "^2.2.23",
20
- "@uniformdev/canvas": "19.56.1-alpha.9+020a94693",
21
- "@uniformdev/context": "19.56.1-alpha.9+020a94693",
22
- "@uniformdev/files": "19.56.1-alpha.9+020a94693",
23
- "@uniformdev/project-map": "19.56.1-alpha.9+020a94693",
24
- "@uniformdev/redirect": "19.56.1-alpha.9+020a94693",
20
+ "@uniformdev/canvas": "19.58.0",
21
+ "@uniformdev/context": "19.58.0",
22
+ "@uniformdev/files": "19.58.0",
23
+ "@uniformdev/project-map": "19.58.0",
24
+ "@uniformdev/redirect": "19.58.0",
25
25
  "colorette": "2.0.20",
26
- "cosmiconfig": "8.2.0",
26
+ "cosmiconfig": "8.3.6",
27
27
  "cosmiconfig-typescript-loader": "5.0.0",
28
28
  "diff": "^5.0.0",
29
29
  "dotenv": "^16.0.3",
@@ -33,7 +33,7 @@
33
33
  "graphql-request": "6.1.0",
34
34
  "https-proxy-agent": "^7.0.0",
35
35
  "image-size": "^1.0.2",
36
- "inquirer": "9.2.10",
36
+ "inquirer": "9.2.11",
37
37
  "isomorphic-git": "1.24.5",
38
38
  "isomorphic-unfetch": "^3.1.0",
39
39
  "js-yaml": "^4.1.0",
@@ -54,7 +54,7 @@
54
54
  "@types/js-yaml": "4.0.6",
55
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": "020a9469359bc5480785058a22b87e5fe8579799"
69
+ "gitHead": "1e355c1405dc744f333cbce45766965c160c535c"
70
70
  }