@salesforce/plugin-packaging 1.14.3 → 1.14.5
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 +6 -5
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SFDX plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.5",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^2.
|
|
9
|
+
"@oclif/core": "^2.1.1",
|
|
10
10
|
"@salesforce/core": "^3.33.0",
|
|
11
11
|
"@salesforce/kit": "^1.8.3",
|
|
12
12
|
"@salesforce/packaging": "^1.2.7",
|
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
"test:command-reference": "./bin/dev commandreference:generate --erroronwarnings",
|
|
151
151
|
"test:deprecation-policy": "./bin/dev snapshot:compare",
|
|
152
152
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 1800000 --parallel",
|
|
153
|
-
"test:nuts:
|
|
153
|
+
"test:nuts:package": "nyc mocha \"test/commands/package/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
154
|
+
"test:nuts:package1": "nyc mocha \"test/commands/package1/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
154
155
|
"test:json-schema": "./bin/dev schema:compare",
|
|
155
156
|
"version": "oclif readme"
|
|
156
157
|
},
|
|
@@ -158,7 +159,7 @@
|
|
|
158
159
|
"access": "public"
|
|
159
160
|
},
|
|
160
161
|
"sfdx": {
|
|
161
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.14.
|
|
162
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.14.
|
|
162
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.14.5.crt",
|
|
163
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.14.5.sig"
|
|
163
164
|
}
|
|
164
165
|
}
|