@salesforce/plugin-data 2.3.26 → 2.3.28

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.
@@ -18,7 +18,7 @@ See "Prepare CSV Files" in the Bulk API Developer Guide for details on formattin
18
18
 
19
19
  - Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:
20
20
 
21
- <%= config.bin %> <%= command.id %> --sobject MyObject**c --file files/file.csv --external-id MyField**c --wait 5 --target-org my-scratch
21
+ <%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/file.csv --external-id MyField__c --wait 5 --target-org my-scratch
22
22
 
23
23
  # flags.externalid
24
24
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.3.26",
2
+ "version": "2.3.28",
3
3
  "commands": {
4
4
  "data:query": {
5
5
  "id": "data:query",
@@ -1216,7 +1216,7 @@
1216
1216
  "aliases": [],
1217
1217
  "examples": [
1218
1218
  "Bulk upsert records to the Contact object in your default org:\n<%= config.bin %> <%= command.id %> --sobject Contact --file files/contacts.csv --external-id Id",
1219
- "Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject**c --file files/file.csv --external-id MyField**c --wait 5 --target-org my-scratch"
1219
+ "Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/file.csv --external-id MyField__c --wait 5 --target-org my-scratch"
1220
1220
  ],
1221
1221
  "flags": {
1222
1222
  "json": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data",
3
- "version": "2.3.26",
3
+ "version": "2.3.28",
4
4
  "description": "Plugin for salesforce data commands",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
@@ -110,21 +110,21 @@
110
110
  "chalk": "^4.1.0",
111
111
  "csv-parse": "^4.16.3",
112
112
  "csv-stringify": "^6.4.0",
113
- "jsforce": "^2.0.0-beta.24",
113
+ "jsforce": "^2.0.0-beta.27",
114
114
  "tslib": "^2"
115
115
  },
116
116
  "devDependencies": {
117
- "@oclif/plugin-command-snapshot": "^4.0.2",
117
+ "@oclif/plugin-command-snapshot": "^4.0.5",
118
118
  "@salesforce/cli-plugins-testkit": "^4.1.1",
119
119
  "@salesforce/dev-config": "^4.0.1",
120
120
  "@salesforce/dev-scripts": "^5.4.2",
121
- "@salesforce/plugin-command-reference": "^3.0.2",
121
+ "@salesforce/plugin-command-reference": "^3.0.7",
122
122
  "@salesforce/prettier-config": "^0.0.3",
123
123
  "@salesforce/ts-sinon": "^1.4.8",
124
124
  "@swc/core": "^1.3.31",
125
125
  "@types/chai-as-promised": "^7.1.3",
126
126
  "@types/shelljs": "^0.8.10",
127
- "@typescript-eslint/eslint-plugin": "^5.59.8",
127
+ "@typescript-eslint/eslint-plugin": "^5.60.0",
128
128
  "@typescript-eslint/parser": "^5.59.9",
129
129
  "chai": "^4.3.7",
130
130
  "chai-as-promised": "^7.1.1",
@@ -136,7 +136,7 @@
136
136
  "eslint-plugin-header": "^3.1.1",
137
137
  "eslint-plugin-import": "^2.27.5",
138
138
  "eslint-plugin-jsdoc": "^44.2.7",
139
- "eslint-plugin-sf-plugin": "^1.15.8",
139
+ "eslint-plugin-sf-plugin": "^1.15.9",
140
140
  "husky": "^7.0.4",
141
141
  "mocha": "^9.1.3",
142
142
  "nyc": "^15.1.0",
@@ -256,7 +256,7 @@
256
256
  }
257
257
  },
258
258
  "sfdx": {
259
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.26.crt",
260
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.26.sig"
259
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.28.crt",
260
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.28.sig"
261
261
  }
262
262
  }