@uniformdev/cli 19.55.1-alpha.8 → 19.56.1-alpha.5

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 +8 -8
package/dist/index.mjs CHANGED
@@ -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.55.0",
4781
+ version: "19.56.0",
4782
4782
  description: "Uniform command line interface tool",
4783
4783
  license: "SEE LICENSE IN LICENSE.txt",
4784
4784
  main: "./cli.js",
@@ -4829,7 +4829,7 @@ var package_default = {
4829
4829
  devDependencies: {
4830
4830
  "@types/diff": "5.0.4",
4831
4831
  "@types/inquirer": "9.0.3",
4832
- "@types/js-yaml": "4.0.5",
4832
+ "@types/js-yaml": "4.0.6",
4833
4833
  "@types/jsonwebtoken": "9.0.2",
4834
4834
  "@types/lodash.isequalwith": "4.4.7",
4835
4835
  "@types/node": "18.17.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.55.1-alpha.8+02b3f0ddb",
3
+ "version": "19.56.1-alpha.5+7dd8fa6f9",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -17,11 +17,11 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@thi.ng/mime": "^2.2.23",
20
- "@uniformdev/canvas": "19.55.1-alpha.8+02b3f0ddb",
21
- "@uniformdev/context": "19.55.1-alpha.8+02b3f0ddb",
22
- "@uniformdev/files": "19.55.1-alpha.8+02b3f0ddb",
23
- "@uniformdev/project-map": "19.55.1-alpha.8+02b3f0ddb",
24
- "@uniformdev/redirect": "19.55.1-alpha.8+02b3f0ddb",
20
+ "@uniformdev/canvas": "19.56.1-alpha.5+7dd8fa6f9",
21
+ "@uniformdev/context": "19.56.1-alpha.5+7dd8fa6f9",
22
+ "@uniformdev/files": "19.56.1-alpha.5+7dd8fa6f9",
23
+ "@uniformdev/project-map": "19.56.1-alpha.5+7dd8fa6f9",
24
+ "@uniformdev/redirect": "19.56.1-alpha.5+7dd8fa6f9",
25
25
  "colorette": "2.0.20",
26
26
  "cosmiconfig": "8.2.0",
27
27
  "cosmiconfig-typescript-loader": "5.0.0",
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@types/diff": "5.0.4",
53
53
  "@types/inquirer": "9.0.3",
54
- "@types/js-yaml": "4.0.5",
54
+ "@types/js-yaml": "4.0.6",
55
55
  "@types/jsonwebtoken": "9.0.2",
56
56
  "@types/lodash.isequalwith": "4.4.7",
57
57
  "@types/node": "18.17.6",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "02b3f0ddb80a99d95d2f69cab42013682d763ca8"
69
+ "gitHead": "7dd8fa6f965545af8b78ea3095e6a7406279bbc9"
70
70
  }