@salesforce/plugin-data 3.0.5 → 3.0.7

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.
Files changed (34) hide show
  1. package/README.md +16 -16
  2. package/lib/BulkBaseCommand.js +3 -3
  3. package/lib/BulkBaseCommand.js.map +1 -1
  4. package/lib/api/data/tree/exportApi.js +2 -2
  5. package/lib/api/data/tree/exportApi.js.map +1 -1
  6. package/lib/api/data/tree/importApi.js.map +1 -1
  7. package/lib/batcher.js.map +1 -1
  8. package/lib/bulkDataRequestCache.js.map +1 -1
  9. package/lib/bulkOperationCommand.js +1 -1
  10. package/lib/bulkOperationCommand.js.map +1 -1
  11. package/lib/bulkUtils.js.map +1 -1
  12. package/lib/commands/data/create/record.js.map +1 -1
  13. package/lib/commands/data/delete/record.js.map +1 -1
  14. package/lib/commands/data/delete/resume.js.map +1 -1
  15. package/lib/commands/data/get/record.js.map +1 -1
  16. package/lib/commands/data/import/tree.js.map +1 -1
  17. package/lib/commands/data/query/resume.js.map +1 -1
  18. package/lib/commands/data/query.js.map +1 -1
  19. package/lib/commands/data/resume.js.map +1 -1
  20. package/lib/commands/data/update/record.js.map +1 -1
  21. package/lib/commands/data/upsert/resume.js.map +1 -1
  22. package/lib/commands/force/data/bulk/delete.js +1 -2
  23. package/lib/commands/force/data/bulk/delete.js.map +1 -1
  24. package/lib/commands/force/data/bulk/status.js.map +1 -1
  25. package/lib/commands/force/data/bulk/upsert.js +1 -2
  26. package/lib/commands/force/data/bulk/upsert.js.map +1 -1
  27. package/lib/dataCommand.js.map +1 -1
  28. package/lib/queryUtils.js.map +1 -1
  29. package/lib/reporters.js.map +1 -1
  30. package/lib/resumeBulkCommand.js +1 -2
  31. package/lib/resumeBulkCommand.js.map +1 -1
  32. package/oclif.lock +201 -92
  33. package/oclif.manifest.json +1 -1
  34. package/package.json +28 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "Plugin for salesforce data commands",
5
5
  "author": "Salesforce",
6
6
  "homepage": "https://github.com/salesforcecli/plugin-data",
@@ -23,7 +23,6 @@
23
23
  "bin": "sf",
24
24
  "devPlugins": [
25
25
  "@oclif/plugin-help",
26
- "@salesforce/plugin-settings",
27
26
  "@oclif/plugin-command-snapshot",
28
27
  "@salesforce/plugin-command-reference"
29
28
  ],
@@ -97,6 +96,7 @@
97
96
  "compile": "wireit",
98
97
  "docs": "sf-docs",
99
98
  "format": "wireit",
99
+ "link-check": "wireit",
100
100
  "lint": "wireit",
101
101
  "postpack": "shx rm -f oclif.manifest.json oclif.lock",
102
102
  "prepack": "sf-prepack",
@@ -108,27 +108,27 @@
108
108
  "version": "oclif readme"
109
109
  },
110
110
  "dependencies": {
111
- "@oclif/core": "^3.13.1",
112
- "@salesforce/core": "^6.2.2",
111
+ "@oclif/core": "^3.14.0",
112
+ "@salesforce/core": "^6.4.0",
113
113
  "@salesforce/kit": "^3.0.15",
114
- "@salesforce/sf-plugins-core": "^5.0.5",
114
+ "@salesforce/sf-plugins-core": "^5.0.10",
115
115
  "@salesforce/ts-types": "^2.0.9",
116
116
  "chalk": "^5.3.0",
117
117
  "csv-parse": "^4.16.3",
118
- "csv-stringify": "^6.4.4",
119
- "jsforce": "^2.0.0-beta.28"
118
+ "csv-stringify": "^6.4.5",
119
+ "jsforce": "^2.0.0-beta.29"
120
120
  },
121
121
  "devDependencies": {
122
- "@oclif/plugin-command-snapshot": "^5.0.2",
123
- "@salesforce/cli-plugins-testkit": "^5.0.4",
124
- "@salesforce/dev-scripts": "^7.1.1",
125
- "@salesforce/plugin-command-reference": "^3.0.47",
122
+ "@oclif/plugin-command-snapshot": "^5.0.4",
123
+ "@salesforce/cli-plugins-testkit": "^5.1.1",
124
+ "@salesforce/dev-scripts": "^8.1.2",
125
+ "@salesforce/plugin-command-reference": "^3.0.51",
126
126
  "@types/chai-as-promised": "^7.1.8",
127
127
  "chai-as-promised": "^7.1.1",
128
128
  "eslint-plugin-sf-plugin": "^1.16.15",
129
129
  "oclif": "^4.0.4",
130
130
  "shx": "^0.3.3",
131
- "ts-node": "^10.9.1",
131
+ "ts-node": "^10.9.2",
132
132
  "typescript": "^5.2.2"
133
133
  },
134
134
  "wireit": {
@@ -188,7 +188,8 @@
188
188
  "test:command-reference",
189
189
  "test:deprecation-policy",
190
190
  "lint",
191
- "test:json-schema"
191
+ "test:json-schema",
192
+ "link-check"
192
193
  ]
193
194
  },
194
195
  "test:only": {
@@ -207,7 +208,7 @@
207
208
  "output": []
208
209
  },
209
210
  "test:command-reference": {
210
- "command": "ts-node \"./bin/dev.js\" commandreference:generate --erroronwarnings",
211
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
211
212
  "files": [
212
213
  "src/**/*.ts",
213
214
  "messages/**",
@@ -218,7 +219,7 @@
218
219
  ]
219
220
  },
220
221
  "test:deprecation-policy": {
221
- "command": "ts-node \"./bin/dev.js\" snapshot:compare",
222
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
222
223
  "files": [
223
224
  "src/**/*.ts"
224
225
  ],
@@ -228,18 +229,27 @@
228
229
  ]
229
230
  },
230
231
  "test:json-schema": {
231
- "command": "ts-node \"./bin/dev.js\" schema:compare",
232
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
232
233
  "files": [
233
234
  "src/**/*.ts",
234
235
  "schemas"
235
236
  ],
236
237
  "output": []
238
+ },
239
+ "link-check": {
240
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
241
+ "files": [
242
+ "./*.md",
243
+ "./!(CHANGELOG).md",
244
+ "messages/**/*.md"
245
+ ],
246
+ "output": []
237
247
  }
238
248
  },
239
249
  "exports": "./lib/index.js",
240
250
  "type": "module",
241
251
  "sfdx": {
242
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.5.crt",
243
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.5.sig"
252
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.7.crt",
253
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.7.sig"
244
254
  }
245
255
  }