@uniformdev/cli 18.38.1-alpha.10 → 18.38.2-alpha.6

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 +6 -6
package/dist/index.mjs CHANGED
@@ -3233,7 +3233,7 @@ import { PostHog } from "posthog-node";
3233
3233
  // package.json
3234
3234
  var package_default = {
3235
3235
  name: "@uniformdev/cli",
3236
- version: "18.38.0",
3236
+ version: "18.38.1",
3237
3237
  description: "Uniform command line interface tool",
3238
3238
  license: "SEE LICENSE IN LICENSE.txt",
3239
3239
  main: "./cli.js",
@@ -3258,7 +3258,7 @@ var package_default = {
3258
3258
  execa: "5.1.1",
3259
3259
  "fs-jetpack": "5.1.0",
3260
3260
  graphql: "16.6.0",
3261
- "graphql-request": "5.1.0",
3261
+ "graphql-request": "6.0.0",
3262
3262
  "https-proxy-agent": "^5.0.1",
3263
3263
  inquirer: "9.1.5",
3264
3264
  "isomorphic-git": "1.21.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "18.38.1-alpha.10+13f006c1d",
3
+ "version": "18.38.2-alpha.6+d4938f167",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -16,16 +16,16 @@
16
16
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
17
17
  },
18
18
  "dependencies": {
19
- "@uniformdev/canvas": "18.38.1-alpha.10+13f006c1d",
20
- "@uniformdev/context": "18.38.1-alpha.10+13f006c1d",
21
- "@uniformdev/project-map": "18.38.1-alpha.10+13f006c1d",
19
+ "@uniformdev/canvas": "18.38.2-alpha.6+d4938f167",
20
+ "@uniformdev/context": "18.38.2-alpha.6+d4938f167",
21
+ "@uniformdev/project-map": "18.38.2-alpha.6+d4938f167",
22
22
  "chalk": "^5.2.0",
23
23
  "diff": "^5.0.0",
24
24
  "dotenv": "^16.0.3",
25
25
  "execa": "5.1.1",
26
26
  "fs-jetpack": "5.1.0",
27
27
  "graphql": "16.6.0",
28
- "graphql-request": "5.1.0",
28
+ "graphql-request": "6.0.0",
29
29
  "https-proxy-agent": "^5.0.1",
30
30
  "inquirer": "9.1.5",
31
31
  "isomorphic-git": "1.21.0",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "13f006c1d5ebbe593d33f3446a8de84b4a2d42d1"
62
+ "gitHead": "d4938f167d196bbd523e6cdd031f56fab4ceebf6"
63
63
  }