@salesforce/plugin-deploy-retrieve 3.2.16 → 3.2.20
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 +17 -17
- package/npm-shrinkwrap.json +19530 -0
- package/oclif.lock +763 -435
- package/oclif.manifest.json +2 -2
- package/package.json +13 -14
package/oclif.manifest.json
CHANGED
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"deprecateAliases": true,
|
|
203
203
|
"name": "output-dir",
|
|
204
204
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
205
|
-
"default": "
|
|
205
|
+
"default": "metadataPackage_1708975234876",
|
|
206
206
|
"hasDynamicHelp": false,
|
|
207
207
|
"multiple": false,
|
|
208
208
|
"type": "option"
|
|
@@ -2815,5 +2815,5 @@
|
|
|
2815
2815
|
]
|
|
2816
2816
|
}
|
|
2817
2817
|
},
|
|
2818
|
-
"version": "3.2.
|
|
2818
|
+
"version": "3.2.20"
|
|
2819
2819
|
}
|
package/package.json
CHANGED
|
@@ -1,33 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.20",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.19.6",
|
|
9
9
|
"@salesforce/apex-node": "^3.0.2",
|
|
10
10
|
"@salesforce/core": "^6.4.4",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/plugin-info": "^3.0.
|
|
12
|
+
"@salesforce/plugin-info": "^3.0.27",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "^10.4.0",
|
|
15
15
|
"@salesforce/source-tracking": "^5.1.11",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
17
17
|
"chalk": "^5.3.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
22
|
-
"@salesforce/dev-scripts": "^8.
|
|
22
|
+
"@salesforce/dev-scripts": "^8.4.1",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.65",
|
|
24
24
|
"@salesforce/plugin-source": "^2.11.4",
|
|
25
25
|
"@salesforce/source-testkit": "^2.1.95",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
27
27
|
"cross-env": "^7.0.3",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
29
|
-
"oclif": "^4.4.
|
|
30
|
-
"shx": "0.3.4",
|
|
29
|
+
"oclif": "^4.4.17",
|
|
31
30
|
"ts-node": "^10.9.2",
|
|
32
31
|
"typescript": "^5.3.3"
|
|
33
32
|
},
|
|
@@ -38,9 +37,10 @@
|
|
|
38
37
|
"files": [
|
|
39
38
|
"/lib",
|
|
40
39
|
"/messages",
|
|
40
|
+
"/npm-shrinkwrap.json",
|
|
41
|
+
"/oclif.lock",
|
|
41
42
|
"/oclif.manifest.json",
|
|
42
|
-
"/schemas"
|
|
43
|
-
"/oclif.lock"
|
|
43
|
+
"/schemas"
|
|
44
44
|
],
|
|
45
45
|
"homepage": "https://github.com/salesforcecli/plugin-deploy-retrieve",
|
|
46
46
|
"keywords": [
|
|
@@ -102,13 +102,12 @@
|
|
|
102
102
|
"build": "wireit",
|
|
103
103
|
"clean": "sf-clean",
|
|
104
104
|
"clean-all": "sf-clean all",
|
|
105
|
-
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
106
105
|
"compile": "wireit",
|
|
107
106
|
"docs": "sf-docs",
|
|
108
107
|
"format": "wireit",
|
|
109
108
|
"link-check": "wireit",
|
|
110
109
|
"lint": "wireit",
|
|
111
|
-
"postpack": "
|
|
110
|
+
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
112
111
|
"prepack": "sf-prepack",
|
|
113
112
|
"prepare": "sf-install",
|
|
114
113
|
"test": "wireit",
|
|
@@ -253,7 +252,7 @@
|
|
|
253
252
|
"exports": "./lib/index.js",
|
|
254
253
|
"type": "module",
|
|
255
254
|
"sfdx": {
|
|
256
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
257
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
255
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.20.crt",
|
|
256
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.20.sig"
|
|
258
257
|
}
|
|
259
258
|
}
|