@salesforce/apex-node-bundle
Advanced tools
Comparing version 8.1.12 to 8.1.13
@@ -25,2 +25,6 @@ "use strict"; | ||
const node_fs_1 = require("node:fs"); | ||
/** | ||
* The library jsonpath that bfj depends on cannot be bundled through esbuild. | ||
* Please pay attention whenever you deal with bfj | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
@@ -27,0 +31,0 @@ const bfj = require('bfj'); |
{ | ||
"name": "@salesforce/apex-node-bundle", | ||
"description": "Salesforce JS library for Apex", | ||
"version": "8.1.12", | ||
"version": "8.1.13", | ||
"author": "Salesforce", | ||
@@ -18,3 +18,3 @@ "bugs": "https://github.com/forcedotcom/salesforcedx-apex/issues", | ||
"istanbul-reports": "^3.1.7", | ||
"@salesforce/core-bundle": "^8.6.1" | ||
"@salesforce/core-bundle": "^8.6.2" | ||
}, | ||
@@ -37,2 +37,4 @@ "devDependencies": { | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.24.0", | ||
"ts-morph": "^23.0.0", | ||
"eslint": "^8.57.1", | ||
@@ -53,3 +55,3 @@ "eslint-config-prettier": "^9.0.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.3" | ||
}, | ||
@@ -56,0 +58,0 @@ "resolutions": { |
Sorry, the diff of this file is not supported yet
424023
6681
33