@salesforce/cli 2.13.1-esm.0 → 2.13.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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.13.1-esm.0 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.13.2 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.13.1-esm.0",
3
+ "version": "2.13.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.13.1-esm.0",
9
+ "version": "2.13.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -71,7 +71,7 @@
71
71
  "husky": "^7.0.4",
72
72
  "mocha": "^10",
73
73
  "nyc": "^15.1.0",
74
- "oclif": "^4.0.0-beta.5",
74
+ "oclif": "^4.0.0",
75
75
  "prettier": "^2.8.8",
76
76
  "pretty-quick": "^3.1.3",
77
77
  "sinon": "^15.2.0",
@@ -20382,9 +20382,9 @@
20382
20382
  }
20383
20383
  },
20384
20384
  "node_modules/oclif": {
20385
- "version": "4.0.0-beta.5",
20386
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.0-beta.5.tgz",
20387
- "integrity": "sha512-fLs5a4lTuOi7N6x6njjONusXDdigfhT9XHlGhAp6qj0d5cKwbK2VSS/WKOXVJLXvJK5ERTVmBA9MOr44ITeGvg==",
20385
+ "version": "4.0.0",
20386
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.0.tgz",
20387
+ "integrity": "sha512-ZGJBNibk+tIf6+PMDoGteBE1i/bMNgIlm36/PnZNBXVIVrRZIkCsvaPgtrmti2rCf2E92OFKqmWyD2TMsLFB3g==",
20388
20388
  "dev": true,
20389
20389
  "license": "MIT",
20390
20390
  "dependencies": {
@@ -6594,5 +6594,5 @@
6594
6594
  ]
6595
6595
  }
6596
6596
  },
6597
- "version": "2.13.1-esm.0"
6597
+ "version": "2.13.2"
6598
6598
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.13.1-esm.0",
4
+ "version": "2.13.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -253,7 +253,7 @@
253
253
  "husky": "^7.0.4",
254
254
  "mocha": "^10",
255
255
  "nyc": "^15.1.0",
256
- "oclif": "^4.0.0-beta.5",
256
+ "oclif": "^4.0.0",
257
257
  "prettier": "^2.8.8",
258
258
  "pretty-quick": "^3.1.3",
259
259
  "sinon": "^15.2.0",