@uniformdev/cli 18.30.1-alpha.17 → 18.31.1-alpha.22

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 +7 -7
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.30.0",
3228
+ version: "18.31.0",
3229
3229
  description: "Uniform command line interface tool",
3230
3230
  license: "SEE LICENSE IN LICENSE.txt",
3231
3231
  main: "./cli.js",
@@ -3261,7 +3261,7 @@ var package_default = {
3261
3261
  open: "9.0.0",
3262
3262
  ora: "6.2.0",
3263
3263
  "posthog-node": "2.6.0",
3264
- slugify: "1.6.5",
3264
+ slugify: "1.6.6",
3265
3265
  yargs: "^17.6.2",
3266
3266
  zod: "3.21.4"
3267
3267
  },
@@ -3271,7 +3271,7 @@ var package_default = {
3271
3271
  "@types/js-yaml": "4.0.5",
3272
3272
  "@types/jsonwebtoken": "9.0.1",
3273
3273
  "@types/lodash.isequalwith": "4.4.7",
3274
- "@types/node": "18.15.10",
3274
+ "@types/node": "18.15.11",
3275
3275
  "@types/yargs": "17.0.24",
3276
3276
  "p-limit": "4.0.0"
3277
3277
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "18.30.1-alpha.17+2d6d08805",
3
+ "version": "18.31.1-alpha.22+342a682db",
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.30.1-alpha.17+2d6d08805",
20
- "@uniformdev/context": "18.30.1-alpha.17+2d6d08805",
21
- "@uniformdev/project-map": "18.30.1-alpha.17+2d6d08805",
19
+ "@uniformdev/canvas": "18.31.1-alpha.22+342a682db",
20
+ "@uniformdev/context": "18.31.1-alpha.22+342a682db",
21
+ "@uniformdev/project-map": "18.31.1-alpha.22+342a682db",
22
22
  "chalk": "^5.2.0",
23
23
  "diff": "^5.0.0",
24
24
  "dotenv": "^16.0.3",
@@ -36,7 +36,7 @@
36
36
  "open": "9.0.0",
37
37
  "ora": "6.2.0",
38
38
  "posthog-node": "2.6.0",
39
- "slugify": "1.6.5",
39
+ "slugify": "1.6.6",
40
40
  "yargs": "^17.6.2",
41
41
  "zod": "3.21.4"
42
42
  },
@@ -46,7 +46,7 @@
46
46
  "@types/js-yaml": "4.0.5",
47
47
  "@types/jsonwebtoken": "9.0.1",
48
48
  "@types/lodash.isequalwith": "4.4.7",
49
- "@types/node": "18.15.10",
49
+ "@types/node": "18.15.11",
50
50
  "@types/yargs": "17.0.24",
51
51
  "p-limit": "4.0.0"
52
52
  },
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "2d6d0880575669784931c6481be92847ac55f141"
62
+ "gitHead": "342a682dbc05a6b97b4d529b7604daa62f7d1066"
63
63
  }