Skip to content

Commit ba8ce60

Browse files
author
Mohith Shrivastava
committed
security patch
1 parent fc6f194 commit ba8ce60

File tree

3 files changed

+59
-37
lines changed

3 files changed

+59
-37
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to the "dx-code-companion" extension will be documented in this file.
33

4+
### 0.3.6
5+
1.To manage settings you dont need to edit the settings.json and instead has UI
6+
2.Security path via npm audit
7+
48
### 0.3.3
59

610
1.Update the sfdx-core to use latest version.

package-lock.json

Lines changed: 52 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,12 @@
166166
"title": "SalesforceDX Companion Features",
167167
"properties": {
168168
"dx-code-companion.autosave.enabled": {
169-
"type": [
170-
"boolean"
171-
],
169+
"type": "boolean",
172170
"default": true,
173171
"description": "Saves to salesforce automatically"
174172
},
175173
"dx-code-companion.manageconflict.enabled": {
176-
"type": [
177-
"boolean"
178-
],
174+
"type": "boolean",
179175
"default": false,
180176
"description": "Compare code in local file with file in salesforce"
181177
}
@@ -197,6 +193,6 @@
197193
"vscode": "^1.1.34"
198194
},
199195
"dependencies": {
200-
"@salesforce/core": "^2.0.1"
196+
"@salesforce/core": "^2.1.1"
201197
}
202198
}

0 commit comments

Comments
 (0)