@uniformdev/cli 18.33.0 → 18.34.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 +1 -1
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -3225,7 +3225,7 @@ import { PostHog } from "posthog-node";
3225
3225
  // package.json
3226
3226
  var package_default = {
3227
3227
  name: "@uniformdev/cli",
3228
- version: "18.33.0",
3228
+ version: "18.34.0",
3229
3229
  description: "Uniform command line interface tool",
3230
3230
  license: "SEE LICENSE IN LICENSE.txt",
3231
3231
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "18.33.0",
3
+ "version": "18.34.0",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -16,9 +16,9 @@
16
16
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
17
17
  },
18
18
  "dependencies": {
19
- "@uniformdev/canvas": "18.33.0",
20
- "@uniformdev/context": "18.33.0",
21
- "@uniformdev/project-map": "18.33.0",
19
+ "@uniformdev/canvas": "18.34.0",
20
+ "@uniformdev/context": "18.34.0",
21
+ "@uniformdev/project-map": "18.34.0",
22
22
  "chalk": "^5.2.0",
23
23
  "diff": "^5.0.0",
24
24
  "dotenv": "^16.0.3",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "2b6ca533e90fa133ead4ce435f4a3f19e30b21c1"
62
+ "gitHead": "563ab31aa4308102c988bea321028e73efe836d0"
63
63
  }