@jsforce/jsforce-node 3.3.3 → 3.3.4
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/package.json +7 -4
package/lib/VERSION.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "3.3.
|
|
1
|
+
declare const _default: "3.3.4";
|
|
2
2
|
export default _default;
|
package/lib/VERSION.js
CHANGED
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.3.
|
|
13
|
+
"version": "3.3.4",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
16
|
"url": "git://github.com/jsforce/jsforce.git"
|
|
@@ -150,7 +150,10 @@
|
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
"typecheck": {
|
|
153
|
-
"command": "
|
|
153
|
+
"command": "npx tsc -p test --pretty",
|
|
154
|
+
"dependencies": [
|
|
155
|
+
"build:node:cjs"
|
|
156
|
+
],
|
|
154
157
|
"files": [
|
|
155
158
|
"src/**/*.ts",
|
|
156
159
|
"test/**/*.ts",
|
|
@@ -208,7 +211,7 @@
|
|
|
208
211
|
"devDependencies": {
|
|
209
212
|
"@babel/cli": "^7.23.0",
|
|
210
213
|
"@babel/core": "^7.23.0",
|
|
211
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
214
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
212
215
|
"@babel/preset-env": "^7.22.20",
|
|
213
216
|
"@babel/preset-typescript": "^7.23.0",
|
|
214
217
|
"@babel/register": "^7.22.15",
|
|
@@ -247,7 +250,7 @@
|
|
|
247
250
|
"power-assert": "^1.6.1",
|
|
248
251
|
"prettier": "^2.2.1",
|
|
249
252
|
"process": "^0.11.10",
|
|
250
|
-
"puppeteer": "^
|
|
253
|
+
"puppeteer": "^22.14.0",
|
|
251
254
|
"querystring-es3": "^0.2.1",
|
|
252
255
|
"rimraf": "^5.0.5",
|
|
253
256
|
"shelljs": "^0.8.5",
|