@jsforce/jsforce-node 3.7.0 → 3.8.1
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/lib/VERSION.d.ts +1 -1
- package/lib/VERSION.js +1 -1
- package/lib/query.d.ts +4 -0
- package/lib/query.js +1 -1
- package/package.json +10 -10
package/lib/VERSION.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "3.
|
|
1
|
+
declare const _default: "3.8.1";
|
|
2
2
|
export default _default;
|
package/lib/VERSION.js
CHANGED
package/lib/query.d.ts
CHANGED
package/lib/query.js
CHANGED
|
@@ -651,7 +651,7 @@ class Query extends events_1.EventEmitter {
|
|
|
651
651
|
}
|
|
652
652
|
const updateStream = typeof mapping === 'function'
|
|
653
653
|
? record_stream_1.default.map(mapping)
|
|
654
|
-
: record_stream_1.default.recordMapStream(mapping);
|
|
654
|
+
: record_stream_1.default.recordMapStream(mapping, options.skipRecordTemplateEval);
|
|
655
655
|
// Set the threshold number to pass to bulk API
|
|
656
656
|
const thresholdNum = options.allowBulk === false
|
|
657
657
|
? -1
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"database.com"
|
|
11
11
|
],
|
|
12
12
|
"homepage": "http://github.com/jsforce/jsforce",
|
|
13
|
-
"version": "3.
|
|
13
|
+
"version": "3.8.1",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
16
|
"url": "git://github.com/jsforce/jsforce.git"
|
|
@@ -206,12 +206,12 @@
|
|
|
206
206
|
"xml2js": "^0.6.2"
|
|
207
207
|
},
|
|
208
208
|
"devDependencies": {
|
|
209
|
-
"@babel/cli": "^7.
|
|
210
|
-
"@babel/core": "^7.
|
|
211
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
212
|
-
"@babel/preset-env": "^7.
|
|
213
|
-
"@babel/preset-typescript": "^7.
|
|
214
|
-
"@babel/register": "^7.
|
|
209
|
+
"@babel/cli": "^7.27.0",
|
|
210
|
+
"@babel/core": "^7.26.10",
|
|
211
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
212
|
+
"@babel/preset-env": "^7.26.9",
|
|
213
|
+
"@babel/preset-typescript": "^7.27.0",
|
|
214
|
+
"@babel/register": "^7.25.9",
|
|
215
215
|
"@types/inquirer": "^6.5.0",
|
|
216
216
|
"@types/jest": "^29.5.5",
|
|
217
217
|
"@types/multistream": "^2.1.1",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"@typescript-eslint/parser": "^6.7.5",
|
|
225
225
|
"archiver": "^5.1.0",
|
|
226
226
|
"assert": "^2.0.0",
|
|
227
|
-
"babel-loader": "^9.1
|
|
227
|
+
"babel-loader": "^9.2.1",
|
|
228
228
|
"babel-preset-power-assert": "^3.0.0",
|
|
229
229
|
"buffer": "^6.0.3",
|
|
230
230
|
"conditional-type-checks": "^1.0.5",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"eslint": "^8.51.0",
|
|
233
233
|
"eslint-config-prettier": "^6.15.0",
|
|
234
234
|
"eslint-plugin-import": "^2.29.1",
|
|
235
|
-
"eslint-plugin-jsdoc": "^48.
|
|
235
|
+
"eslint-plugin-jsdoc": "^48.11.0",
|
|
236
236
|
"eslint-plugin-prettier": "^3.1.4",
|
|
237
237
|
"jest": "^29.5.0",
|
|
238
238
|
"jsforce-ajax-proxy": "^2.0.0",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"util": "^0.12.5",
|
|
263
263
|
"webpack": "^5.97.1",
|
|
264
264
|
"webpack-cli": "^5.0.2",
|
|
265
|
-
"wireit": "^0.14.
|
|
265
|
+
"wireit": "^0.14.12",
|
|
266
266
|
"zx": "^7.2.3"
|
|
267
267
|
},
|
|
268
268
|
"overrides": {
|