@uniformdev/cli 19.77.0 → 19.78.1

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 +9 -9
package/dist/index.mjs CHANGED
@@ -5441,7 +5441,7 @@ import { PostHog } from "posthog-node";
5441
5441
  // package.json
5442
5442
  var package_default = {
5443
5443
  name: "@uniformdev/cli",
5444
- version: "19.77.0",
5444
+ version: "19.78.1",
5445
5445
  description: "Uniform command line interface tool",
5446
5446
  license: "SEE LICENSE IN LICENSE.txt",
5447
5447
  main: "./cli.js",
@@ -5493,7 +5493,7 @@ var package_default = {
5493
5493
  zod: "3.22.4"
5494
5494
  },
5495
5495
  devDependencies: {
5496
- "@types/diff": "5.0.5",
5496
+ "@types/diff": "5.0.8",
5497
5497
  "@types/inquirer": "9.0.3",
5498
5498
  "@types/js-yaml": "4.0.6",
5499
5499
  "@types/jsonwebtoken": "9.0.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.77.0",
3
+ "version": "19.78.1",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@thi.ng/mime": "^2.2.23",
20
- "@uniformdev/assets": "19.77.0",
21
- "@uniformdev/canvas": "19.77.0",
22
- "@uniformdev/context": "19.77.0",
23
- "@uniformdev/files": "19.77.0",
24
- "@uniformdev/project-map": "19.77.0",
25
- "@uniformdev/redirect": "19.77.0",
20
+ "@uniformdev/assets": "19.78.1",
21
+ "@uniformdev/canvas": "19.78.1",
22
+ "@uniformdev/context": "19.78.1",
23
+ "@uniformdev/files": "19.78.1",
24
+ "@uniformdev/project-map": "19.78.1",
25
+ "@uniformdev/redirect": "19.78.1",
26
26
  "call-bind": "^1.0.2",
27
27
  "colorette": "2.0.20",
28
28
  "cosmiconfig": "8.3.6",
@@ -52,7 +52,7 @@
52
52
  "zod": "3.22.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/diff": "5.0.5",
55
+ "@types/diff": "5.0.8",
56
56
  "@types/inquirer": "9.0.3",
57
57
  "@types/js-yaml": "4.0.6",
58
58
  "@types/jsonwebtoken": "9.0.3",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "1a49a5cd8ac5d8439f885826131636d34fa9c0f7"
72
+ "gitHead": "757c51b80cc39640bcedef7fb5334f36a00c4761"
73
73
  }