@oclif/core 1.24.0 → 1.24.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.
@@ -95,7 +95,7 @@ export type Relationship = {
95
95
  export type Deprecation = {
96
96
  to?: string;
97
97
  message?: string;
98
- version?: string;
98
+ version?: string | number;
99
99
  };
100
100
  export type FlagProps = {
101
101
  name: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/core",
3
3
  "description": "base library for oclif CLIs",
4
- "version": "1.24.0",
4
+ "version": "1.24.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/core/issues",
7
7
  "dependencies": {
@@ -38,7 +38,7 @@
38
38
  "@commitlint/config-conventional": "^12.1.4",
39
39
  "@oclif/plugin-help": "^5.1.22",
40
40
  "@oclif/plugin-plugins": "^2.1.12",
41
- "@oclif/test": "^2.2.19",
41
+ "@oclif/test": "^2.2.20",
42
42
  "@types/ansi-styles": "^3.2.1",
43
43
  "@types/chai": "^4.3.4",
44
44
  "@types/chai-as-promised": "^7.1.5",
@@ -68,7 +68,7 @@
68
68
  "globby": "^11.1.0",
69
69
  "husky": "6",
70
70
  "mocha": "^8.4.0",
71
- "nock": "^13.2.4",
71
+ "nock": "^13.3.0",
72
72
  "proxyquire": "^2.1.3",
73
73
  "shelljs": "^0.8.5",
74
74
  "shx": "^0.3.4",