@uniformdev/cli 19.39.1-alpha.10 → 19.40.1-alpha.16

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 +6 -6
package/dist/index.mjs CHANGED
@@ -3751,7 +3751,7 @@ import { PostHog } from "posthog-node";
3751
3751
  // package.json
3752
3752
  var package_default = {
3753
3753
  name: "@uniformdev/cli",
3754
- version: "19.39.0",
3754
+ version: "19.40.0",
3755
3755
  description: "Uniform command line interface tool",
3756
3756
  license: "SEE LICENSE IN LICENSE.txt",
3757
3757
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.39.1-alpha.10+3cadc0bda",
3
+ "version": "19.40.1-alpha.16+810fa24de",
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.39.1-alpha.10+3cadc0bda",
20
- "@uniformdev/context": "19.39.1-alpha.10+3cadc0bda",
21
- "@uniformdev/project-map": "19.39.1-alpha.10+3cadc0bda",
22
- "@uniformdev/redirect": "19.39.1-alpha.10+3cadc0bda",
19
+ "@uniformdev/canvas": "19.40.1-alpha.16+810fa24de",
20
+ "@uniformdev/context": "19.40.1-alpha.16+810fa24de",
21
+ "@uniformdev/project-map": "19.40.1-alpha.16+810fa24de",
22
+ "@uniformdev/redirect": "19.40.1-alpha.16+810fa24de",
23
23
  "colorette": "2.0.20",
24
24
  "cosmiconfig": "8.2.0",
25
25
  "cosmiconfig-typescript-loader": "5.0.0",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "3cadc0bda1f144a292c62abf0b90c680d44e4454"
65
+ "gitHead": "810fa24de01ecdc5411e39456f2b5341db908cb0"
66
66
  }