@jayree/sfdx-plugin-legacy 1.1.60 → 1.1.62
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/CHANGELOG.md +17 -0
- package/README.md +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [1.1.62](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.61...v1.1.62) (2023-10-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.6 to 1.1.7 ([#692](https://github.com/jayree/sfdx-plugin-legacy/issues/692)) ([a0e06f2](https://github.com/jayree/sfdx-plugin-legacy/commit/a0e06f2a35343f05ed43d9ef512ce6b4e5e307d7))
|
|
7
|
+
* **deps:** bump puppeteer from 21.3.7 to 21.3.8 ([#693](https://github.com/jayree/sfdx-plugin-legacy/issues/693)) ([e90bb70](https://github.com/jayree/sfdx-plugin-legacy/commit/e90bb70745662336277616b90cd1304a3cc07d41))
|
|
8
|
+
|
|
9
|
+
## [1.1.61](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.60...v1.1.61) (2023-10-06)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @jayree/changelog from 1.1.5 to 1.1.6 ([#680](https://github.com/jayree/sfdx-plugin-legacy/issues/680)) ([63c6a3f](https://github.com/jayree/sfdx-plugin-legacy/commit/63c6a3f33ba149b4be556b1bc362fafd9188c6fa))
|
|
15
|
+
* **deps:** bump fast-xml-parser from 4.3.1 to 4.3.2 ([#683](https://github.com/jayree/sfdx-plugin-legacy/issues/683)) ([acbc9a6](https://github.com/jayree/sfdx-plugin-legacy/commit/acbc9a6abb1afae8e9b3fa5b45943b90669fd133))
|
|
16
|
+
* **deps:** bump puppeteer from 21.3.6 to 21.3.7 ([#685](https://github.com/jayree/sfdx-plugin-legacy/issues/685)) ([524f27c](https://github.com/jayree/sfdx-plugin-legacy/commit/524f27cf048e7735736071e85befaec216af77cf))
|
|
17
|
+
|
|
1
18
|
## [1.1.60](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.59...v1.1.60) (2023-09-29)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ EXAMPLES
|
|
|
71
71
|
❯ ChangeSet1
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
74
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.62/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
75
75
|
|
|
76
76
|
### `sfdx jayree:automation:changeset:list`
|
|
77
77
|
|
|
@@ -95,7 +95,7 @@ DESCRIPTION
|
|
|
95
95
|
list incomming change sets of an org (beta)
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
98
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.62/src/commands/jayree/automation/changeset/list.ts)_
|
|
99
99
|
|
|
100
100
|
### `sfdx jayree:automation:ltngsync:status`
|
|
101
101
|
|
|
@@ -133,7 +133,7 @@ EXAMPLES
|
|
|
133
133
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
134
134
|
```
|
|
135
135
|
|
|
136
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
136
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.62/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
137
137
|
|
|
138
138
|
### `sfdx jayree:packagedescription:create`
|
|
139
139
|
|
|
@@ -158,7 +158,7 @@ EXAMPLES
|
|
|
158
158
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
161
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.62/src/commands/jayree/packagedescription/create.ts)_
|
|
162
162
|
|
|
163
163
|
### `sfdx jayree:packagedescription:get`
|
|
164
164
|
|
|
@@ -183,7 +183,7 @@ EXAMPLES
|
|
|
183
183
|
Description of Package FILENAME
|
|
184
184
|
```
|
|
185
185
|
|
|
186
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
186
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.62/src/commands/jayree/packagedescription/get.ts)_
|
|
187
187
|
|
|
188
188
|
### `sfdx jayree:packagedescription:remove`
|
|
189
189
|
|
|
@@ -207,7 +207,7 @@ EXAMPLES
|
|
|
207
207
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
210
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.62/src/commands/jayree/packagedescription/remove.ts)_
|
|
211
211
|
|
|
212
212
|
### `sfdx jayree:packagedescription:set`
|
|
213
213
|
|
|
@@ -232,5 +232,5 @@ EXAMPLES
|
|
|
232
232
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
235
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.62/src/commands/jayree/packagedescription/set.ts)_
|
|
236
236
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-legacy",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing all jayree legacy commands.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.62",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.1.
|
|
9
|
+
"@jayree/changelog": "^1.1.7",
|
|
10
10
|
"@salesforce/command": "^5.3.9",
|
|
11
11
|
"adm-zip": "^0.5.10",
|
|
12
12
|
"debug": "^4.3.4",
|
|
13
|
-
"fast-xml-parser": "^4.3.
|
|
13
|
+
"fast-xml-parser": "^4.3.2",
|
|
14
14
|
"fs-extra": "^11.1.1",
|
|
15
15
|
"inquirer": "^9.2.11",
|
|
16
|
-
"puppeteer": "^21.3.
|
|
16
|
+
"puppeteer": "^21.3.8",
|
|
17
17
|
"tslib": "^2.6.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@commitlint/cli": "^17.7.
|
|
20
|
+
"@commitlint/cli": "^17.7.2",
|
|
21
21
|
"@commitlint/config-conventional": "^17.7.0",
|
|
22
22
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
23
|
-
"@oclif/plugin-help": "^
|
|
23
|
+
"@oclif/plugin-help": "^6.0.2",
|
|
24
24
|
"@salesforce/dev-config": "^4.0.1",
|
|
25
25
|
"@salesforce/dev-scripts": "3.1.0",
|
|
26
26
|
"@salesforce/prettier-config": "^0.0.3",
|
|
27
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
27
|
+
"@salesforce/ts-sinon": "^1.4.17",
|
|
28
28
|
"@types/adm-zip": "^0.5.2",
|
|
29
|
-
"@types/chai": "^4.3.
|
|
29
|
+
"@types/chai": "^4.3.8",
|
|
30
30
|
"@types/fs-extra": "^11.0.2",
|
|
31
|
-
"@types/inquirer": "^9.0.
|
|
31
|
+
"@types/inquirer": "^9.0.4",
|
|
32
32
|
"@types/mocha": "^10.0.2",
|
|
33
|
-
"@types/node": "^20.
|
|
34
|
-
"@types/sinon": "^10.0.
|
|
33
|
+
"@types/node": "^20.8.5",
|
|
34
|
+
"@types/sinon": "^10.0.19",
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
36
36
|
"@typescript-eslint/parser": "^5.62.0",
|
|
37
37
|
"chai": "^4.3.10",
|
|
38
38
|
"codecov": "^3.8.3",
|
|
39
39
|
"deepmerge": "^4.3.1",
|
|
40
|
-
"eslint": "^8.
|
|
40
|
+
"eslint": "^8.51.0",
|
|
41
41
|
"eslint-config-prettier": "^9.0.0",
|
|
42
42
|
"eslint-config-salesforce": "^2.0.2",
|
|
43
43
|
"eslint-config-salesforce-typescript": "^1.1.2",
|
|
44
44
|
"eslint-plugin-header": "^3.1.1",
|
|
45
45
|
"eslint-plugin-import": "^2.28.1",
|
|
46
46
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
47
|
-
"eslint-plugin-prettier": "^5.0.
|
|
48
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
47
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
48
|
+
"eslint-plugin-sf-plugin": "^1.16.9",
|
|
49
49
|
"husky": "^8.0.3",
|
|
50
50
|
"is-ci": "^3.0.1",
|
|
51
51
|
"mocha": "^10.2.0",
|
|
52
|
-
"nock": "^13.3.
|
|
52
|
+
"nock": "^13.3.4",
|
|
53
53
|
"nyc": "^15.1.0",
|
|
54
54
|
"oclif": "^3.17.2",
|
|
55
55
|
"patch-package": "^7.0.2",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"prettier": "^3.0.3",
|
|
58
58
|
"pretty-quick": "^3.1.3",
|
|
59
59
|
"shx": "^0.3.4",
|
|
60
|
-
"sinon": "^16.
|
|
60
|
+
"sinon": "^16.1.0",
|
|
61
61
|
"source-map-support": "^0.5.21",
|
|
62
62
|
"ts-node": "^10.9.1",
|
|
63
63
|
"typescript": "^5.2.2"
|