@uniformdev/cli 19.35.1 → 19.35.2

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
@@ -3097,7 +3097,7 @@ import { PostHog } from "posthog-node";
3097
3097
  // package.json
3098
3098
  var package_default = {
3099
3099
  name: "@uniformdev/cli",
3100
- version: "19.35.1",
3100
+ version: "19.35.2",
3101
3101
  description: "Uniform command line interface tool",
3102
3102
  license: "SEE LICENSE IN LICENSE.txt",
3103
3103
  main: "./cli.js",
@@ -3129,7 +3129,7 @@ var package_default = {
3129
3129
  "isomorphic-git": "1.24.2",
3130
3130
  "isomorphic-unfetch": "^3.1.0",
3131
3131
  "js-yaml": "^4.1.0",
3132
- jsonwebtoken: "9.0.0",
3132
+ jsonwebtoken: "9.0.1",
3133
3133
  "lodash.isequalwith": "^4.4.0",
3134
3134
  open: "9.1.0",
3135
3135
  ora: "6.3.1",
@@ -3145,7 +3145,7 @@ var package_default = {
3145
3145
  "@types/js-yaml": "4.0.5",
3146
3146
  "@types/jsonwebtoken": "9.0.2",
3147
3147
  "@types/lodash.isequalwith": "4.4.7",
3148
- "@types/node": "18.16.18",
3148
+ "@types/node": "18.16.19",
3149
3149
  "@types/yargs": "17.0.24"
3150
3150
  },
3151
3151
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.35.1",
3
+ "version": "19.35.2",
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.35.1",
20
- "@uniformdev/context": "19.35.1",
21
- "@uniformdev/project-map": "19.35.1",
22
- "@uniformdev/redirect": "19.35.1",
19
+ "@uniformdev/canvas": "19.35.2",
20
+ "@uniformdev/context": "19.35.2",
21
+ "@uniformdev/project-map": "19.35.2",
22
+ "@uniformdev/redirect": "19.35.2",
23
23
  "colorette": "2.0.20",
24
24
  "diff": "^5.0.0",
25
25
  "dotenv": "^16.0.3",
@@ -32,7 +32,7 @@
32
32
  "isomorphic-git": "1.24.2",
33
33
  "isomorphic-unfetch": "^3.1.0",
34
34
  "js-yaml": "^4.1.0",
35
- "jsonwebtoken": "9.0.0",
35
+ "jsonwebtoken": "9.0.1",
36
36
  "lodash.isequalwith": "^4.4.0",
37
37
  "open": "9.1.0",
38
38
  "ora": "6.3.1",
@@ -48,7 +48,7 @@
48
48
  "@types/js-yaml": "4.0.5",
49
49
  "@types/jsonwebtoken": "9.0.2",
50
50
  "@types/lodash.isequalwith": "4.4.7",
51
- "@types/node": "18.16.18",
51
+ "@types/node": "18.16.19",
52
52
  "@types/yargs": "17.0.24"
53
53
  },
54
54
  "bin": {
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "a85462ec75d379c5447dc625135f828e9d4d7dd6"
63
+ "gitHead": "64d3270175087c87cfaa29a283aa4a7b0a98fd2c"
64
64
  }