@uniformdev/cli 19.12.0 → 19.14.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 +3 -3
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -3101,7 +3101,7 @@ import { PostHog } from "posthog-node";
3101
3101
  // package.json
3102
3102
  var package_default = {
3103
3103
  name: "@uniformdev/cli",
3104
- version: "19.12.0",
3104
+ version: "19.14.0",
3105
3105
  description: "Uniform command line interface tool",
3106
3106
  license: "SEE LICENSE IN LICENSE.txt",
3107
3107
  main: "./cli.js",
@@ -3129,7 +3129,7 @@ var package_default = {
3129
3129
  graphql: "16.6.0",
3130
3130
  "graphql-request": "6.0.0",
3131
3131
  "https-proxy-agent": "^5.0.1",
3132
- inquirer: "9.2.3",
3132
+ inquirer: "9.2.5",
3133
3133
  "isomorphic-git": "1.21.0",
3134
3134
  "isomorphic-unfetch": "^3.1.0",
3135
3135
  "js-yaml": "^4.1.0",
@@ -3148,7 +3148,7 @@ var package_default = {
3148
3148
  "@types/js-yaml": "4.0.5",
3149
3149
  "@types/jsonwebtoken": "9.0.2",
3150
3150
  "@types/lodash.isequalwith": "4.4.7",
3151
- "@types/node": "18.16.13",
3151
+ "@types/node": "18.16.14",
3152
3152
  "@types/yargs": "17.0.24"
3153
3153
  },
3154
3154
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.12.0",
3
+ "version": "19.14.0",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -16,10 +16,10 @@
16
16
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
17
17
  },
18
18
  "dependencies": {
19
- "@uniformdev/canvas": "19.12.0",
20
- "@uniformdev/context": "19.12.0",
21
- "@uniformdev/project-map": "19.12.0",
22
- "@uniformdev/redirect": "19.12.0",
19
+ "@uniformdev/canvas": "19.14.0",
20
+ "@uniformdev/context": "19.14.0",
21
+ "@uniformdev/project-map": "19.14.0",
22
+ "@uniformdev/redirect": "19.14.0",
23
23
  "ansi-colors": "^4.1.3",
24
24
  "diff": "^5.0.0",
25
25
  "dotenv": "^16.0.3",
@@ -28,7 +28,7 @@
28
28
  "graphql": "16.6.0",
29
29
  "graphql-request": "6.0.0",
30
30
  "https-proxy-agent": "^5.0.1",
31
- "inquirer": "9.2.3",
31
+ "inquirer": "9.2.5",
32
32
  "isomorphic-git": "1.21.0",
33
33
  "isomorphic-unfetch": "^3.1.0",
34
34
  "js-yaml": "^4.1.0",
@@ -47,7 +47,7 @@
47
47
  "@types/js-yaml": "4.0.5",
48
48
  "@types/jsonwebtoken": "9.0.2",
49
49
  "@types/lodash.isequalwith": "4.4.7",
50
- "@types/node": "18.16.13",
50
+ "@types/node": "18.16.14",
51
51
  "@types/yargs": "17.0.24"
52
52
  },
53
53
  "bin": {
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "ca508c44f1b274e3e47d90717a98036256ae8379"
62
+ "gitHead": "5686491ae82205c2e7c19254246640a9513bd8e4"
63
63
  }