@salesforce/plugin-org 2.3.3 → 2.3.4
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/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^2.0
|
|
9
|
+
"@oclif/core": "^2.1.0",
|
|
10
10
|
"@salesforce/core": "^3.33.1",
|
|
11
|
-
"@salesforce/kit": "^1.8.
|
|
12
|
-
"@salesforce/sf-plugins-core": "^2.
|
|
13
|
-
"open": "8.4.
|
|
11
|
+
"@salesforce/kit": "^1.8.5",
|
|
12
|
+
"@salesforce/sf-plugins-core": "^2.1.1",
|
|
13
|
+
"open": "8.4.1",
|
|
14
14
|
"tslib": "^2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"test:compile": "wireit",
|
|
121
121
|
"test:deprecation-policy": "wireit",
|
|
122
122
|
"test:json-schema": "wireit",
|
|
123
|
-
"test:nuts": "nyc mocha \"./test/nut/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel",
|
|
124
|
-
"test:nuts:legacy": "nyc mocha \"./test/nut/legacy/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel",
|
|
125
|
-
"test:nuts:sandbox": "nyc mocha \"./test/**/*.sandboxNut.ts\" --slow 450000 --timeout 7200000 --parallel",
|
|
123
|
+
"test:nuts": "nyc mocha \"./test/nut/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 10",
|
|
124
|
+
"test:nuts:legacy": "nyc mocha \"./test/nut/legacy/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 10",
|
|
125
|
+
"test:nuts:sandbox": "nyc mocha \"./test/**/*.sandboxNut.ts\" --slow 450000 --timeout 7200000 --parallel --jobs 10",
|
|
126
126
|
"test:only": "wireit",
|
|
127
127
|
"test:watch": "mocha --watch \"./test/**/*.test.ts\"",
|
|
128
128
|
"version": "oclif readme"
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
"sfdx": {
|
|
226
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.3.
|
|
227
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.3.
|
|
226
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.3.4.crt",
|
|
227
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.3.4.sig"
|
|
228
228
|
}
|
|
229
229
|
}
|