@salesforce/plugin-deploy-retrieve 3.2.17-qa.1 → 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/package.json CHANGED
@@ -1,254 +1,258 @@
1
1
  {
2
- "name": "@salesforce/plugin-deploy-retrieve",
3
- "description": "deploy and retrieve commands for sf",
4
- "version": "3.2.17-qa.1",
5
- "author": "Salesforce",
6
- "bugs": "https://github.com/forcedotcom/cli/issues",
7
- "dependencies": {
8
- "@oclif/core": "^3.18.2",
9
- "@salesforce/apex-node": "^3.0.2",
10
- "@salesforce/core": "^6.4.4",
11
- "@salesforce/kit": "^3.0.15",
12
- "@salesforce/plugin-info": "^3.0.25",
13
- "@salesforce/sf-plugins-core": "^7.1.9",
14
- "@salesforce/source-deploy-retrieve": "^10.2.13",
15
- "@salesforce/source-tracking": "^5.1.11",
16
- "@salesforce/ts-types": "^2.0.9",
17
- "chalk": "^5.3.0"
18
- },
19
- "devDependencies": {
20
- "@oclif/plugin-command-snapshot": "^5.0.6",
21
- "@salesforce/cli-plugins-testkit": "^5.1.9",
22
- "@salesforce/dev-scripts": "^8.4.0",
23
- "@salesforce/plugin-command-reference": "^3.0.65",
24
- "@salesforce/plugin-source": "^2.11.4",
25
- "@salesforce/source-testkit": "^2.1.95",
26
- "@salesforce/ts-sinon": "^1.4.19",
27
- "cross-env": "^7.0.3",
28
- "eslint-plugin-sf-plugin": "^1.17.3",
29
- "oclif": "^4.4.12",
30
- "ts-node": "^10.9.2",
31
- "typescript": "^5.3.3"
32
- },
33
- "config": {},
34
- "engines": {
35
- "node": ">=18.0.0"
36
- },
37
- "files": [
38
- "/lib",
39
- "/messages",
40
- "/npm-shrinkwrap.json",
41
- "/oclif.lock",
42
- "/oclif.manifest.json",
43
- "/schemas"
44
- ],
45
- "homepage": "https://github.com/salesforcecli/plugin-deploy-retrieve",
46
- "keywords": [
47
- "force",
48
- "salesforce",
49
- "sf",
50
- "sf deploy",
51
- "sf retrieve",
52
- "sf-plugin",
53
- "sfdx"
54
- ],
55
- "license": "BSD-3-Clause",
56
- "oclif": {
57
- "commands": "./lib/commands",
58
- "topicSeparator": " ",
59
- "bin": "sf",
60
- "configMeta": "./lib/configMeta",
61
- "devPlugins": [
62
- "@oclif/plugin-command-snapshot",
63
- "@oclif/plugin-help",
64
- "@salesforce/plugin-command-reference",
65
- "@salesforce/plugin-source"
66
- ],
67
- "topics": {
68
- "project": {
69
- "external": true,
70
- "subtopics": {
71
- "deploy": {
72
- "description": "Commands to deploy metadata to a Salesforce org."
73
- },
74
- "list": {
75
- "description": "Commands to list metadata in a Salesforce project."
76
- },
77
- "retrieve": {
78
- "description": "Commands to retrieve metadata from a Salesforce org"
79
- },
80
- "convert": {
81
- "description": "Commands to convert metadata from one format to another."
82
- },
83
- "delete": {
84
- "description": "Commands to delete metadata from a Salesforce org."
85
- },
86
- "generate": {
87
- "description": "Commands to create file artifacts, such as a project or manifest file."
88
- },
89
- "reset": {
90
- "description": "Commands to reset the source tracking state."
91
- }
92
- }
93
- }
94
- },
95
- "hooks": {
96
- "sf-doctor-@salesforce/plugin-deploy-retrieve": "./lib/hooks/diagnostics"
97
- },
98
- "flexibleTaxonomy": true
99
- },
100
- "repository": "salesforcecli/plugin-deploy-retrieve",
101
- "scripts": {
102
- "build": "wireit",
103
- "clean": "sf-clean",
104
- "clean-all": "sf-clean all",
105
- "compile": "wireit",
106
- "docs": "sf-docs",
107
- "format": "wireit",
108
- "link-check": "wireit",
109
- "lint": "wireit",
110
- "postpack": "sf-clean",
111
- "prepack": "sf-prepack",
112
- "prepare": "sf-install",
113
- "test": "wireit",
114
- "test:nuts": "node --loader ts-node/esm ./test/nuts/generateNuts.ts && nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 10",
115
- "test:nuts:convert": "nyc mocha \"test/nuts/convert/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
116
- "test:nuts:deb": "nyc mocha \"test/nuts/digitalExperienceBundle/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
117
- "test:nuts:delete": "nyc mocha \"test/nuts/delete/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
118
- "test:nuts:deploy": "nyc mocha \"test/nuts/deploy/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
119
- "test:nuts:deploy:metadata:manifest": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.manifest node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
120
- "test:nuts:deploy:metadata:metadata": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.metadata node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
121
- "test:nuts:deploy:metadata:metadata-dir": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.metadata-dir node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
122
- "test:nuts:deploy:metadata:source-dir": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.source-dir node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
123
- "test:nuts:deploy:metadata:test-level": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.test-level node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
124
- "test:nuts:destructive": "nyc mocha \"test/nuts/destructive/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
125
- "test:nuts:manifest": "nyc mocha \"test/nuts/manifest/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
126
- "test:nuts:retrieve": "nyc mocha \"test/nuts/retrieve/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
127
- "test:nuts:specialTypes": "nyc mocha \"test/nuts/specialTypes/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
128
- "test:nuts:specialTypes:translations": "mocha \"test/nuts/specialTypes/translation.nut.ts\" --slow 4500 --timeout 1200000 --retries 0 --jobs 20",
129
- "test:nuts:static": "nyc mocha \"test/commands/**/*.nut.ts\" \"test/nuts/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
130
- "test:nuts:tracking": "nyc mocha \"test/nuts/tracking/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
131
- "test:only": "wireit",
132
- "version": "oclif readme"
133
- },
134
- "publishConfig": {
135
- "access": "public"
136
- },
137
- "wireit": {
138
- "build": {
139
- "dependencies": [
140
- "compile",
141
- "lint"
142
- ]
143
- },
144
- "compile": {
145
- "command": "tsc -p . --pretty --incremental",
146
- "files": [
147
- "src/**/*.ts",
148
- "**/tsconfig.json",
149
- "messages/**"
150
- ],
151
- "output": [
152
- "lib/**",
153
- "*.tsbuildinfo"
154
- ],
155
- "clean": "if-file-deleted"
2
+ "name": "@salesforce/plugin-deploy-retrieve",
3
+ "description": "deploy and retrieve commands for sf",
4
+ "version": "3.2.20",
5
+ "author": "Salesforce",
6
+ "bugs": "https://github.com/forcedotcom/cli/issues",
7
+ "dependencies": {
8
+ "@oclif/core": "^3.19.6",
9
+ "@salesforce/apex-node": "^3.0.2",
10
+ "@salesforce/core": "^6.4.4",
11
+ "@salesforce/kit": "^3.0.15",
12
+ "@salesforce/plugin-info": "^3.0.27",
13
+ "@salesforce/sf-plugins-core": "^7.1.9",
14
+ "@salesforce/source-deploy-retrieve": "^10.4.0",
15
+ "@salesforce/source-tracking": "^5.1.11",
16
+ "@salesforce/ts-types": "^2.0.9",
17
+ "chalk": "^5.3.0"
156
18
  },
157
- "format": {
158
- "command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
159
- "files": [
160
- "src/**/*.ts",
161
- "test/**/*.ts",
162
- "schemas/**/*.json",
163
- "command-snapshot.json",
164
- ".prettier*"
165
- ],
166
- "output": []
19
+ "devDependencies": {
20
+ "@oclif/plugin-command-snapshot": "^5.0.9",
21
+ "@salesforce/cli-plugins-testkit": "^5.1.9",
22
+ "@salesforce/dev-scripts": "^8.4.1",
23
+ "@salesforce/plugin-command-reference": "^3.0.65",
24
+ "@salesforce/plugin-source": "^2.11.4",
25
+ "@salesforce/source-testkit": "^2.1.95",
26
+ "@salesforce/ts-sinon": "^1.4.19",
27
+ "cross-env": "^7.0.3",
28
+ "eslint-plugin-sf-plugin": "^1.17.3",
29
+ "oclif": "^4.4.17",
30
+ "ts-node": "^10.9.2",
31
+ "typescript": "^5.3.3"
167
32
  },
168
- "lint": {
169
- "command": "eslint src test --color --cache --cache-location .eslintcache",
170
- "files": [
171
- "src/**/*.ts",
172
- "test/**/*.ts",
173
- "messages/**",
174
- "**/.eslint*",
175
- "**/tsconfig.json"
176
- ],
177
- "output": []
33
+ "config": {},
34
+ "engines": {
35
+ "node": ">=18.0.0"
178
36
  },
179
- "test:compile": {
180
- "command": "tsc -p \"./test\" --pretty",
181
- "files": [
182
- "test/**/*.ts",
183
- "**/tsconfig.json"
184
- ],
185
- "output": []
186
- },
187
- "test": {
188
- "dependencies": [
189
- "test:compile",
190
- "test:only",
191
- "test:command-reference",
192
- "test:deprecation-policy",
193
- "lint",
194
- "test:json-schema",
195
- "link-check"
196
- ]
197
- },
198
- "test:only": {
199
- "command": "nyc mocha \"test/**/*.test.ts\"",
200
- "env": {
201
- "FORCE_COLOR": "2"
202
- },
203
- "files": [
204
- "test/**/*.ts",
205
- "src/**/*.ts",
206
- "**/tsconfig.json",
207
- ".mocha*",
208
- "!*.nut.ts",
209
- ".nycrc"
210
- ],
211
- "output": []
37
+ "files": [
38
+ "/lib",
39
+ "/messages",
40
+ "/npm-shrinkwrap.json",
41
+ "/oclif.lock",
42
+ "/oclif.manifest.json",
43
+ "/schemas"
44
+ ],
45
+ "homepage": "https://github.com/salesforcecli/plugin-deploy-retrieve",
46
+ "keywords": [
47
+ "force",
48
+ "salesforce",
49
+ "sf",
50
+ "sf deploy",
51
+ "sf retrieve",
52
+ "sf-plugin",
53
+ "sfdx"
54
+ ],
55
+ "license": "BSD-3-Clause",
56
+ "oclif": {
57
+ "commands": "./lib/commands",
58
+ "topicSeparator": " ",
59
+ "bin": "sf",
60
+ "configMeta": "./lib/configMeta",
61
+ "devPlugins": [
62
+ "@oclif/plugin-command-snapshot",
63
+ "@oclif/plugin-help",
64
+ "@salesforce/plugin-command-reference",
65
+ "@salesforce/plugin-source"
66
+ ],
67
+ "topics": {
68
+ "project": {
69
+ "external": true,
70
+ "subtopics": {
71
+ "deploy": {
72
+ "description": "Commands to deploy metadata to a Salesforce org."
73
+ },
74
+ "list": {
75
+ "description": "Commands to list metadata in a Salesforce project."
76
+ },
77
+ "retrieve": {
78
+ "description": "Commands to retrieve metadata from a Salesforce org"
79
+ },
80
+ "convert": {
81
+ "description": "Commands to convert metadata from one format to another."
82
+ },
83
+ "delete": {
84
+ "description": "Commands to delete metadata from a Salesforce org."
85
+ },
86
+ "generate": {
87
+ "description": "Commands to create file artifacts, such as a project or manifest file."
88
+ },
89
+ "reset": {
90
+ "description": "Commands to reset the source tracking state."
91
+ }
92
+ }
93
+ }
94
+ },
95
+ "hooks": {
96
+ "sf-doctor-@salesforce/plugin-deploy-retrieve": "./lib/hooks/diagnostics"
97
+ },
98
+ "flexibleTaxonomy": true
212
99
  },
213
- "test:command-reference": {
214
- "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
215
- "files": [
216
- "src/**/*.ts",
217
- "messages/**",
218
- "package.json"
219
- ],
220
- "output": [
221
- "tmp/root"
222
- ]
100
+ "repository": "salesforcecli/plugin-deploy-retrieve",
101
+ "scripts": {
102
+ "build": "wireit",
103
+ "clean": "sf-clean",
104
+ "clean-all": "sf-clean all",
105
+ "compile": "wireit",
106
+ "docs": "sf-docs",
107
+ "format": "wireit",
108
+ "link-check": "wireit",
109
+ "lint": "wireit",
110
+ "postpack": "sf-clean --ignore-signing-artifacts",
111
+ "prepack": "sf-prepack",
112
+ "prepare": "sf-install",
113
+ "test": "wireit",
114
+ "test:nuts": "node --loader ts-node/esm ./test/nuts/generateNuts.ts && nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 10",
115
+ "test:nuts:convert": "nyc mocha \"test/nuts/convert/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
116
+ "test:nuts:deb": "nyc mocha \"test/nuts/digitalExperienceBundle/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
117
+ "test:nuts:delete": "nyc mocha \"test/nuts/delete/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
118
+ "test:nuts:deploy": "nyc mocha \"test/nuts/deploy/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
119
+ "test:nuts:deploy:metadata:manifest": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.manifest node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
120
+ "test:nuts:deploy:metadata:metadata": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.metadata node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
121
+ "test:nuts:deploy:metadata:metadata-dir": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.metadata-dir node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
122
+ "test:nuts:deploy:metadata:source-dir": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.source-dir node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
123
+ "test:nuts:deploy:metadata:test-level": "cross-env PLUGIN_DEPLOY_RETRIEVE_SEED_FILTER=deploy.metadata.test-level node --loader ts-node/esm ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
124
+ "test:nuts:destructive": "nyc mocha \"test/nuts/destructive/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
125
+ "test:nuts:manifest": "nyc mocha \"test/nuts/manifest/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
126
+ "test:nuts:retrieve": "nyc mocha \"test/nuts/retrieve/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
127
+ "test:nuts:specialTypes": "nyc mocha \"test/nuts/specialTypes/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
128
+ "test:nuts:specialTypes:translations": "mocha \"test/nuts/specialTypes/translation.nut.ts\" --slow 4500 --timeout 1200000 --retries 0 --jobs 20",
129
+ "test:nuts:static": "nyc mocha \"test/commands/**/*.nut.ts\" \"test/nuts/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
130
+ "test:nuts:tracking": "nyc mocha \"test/nuts/tracking/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --retries 0 --jobs 20",
131
+ "test:only": "wireit",
132
+ "version": "oclif readme"
223
133
  },
224
- "test:deprecation-policy": {
225
- "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
226
- "files": [
227
- "src/**/*.ts"
228
- ],
229
- "output": [],
230
- "dependencies": [
231
- "compile"
232
- ]
134
+ "publishConfig": {
135
+ "access": "public"
233
136
  },
234
- "test:json-schema": {
235
- "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
236
- "files": [
237
- "src/**/*.ts",
238
- "schemas"
239
- ],
240
- "output": []
137
+ "wireit": {
138
+ "build": {
139
+ "dependencies": [
140
+ "compile",
141
+ "lint"
142
+ ]
143
+ },
144
+ "compile": {
145
+ "command": "tsc -p . --pretty --incremental",
146
+ "files": [
147
+ "src/**/*.ts",
148
+ "**/tsconfig.json",
149
+ "messages/**"
150
+ ],
151
+ "output": [
152
+ "lib/**",
153
+ "*.tsbuildinfo"
154
+ ],
155
+ "clean": "if-file-deleted"
156
+ },
157
+ "format": {
158
+ "command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
159
+ "files": [
160
+ "src/**/*.ts",
161
+ "test/**/*.ts",
162
+ "schemas/**/*.json",
163
+ "command-snapshot.json",
164
+ ".prettier*"
165
+ ],
166
+ "output": []
167
+ },
168
+ "lint": {
169
+ "command": "eslint src test --color --cache --cache-location .eslintcache",
170
+ "files": [
171
+ "src/**/*.ts",
172
+ "test/**/*.ts",
173
+ "messages/**",
174
+ "**/.eslint*",
175
+ "**/tsconfig.json"
176
+ ],
177
+ "output": []
178
+ },
179
+ "test:compile": {
180
+ "command": "tsc -p \"./test\" --pretty",
181
+ "files": [
182
+ "test/**/*.ts",
183
+ "**/tsconfig.json"
184
+ ],
185
+ "output": []
186
+ },
187
+ "test": {
188
+ "dependencies": [
189
+ "test:compile",
190
+ "test:only",
191
+ "test:command-reference",
192
+ "test:deprecation-policy",
193
+ "lint",
194
+ "test:json-schema",
195
+ "link-check"
196
+ ]
197
+ },
198
+ "test:only": {
199
+ "command": "nyc mocha \"test/**/*.test.ts\"",
200
+ "env": {
201
+ "FORCE_COLOR": "2"
202
+ },
203
+ "files": [
204
+ "test/**/*.ts",
205
+ "src/**/*.ts",
206
+ "**/tsconfig.json",
207
+ ".mocha*",
208
+ "!*.nut.ts",
209
+ ".nycrc"
210
+ ],
211
+ "output": []
212
+ },
213
+ "test:command-reference": {
214
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
215
+ "files": [
216
+ "src/**/*.ts",
217
+ "messages/**",
218
+ "package.json"
219
+ ],
220
+ "output": [
221
+ "tmp/root"
222
+ ]
223
+ },
224
+ "test:deprecation-policy": {
225
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
226
+ "files": [
227
+ "src/**/*.ts"
228
+ ],
229
+ "output": [],
230
+ "dependencies": [
231
+ "compile"
232
+ ]
233
+ },
234
+ "test:json-schema": {
235
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
236
+ "files": [
237
+ "src/**/*.ts",
238
+ "schemas"
239
+ ],
240
+ "output": []
241
+ },
242
+ "link-check": {
243
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
244
+ "files": [
245
+ "./*.md",
246
+ "./!(CHANGELOG).md",
247
+ "messages/**/*.md"
248
+ ],
249
+ "output": []
250
+ }
241
251
  },
242
- "link-check": {
243
- "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
244
- "files": [
245
- "./*.md",
246
- "./!(CHANGELOG).md",
247
- "messages/**/*.md"
248
- ],
249
- "output": []
252
+ "exports": "./lib/index.js",
253
+ "type": "module",
254
+ "sfdx": {
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"
250
257
  }
251
- },
252
- "exports": "./lib/index.js",
253
- "type": "module"
254
- }
258
+ }