@uniformdev/cli 19.60.0 → 19.61.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 +3 -3
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.28_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js
3
+ // ../../node_modules/.pnpm/tsup@7.2.0_postcss@8.4.31_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js
4
4
  import { fileURLToPath } from "url";
5
5
  import path from "path";
6
6
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -4779,7 +4779,7 @@ import { PostHog } from "posthog-node";
4779
4779
  // package.json
4780
4780
  var package_default = {
4781
4781
  name: "@uniformdev/cli",
4782
- version: "19.60.0",
4782
+ version: "19.61.1",
4783
4783
  description: "Uniform command line interface tool",
4784
4784
  license: "SEE LICENSE IN LICENSE.txt",
4785
4785
  main: "./cli.js",
@@ -4825,7 +4825,7 @@ var package_default = {
4825
4825
  slugify: "1.6.6",
4826
4826
  "update-check": "^1.5.4",
4827
4827
  yargs: "^17.6.2",
4828
- zod: "3.21.4"
4828
+ zod: "3.22.3"
4829
4829
  },
4830
4830
  devDependencies: {
4831
4831
  "@types/diff": "5.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.60.0",
3
+ "version": "19.61.1",
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.60.0",
21
- "@uniformdev/context": "19.60.0",
22
- "@uniformdev/files": "19.60.0",
23
- "@uniformdev/project-map": "19.60.0",
24
- "@uniformdev/redirect": "19.60.0",
20
+ "@uniformdev/canvas": "19.61.1",
21
+ "@uniformdev/context": "19.61.1",
22
+ "@uniformdev/files": "19.61.1",
23
+ "@uniformdev/project-map": "19.61.1",
24
+ "@uniformdev/redirect": "19.61.1",
25
25
  "colorette": "2.0.20",
26
26
  "cosmiconfig": "8.3.6",
27
27
  "cosmiconfig-typescript-loader": "5.0.0",
@@ -46,7 +46,7 @@
46
46
  "slugify": "1.6.6",
47
47
  "update-check": "^1.5.4",
48
48
  "yargs": "^17.6.2",
49
- "zod": "3.21.4"
49
+ "zod": "3.22.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/diff": "5.0.5",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "a46f6b9acc119f48632914134d707eecff22a8f9"
69
+ "gitHead": "01ed7d10fd66f65c79caa4cf87a22080b3d7942b"
70
70
  }