@salesforce/plugin-signups 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +155 -221
- package/oclif.lock +89 -124
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
124
124
|
```
|
125
125
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/create/shape.ts)_
|
127
127
|
|
128
128
|
## `sf org create snapshot`
|
129
129
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
179
179
|
as a version control system tag or commit ID.
|
180
180
|
```
|
181
181
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/create/snapshot.ts)_
|
183
183
|
|
184
184
|
## `sf org delete shape`
|
185
185
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
220
220
|
```
|
221
221
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -263,7 +263,7 @@ FLAG DESCRIPTIONS
|
|
263
263
|
The IDs of scratch org snapshots start with 0Oo.
|
264
264
|
```
|
265
265
|
|
266
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.
|
266
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/delete/snapshot.ts)_
|
267
267
|
|
268
268
|
## `sf org get snapshot`
|
269
269
|
|
@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
|
|
310
310
|
The IDs of scratch org snapshots start with 0Oo.
|
311
311
|
```
|
312
312
|
|
313
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.
|
313
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/get/snapshot.ts)_
|
314
314
|
|
315
315
|
## `sf org list shape`
|
316
316
|
|
@@ -343,7 +343,7 @@ EXAMPLES
|
|
343
343
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
344
344
|
```
|
345
345
|
|
346
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.
|
346
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/list/shape.ts)_
|
347
347
|
|
348
348
|
## `sf org list snapshot`
|
349
349
|
|
@@ -385,6 +385,6 @@ EXAMPLES
|
|
385
385
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
386
386
|
```
|
387
387
|
|
388
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.
|
388
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.1.3/src/commands/org/list/snapshot.ts)_
|
389
389
|
|
390
390
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.1.
|
9
|
+
"version": "2.1.3",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^3.26.0",
|
13
|
-
"@salesforce/core": "^6.7.
|
13
|
+
"@salesforce/core": "^6.7.6",
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
15
15
|
"@salesforce/sf-plugins-core": "^8.0.1",
|
16
16
|
"chalk": "^5.3.0",
|
@@ -18,19 +18,19 @@
|
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
22
|
-
"@salesforce/dev-scripts": "^8.4.
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
22
|
+
"@salesforce/dev-scripts": "^8.4.4",
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.73",
|
24
24
|
"@salesforce/ts-types": "^2.0.9",
|
25
25
|
"@types/chai-as-promised": "^7.1.8",
|
26
26
|
"@types/chai-string": "^1.4.5",
|
27
27
|
"chai-as-promised": "7.1.1",
|
28
28
|
"chai-string": "^1.5.0",
|
29
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
29
|
+
"eslint-plugin-sf-plugin": "^1.17.5",
|
30
30
|
"jsforce": "^2.0.0-beta.28",
|
31
31
|
"oclif": "^4.5.4",
|
32
32
|
"ts-node": "^10.9.2",
|
33
|
-
"typescript": "^5.
|
33
|
+
"typescript": "^5.4.3"
|
34
34
|
},
|
35
35
|
"engines": {
|
36
36
|
"node": ">=18.0.0"
|
@@ -3913,13 +3913,13 @@
|
|
3913
3913
|
}
|
3914
3914
|
},
|
3915
3915
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3916
|
-
"version": "5.1.
|
3917
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
3918
|
-
"integrity": "sha512-
|
3916
|
+
"version": "5.1.12",
|
3917
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.12.tgz",
|
3918
|
+
"integrity": "sha512-dICcYW2dejeOtA8fMYCyTCl/PXfYLoNlVPL18ATpR3pEDUjlyI1JWY0GE8chhqCsr0TgDBkkd/MKuUiTSsGebQ==",
|
3919
3919
|
"dev": true,
|
3920
3920
|
"license": "BSD-3-Clause",
|
3921
3921
|
"dependencies": {
|
3922
|
-
"@salesforce/core": "^6.7.
|
3922
|
+
"@salesforce/core": "^6.7.3",
|
3923
3923
|
"@salesforce/kit": "^3.0.15",
|
3924
3924
|
"@salesforce/ts-types": "^2.0.9",
|
3925
3925
|
"@types/shelljs": "^0.8.15",
|
@@ -3944,15 +3944,14 @@
|
|
3944
3944
|
}
|
3945
3945
|
},
|
3946
3946
|
"node_modules/@salesforce/core": {
|
3947
|
-
"version": "6.7.
|
3948
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
3949
|
-
"integrity": "sha512-
|
3947
|
+
"version": "6.7.6",
|
3948
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
|
3949
|
+
"integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
|
3950
3950
|
"license": "BSD-3-Clause",
|
3951
3951
|
"dependencies": {
|
3952
|
-
"@salesforce/kit": "^3.0
|
3953
|
-
"@salesforce/schemas": "^1.
|
3952
|
+
"@salesforce/kit": "^3.1.0",
|
3953
|
+
"@salesforce/schemas": "^1.7.0",
|
3954
3954
|
"@salesforce/ts-types": "^2.0.9",
|
3955
|
-
"@types/semver": "^7.5.8",
|
3956
3955
|
"ajv": "^8.12.0",
|
3957
3956
|
"change-case": "^4.1.2",
|
3958
3957
|
"faye": "^1.4.0",
|
@@ -4022,9 +4021,9 @@
|
|
4022
4021
|
"license": "BSD-3-Clause"
|
4023
4022
|
},
|
4024
4023
|
"node_modules/@salesforce/dev-scripts": {
|
4025
|
-
"version": "8.4.
|
4026
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.
|
4027
|
-
"integrity": "sha512-
|
4024
|
+
"version": "8.4.4",
|
4025
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.4.tgz",
|
4026
|
+
"integrity": "sha512-XQ4B7cwINouoxqKNlcCTAnuMIe2jrB6VjcAL93Qns5MNQYYjjSV9kU7RkHck8Wvx2dCAL43iFp0oqpudz3bD5A==",
|
4028
4027
|
"dev": true,
|
4029
4028
|
"license": "BSD-3-Clause",
|
4030
4029
|
"dependencies": {
|
@@ -4032,17 +4031,17 @@
|
|
4032
4031
|
"@commitlint/config-conventional": "^17.8.1",
|
4033
4032
|
"@salesforce/dev-config": "^4.1.0",
|
4034
4033
|
"@salesforce/prettier-config": "^0.0.3",
|
4035
|
-
"@types/chai": "^4.3.
|
4034
|
+
"@types/chai": "^4.3.14",
|
4036
4035
|
"@types/mocha": "^10.0.6",
|
4037
|
-
"@types/node": "^18",
|
4036
|
+
"@types/node": "^18.19.28",
|
4038
4037
|
"@types/sinon": "^10.0.20",
|
4039
4038
|
"chai": "^4.3.10",
|
4040
4039
|
"chalk": "^4.0.0",
|
4041
|
-
"cosmiconfig": "^
|
4042
|
-
"eslint-config-salesforce-typescript": "^3.2.
|
4040
|
+
"cosmiconfig": "^8.3.6",
|
4041
|
+
"eslint-config-salesforce-typescript": "^3.2.12",
|
4043
4042
|
"husky": "^7.0.4",
|
4044
4043
|
"linkinator": "^6.0.4",
|
4045
|
-
"mocha": "^10.
|
4044
|
+
"mocha": "^10.4.0",
|
4046
4045
|
"nyc": "^15.1.0",
|
4047
4046
|
"prettier": "^2.8.8",
|
4048
4047
|
"pretty-quick": "^3.3.1",
|
@@ -4050,9 +4049,9 @@
|
|
4050
4049
|
"sinon": "10.0.0",
|
4051
4050
|
"source-map-support": "^0.5.21",
|
4052
4051
|
"ts-node": "^10.9.2",
|
4053
|
-
"typedoc": "^0.25.
|
4052
|
+
"typedoc": "^0.25.12",
|
4054
4053
|
"typedoc-plugin-missing-exports": "0.23.0",
|
4055
|
-
"typescript": "^4.
|
4054
|
+
"typescript": "^5.4.3",
|
4056
4055
|
"wireit": "^0.14.4"
|
4057
4056
|
},
|
4058
4057
|
"bin": {
|
@@ -4063,9 +4062,9 @@
|
|
4063
4062
|
}
|
4064
4063
|
},
|
4065
4064
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
4066
|
-
"version": "18.
|
4067
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
4068
|
-
"integrity": "sha512-
|
4065
|
+
"version": "18.19.29",
|
4066
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.29.tgz",
|
4067
|
+
"integrity": "sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==",
|
4069
4068
|
"dev": true,
|
4070
4069
|
"license": "MIT",
|
4071
4070
|
"dependencies": {
|
@@ -4089,92 +4088,10 @@
|
|
4089
4088
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
4090
4089
|
}
|
4091
4090
|
},
|
4092
|
-
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
4093
|
-
"version": "7.1.0",
|
4094
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
4095
|
-
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
4096
|
-
"dev": true,
|
4097
|
-
"license": "MIT",
|
4098
|
-
"dependencies": {
|
4099
|
-
"@types/parse-json": "^4.0.0",
|
4100
|
-
"import-fresh": "^3.2.1",
|
4101
|
-
"parse-json": "^5.0.0",
|
4102
|
-
"path-type": "^4.0.0",
|
4103
|
-
"yaml": "^1.10.0"
|
4104
|
-
},
|
4105
|
-
"engines": {
|
4106
|
-
"node": ">=10"
|
4107
|
-
}
|
4108
|
-
},
|
4109
|
-
"node_modules/@salesforce/dev-scripts/node_modules/marked": {
|
4110
|
-
"version": "4.3.0",
|
4111
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
4112
|
-
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
4113
|
-
"dev": true,
|
4114
|
-
"license": "MIT",
|
4115
|
-
"bin": {
|
4116
|
-
"marked": "bin/marked.js"
|
4117
|
-
},
|
4118
|
-
"engines": {
|
4119
|
-
"node": ">= 12"
|
4120
|
-
}
|
4121
|
-
},
|
4122
|
-
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
4123
|
-
"version": "9.0.3",
|
4124
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
4125
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
4126
|
-
"dev": true,
|
4127
|
-
"license": "ISC",
|
4128
|
-
"dependencies": {
|
4129
|
-
"brace-expansion": "^2.0.1"
|
4130
|
-
},
|
4131
|
-
"engines": {
|
4132
|
-
"node": ">=16 || 14 >=14.17"
|
4133
|
-
},
|
4134
|
-
"funding": {
|
4135
|
-
"url": "https://github.com/sponsors/isaacs"
|
4136
|
-
}
|
4137
|
-
},
|
4138
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
4139
|
-
"version": "0.25.10",
|
4140
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
4141
|
-
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
4142
|
-
"dev": true,
|
4143
|
-
"license": "Apache-2.0",
|
4144
|
-
"dependencies": {
|
4145
|
-
"lunr": "^2.3.9",
|
4146
|
-
"marked": "^4.3.0",
|
4147
|
-
"minimatch": "^9.0.3",
|
4148
|
-
"shiki": "^0.14.7"
|
4149
|
-
},
|
4150
|
-
"bin": {
|
4151
|
-
"typedoc": "bin/typedoc"
|
4152
|
-
},
|
4153
|
-
"engines": {
|
4154
|
-
"node": ">= 16"
|
4155
|
-
},
|
4156
|
-
"peerDependencies": {
|
4157
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
4158
|
-
}
|
4159
|
-
},
|
4160
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
4161
|
-
"version": "4.9.5",
|
4162
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
4163
|
-
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
4164
|
-
"dev": true,
|
4165
|
-
"license": "Apache-2.0",
|
4166
|
-
"bin": {
|
4167
|
-
"tsc": "bin/tsc",
|
4168
|
-
"tsserver": "bin/tsserver"
|
4169
|
-
},
|
4170
|
-
"engines": {
|
4171
|
-
"node": ">=4.2.0"
|
4172
|
-
}
|
4173
|
-
},
|
4174
4091
|
"node_modules/@salesforce/kit": {
|
4175
|
-
"version": "3.0
|
4176
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.
|
4177
|
-
"integrity": "sha512-
|
4092
|
+
"version": "3.1.0",
|
4093
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz",
|
4094
|
+
"integrity": "sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==",
|
4178
4095
|
"license": "BSD-3-Clause",
|
4179
4096
|
"dependencies": {
|
4180
4097
|
"@salesforce/ts-types": "^2.0.9",
|
@@ -4182,14 +4099,14 @@
|
|
4182
4099
|
}
|
4183
4100
|
},
|
4184
4101
|
"node_modules/@salesforce/plugin-command-reference": {
|
4185
|
-
"version": "3.0.
|
4186
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
4187
|
-
"integrity": "sha512-
|
4102
|
+
"version": "3.0.73",
|
4103
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.73.tgz",
|
4104
|
+
"integrity": "sha512-FkGlvA3H2kH3KrzFxWSQhnPrcgvVLQF1QGig69J/j/Z0rnb2k4rH5gKN0Bg0xcgHXBwmBrlY5otpJltnrpq0PQ==",
|
4188
4105
|
"dev": true,
|
4189
4106
|
"license": "BSD-3-Clause",
|
4190
4107
|
"dependencies": {
|
4191
|
-
"@oclif/core": "^3.
|
4192
|
-
"@salesforce/core": "^6.7.
|
4108
|
+
"@oclif/core": "^3.26.0",
|
4109
|
+
"@salesforce/core": "^6.7.3",
|
4193
4110
|
"@salesforce/kit": "^3.0.15",
|
4194
4111
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
4195
4112
|
"@salesforce/ts-types": "^2.0.9",
|
@@ -4245,9 +4162,9 @@
|
|
4245
4162
|
"license": "BSD-3-Clause"
|
4246
4163
|
},
|
4247
4164
|
"node_modules/@salesforce/schemas": {
|
4248
|
-
"version": "1.
|
4249
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.
|
4250
|
-
"integrity": "sha512-
|
4165
|
+
"version": "1.7.0",
|
4166
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz",
|
4167
|
+
"integrity": "sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==",
|
4251
4168
|
"license": "ISC"
|
4252
4169
|
},
|
4253
4170
|
"node_modules/@salesforce/sf-plugins-core": {
|
@@ -5148,9 +5065,9 @@
|
|
5148
5065
|
}
|
5149
5066
|
},
|
5150
5067
|
"node_modules/@types/chai": {
|
5151
|
-
"version": "4.3.
|
5152
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.
|
5153
|
-
"integrity": "sha512-
|
5068
|
+
"version": "4.3.14",
|
5069
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
|
5070
|
+
"integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
|
5154
5071
|
"dev": true,
|
5155
5072
|
"license": "MIT"
|
5156
5073
|
},
|
@@ -5306,13 +5223,6 @@
|
|
5306
5223
|
"dev": true,
|
5307
5224
|
"license": "MIT"
|
5308
5225
|
},
|
5309
|
-
"node_modules/@types/parse-json": {
|
5310
|
-
"version": "4.0.0",
|
5311
|
-
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
|
5312
|
-
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
|
5313
|
-
"dev": true,
|
5314
|
-
"license": "MIT"
|
5315
|
-
},
|
5316
5226
|
"node_modules/@types/responselike": {
|
5317
5227
|
"version": "1.0.0",
|
5318
5228
|
"resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
|
@@ -5327,6 +5237,7 @@
|
|
5327
5237
|
"version": "7.5.8",
|
5328
5238
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
5329
5239
|
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
5240
|
+
"dev": true,
|
5330
5241
|
"license": "MIT"
|
5331
5242
|
},
|
5332
5243
|
"node_modules/@types/shelljs": {
|
@@ -7187,19 +7098,30 @@
|
|
7187
7098
|
"license": "MIT"
|
7188
7099
|
},
|
7189
7100
|
"node_modules/cosmiconfig": {
|
7190
|
-
"version": "8.
|
7191
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.
|
7192
|
-
"integrity": "sha512-
|
7101
|
+
"version": "8.3.6",
|
7102
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
|
7103
|
+
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
7193
7104
|
"dev": true,
|
7194
7105
|
"license": "MIT",
|
7195
7106
|
"dependencies": {
|
7196
|
-
"import-fresh": "^3.
|
7107
|
+
"import-fresh": "^3.3.0",
|
7197
7108
|
"js-yaml": "^4.1.0",
|
7198
|
-
"parse-json": "^5.
|
7109
|
+
"parse-json": "^5.2.0",
|
7199
7110
|
"path-type": "^4.0.0"
|
7200
7111
|
},
|
7201
7112
|
"engines": {
|
7202
7113
|
"node": ">=14"
|
7114
|
+
},
|
7115
|
+
"funding": {
|
7116
|
+
"url": "https://github.com/sponsors/d-fischer"
|
7117
|
+
},
|
7118
|
+
"peerDependencies": {
|
7119
|
+
"typescript": ">=4.9.5"
|
7120
|
+
},
|
7121
|
+
"peerDependenciesMeta": {
|
7122
|
+
"typescript": {
|
7123
|
+
"optional": true
|
7124
|
+
}
|
7203
7125
|
}
|
7204
7126
|
},
|
7205
7127
|
"node_modules/cosmiconfig/node_modules/argparse": {
|
@@ -7982,9 +7904,9 @@
|
|
7982
7904
|
}
|
7983
7905
|
},
|
7984
7906
|
"node_modules/eslint-config-salesforce": {
|
7985
|
-
"version": "2.0
|
7986
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
7987
|
-
"integrity": "sha512-
|
7907
|
+
"version": "2.2.0",
|
7908
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz",
|
7909
|
+
"integrity": "sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==",
|
7988
7910
|
"dev": true,
|
7989
7911
|
"license": "BSD-3-Clause"
|
7990
7912
|
},
|
@@ -7996,9 +7918,9 @@
|
|
7996
7918
|
"license": "BSD-3-Clause"
|
7997
7919
|
},
|
7998
7920
|
"node_modules/eslint-config-salesforce-typescript": {
|
7999
|
-
"version": "3.2.
|
8000
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.
|
8001
|
-
"integrity": "sha512-
|
7921
|
+
"version": "3.2.12",
|
7922
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.12.tgz",
|
7923
|
+
"integrity": "sha512-dCXU2V7DE8woGtfEZyxD9hSX3F+ZS/26nS6oG963I7/p9aeA1S6apPR1v3kV7o9VDR86ry1OIFbvK//1oDcz/w==",
|
8002
7924
|
"dev": true,
|
8003
7925
|
"license": "BSD-3-Clause",
|
8004
7926
|
"dependencies": {
|
@@ -8006,7 +7928,7 @@
|
|
8006
7928
|
"@typescript-eslint/parser": "^6.21.0",
|
8007
7929
|
"eslint": "^8.56.0",
|
8008
7930
|
"eslint-config-prettier": "^9.1.0",
|
8009
|
-
"eslint-config-salesforce": "^2.0
|
7931
|
+
"eslint-config-salesforce": "^2.2.0",
|
8010
7932
|
"eslint-config-salesforce-license": "^0.2.0",
|
8011
7933
|
"eslint-plugin-header": "^3.1.1",
|
8012
7934
|
"eslint-plugin-import": "^2.29.1",
|
@@ -8162,13 +8084,13 @@
|
|
8162
8084
|
}
|
8163
8085
|
},
|
8164
8086
|
"node_modules/eslint-plugin-sf-plugin": {
|
8165
|
-
"version": "1.17.
|
8166
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
8167
|
-
"integrity": "sha512-
|
8087
|
+
"version": "1.17.5",
|
8088
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.5.tgz",
|
8089
|
+
"integrity": "sha512-TQlUNOwop8aGeIOY+Vtj3OV0EGN7ps2YpV9LEvgGpw7Eeg5ocULQqR6WPwuRpeRn+XUNl7AC5NVDdhveA1fEEQ==",
|
8168
8090
|
"dev": true,
|
8169
8091
|
"license": "BSD-3-Clause",
|
8170
8092
|
"dependencies": {
|
8171
|
-
"@salesforce/core": "^6.7.
|
8093
|
+
"@salesforce/core": "^6.7.3",
|
8172
8094
|
"@typescript-eslint/utils": "^6.17.0"
|
8173
8095
|
},
|
8174
8096
|
"engines": {
|
@@ -12090,9 +12012,9 @@
|
|
12090
12012
|
}
|
12091
12013
|
},
|
12092
12014
|
"node_modules/mocha": {
|
12093
|
-
"version": "10.
|
12094
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
12095
|
-
"integrity": "sha512-
|
12015
|
+
"version": "10.4.0",
|
12016
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
12017
|
+
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
12096
12018
|
"dev": true,
|
12097
12019
|
"license": "MIT",
|
12098
12020
|
"dependencies": {
|
@@ -12103,13 +12025,12 @@
|
|
12103
12025
|
"diff": "5.0.0",
|
12104
12026
|
"escape-string-regexp": "4.0.0",
|
12105
12027
|
"find-up": "5.0.0",
|
12106
|
-
"glob": "
|
12028
|
+
"glob": "8.1.0",
|
12107
12029
|
"he": "1.2.0",
|
12108
12030
|
"js-yaml": "4.1.0",
|
12109
12031
|
"log-symbols": "4.1.0",
|
12110
12032
|
"minimatch": "5.0.1",
|
12111
12033
|
"ms": "2.1.3",
|
12112
|
-
"nanoid": "3.3.3",
|
12113
12034
|
"serialize-javascript": "6.0.0",
|
12114
12035
|
"strip-json-comments": "3.1.1",
|
12115
12036
|
"supports-color": "8.1.1",
|
@@ -12124,10 +12045,6 @@
|
|
12124
12045
|
},
|
12125
12046
|
"engines": {
|
12126
12047
|
"node": ">= 14.0.0"
|
12127
|
-
},
|
12128
|
-
"funding": {
|
12129
|
-
"type": "opencollective",
|
12130
|
-
"url": "https://opencollective.com/mochajs"
|
12131
12048
|
}
|
12132
12049
|
},
|
12133
12050
|
"node_modules/mocha/node_modules/argparse": {
|
@@ -12165,48 +12082,36 @@
|
|
12165
12082
|
}
|
12166
12083
|
},
|
12167
12084
|
"node_modules/mocha/node_modules/glob": {
|
12168
|
-
"version": "
|
12169
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
12170
|
-
"integrity": "sha512-
|
12085
|
+
"version": "8.1.0",
|
12086
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
12087
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
12171
12088
|
"dev": true,
|
12172
12089
|
"license": "ISC",
|
12173
12090
|
"dependencies": {
|
12174
12091
|
"fs.realpath": "^1.0.0",
|
12175
12092
|
"inflight": "^1.0.4",
|
12176
12093
|
"inherits": "2",
|
12177
|
-
"minimatch": "^
|
12178
|
-
"once": "^1.3.0"
|
12179
|
-
"path-is-absolute": "^1.0.0"
|
12094
|
+
"minimatch": "^5.0.1",
|
12095
|
+
"once": "^1.3.0"
|
12180
12096
|
},
|
12181
12097
|
"engines": {
|
12182
|
-
"node": "
|
12098
|
+
"node": ">=12"
|
12183
12099
|
},
|
12184
12100
|
"funding": {
|
12185
12101
|
"url": "https://github.com/sponsors/isaacs"
|
12186
12102
|
}
|
12187
12103
|
},
|
12188
|
-
"node_modules/mocha/node_modules/glob/node_modules/brace-expansion": {
|
12189
|
-
"version": "1.1.11",
|
12190
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
12191
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
12192
|
-
"dev": true,
|
12193
|
-
"license": "MIT",
|
12194
|
-
"dependencies": {
|
12195
|
-
"balanced-match": "^1.0.0",
|
12196
|
-
"concat-map": "0.0.1"
|
12197
|
-
}
|
12198
|
-
},
|
12199
12104
|
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
12200
|
-
"version": "
|
12201
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
12202
|
-
"integrity": "sha512-
|
12105
|
+
"version": "5.1.6",
|
12106
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
12107
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
12203
12108
|
"dev": true,
|
12204
12109
|
"license": "ISC",
|
12205
12110
|
"dependencies": {
|
12206
|
-
"brace-expansion": "^
|
12111
|
+
"brace-expansion": "^2.0.1"
|
12207
12112
|
},
|
12208
12113
|
"engines": {
|
12209
|
-
"node": "
|
12114
|
+
"node": ">=10"
|
12210
12115
|
}
|
12211
12116
|
},
|
12212
12117
|
"node_modules/mocha/node_modules/js-yaml": {
|
@@ -12368,19 +12273,6 @@
|
|
12368
12273
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
12369
12274
|
"license": "ISC"
|
12370
12275
|
},
|
12371
|
-
"node_modules/nanoid": {
|
12372
|
-
"version": "3.3.3",
|
12373
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
12374
|
-
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
12375
|
-
"dev": true,
|
12376
|
-
"license": "MIT",
|
12377
|
-
"bin": {
|
12378
|
-
"nanoid": "bin/nanoid.cjs"
|
12379
|
-
},
|
12380
|
-
"engines": {
|
12381
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
12382
|
-
}
|
12383
|
-
},
|
12384
12276
|
"node_modules/natural-compare": {
|
12385
12277
|
"version": "1.4.0",
|
12386
12278
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
@@ -15607,19 +15499,6 @@
|
|
15607
15499
|
"typescript": ">=4.2.0"
|
15608
15500
|
}
|
15609
15501
|
},
|
15610
|
-
"node_modules/ts-api-utils/node_modules/typescript": {
|
15611
|
-
"version": "4.9.5",
|
15612
|
-
"dev": true,
|
15613
|
-
"license": "Apache-2.0",
|
15614
|
-
"peer": true,
|
15615
|
-
"bin": {
|
15616
|
-
"tsc": "bin/tsc",
|
15617
|
-
"tsserver": "bin/tsserver"
|
15618
|
-
},
|
15619
|
-
"engines": {
|
15620
|
-
"node": ">=4.2.0"
|
15621
|
-
}
|
15622
|
-
},
|
15623
15502
|
"node_modules/ts-json-schema-generator": {
|
15624
15503
|
"version": "1.5.0",
|
15625
15504
|
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz",
|
@@ -15685,6 +15564,20 @@
|
|
15685
15564
|
"node": ">=10"
|
15686
15565
|
}
|
15687
15566
|
},
|
15567
|
+
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
15568
|
+
"version": "5.3.3",
|
15569
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
15570
|
+
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
15571
|
+
"dev": true,
|
15572
|
+
"license": "Apache-2.0",
|
15573
|
+
"bin": {
|
15574
|
+
"tsc": "bin/tsc",
|
15575
|
+
"tsserver": "bin/tsserver"
|
15576
|
+
},
|
15577
|
+
"engines": {
|
15578
|
+
"node": ">=14.17"
|
15579
|
+
}
|
15580
|
+
},
|
15688
15581
|
"node_modules/ts-node": {
|
15689
15582
|
"version": "10.9.2",
|
15690
15583
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
@@ -15894,6 +15787,28 @@
|
|
15894
15787
|
"is-typedarray": "^1.0.0"
|
15895
15788
|
}
|
15896
15789
|
},
|
15790
|
+
"node_modules/typedoc": {
|
15791
|
+
"version": "0.25.12",
|
15792
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz",
|
15793
|
+
"integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==",
|
15794
|
+
"dev": true,
|
15795
|
+
"license": "Apache-2.0",
|
15796
|
+
"dependencies": {
|
15797
|
+
"lunr": "^2.3.9",
|
15798
|
+
"marked": "^4.3.0",
|
15799
|
+
"minimatch": "^9.0.3",
|
15800
|
+
"shiki": "^0.14.7"
|
15801
|
+
},
|
15802
|
+
"bin": {
|
15803
|
+
"typedoc": "bin/typedoc"
|
15804
|
+
},
|
15805
|
+
"engines": {
|
15806
|
+
"node": ">= 16"
|
15807
|
+
},
|
15808
|
+
"peerDependencies": {
|
15809
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
|
15810
|
+
}
|
15811
|
+
},
|
15897
15812
|
"node_modules/typedoc-plugin-missing-exports": {
|
15898
15813
|
"version": "0.23.0",
|
15899
15814
|
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
|
@@ -15904,10 +15819,39 @@
|
|
15904
15819
|
"typedoc": "0.22.x || 0.23.x"
|
15905
15820
|
}
|
15906
15821
|
},
|
15822
|
+
"node_modules/typedoc/node_modules/marked": {
|
15823
|
+
"version": "4.3.0",
|
15824
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
15825
|
+
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
15826
|
+
"dev": true,
|
15827
|
+
"license": "MIT",
|
15828
|
+
"bin": {
|
15829
|
+
"marked": "bin/marked.js"
|
15830
|
+
},
|
15831
|
+
"engines": {
|
15832
|
+
"node": ">= 12"
|
15833
|
+
}
|
15834
|
+
},
|
15835
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
15836
|
+
"version": "9.0.3",
|
15837
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
15838
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
15839
|
+
"dev": true,
|
15840
|
+
"license": "ISC",
|
15841
|
+
"dependencies": {
|
15842
|
+
"brace-expansion": "^2.0.1"
|
15843
|
+
},
|
15844
|
+
"engines": {
|
15845
|
+
"node": ">=16 || 14 >=14.17"
|
15846
|
+
},
|
15847
|
+
"funding": {
|
15848
|
+
"url": "https://github.com/sponsors/isaacs"
|
15849
|
+
}
|
15850
|
+
},
|
15907
15851
|
"node_modules/typescript": {
|
15908
|
-
"version": "5.
|
15909
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
15910
|
-
"integrity": "sha512-
|
15852
|
+
"version": "5.4.3",
|
15853
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
|
15854
|
+
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
|
15911
15855
|
"dev": true,
|
15912
15856
|
"license": "Apache-2.0",
|
15913
15857
|
"bin": {
|
@@ -16475,16 +16419,6 @@
|
|
16475
16419
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
16476
16420
|
"license": "ISC"
|
16477
16421
|
},
|
16478
|
-
"node_modules/yaml": {
|
16479
|
-
"version": "1.10.2",
|
16480
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
16481
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
16482
|
-
"dev": true,
|
16483
|
-
"license": "ISC",
|
16484
|
-
"engines": {
|
16485
|
-
"node": ">= 6"
|
16486
|
-
}
|
16487
|
-
},
|
16488
16422
|
"node_modules/yargs": {
|
16489
16423
|
"version": "16.2.0",
|
16490
16424
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
package/oclif.lock
CHANGED
@@ -1777,7 +1777,7 @@
|
|
1777
1777
|
wordwrap "^1.0.0"
|
1778
1778
|
wrap-ansi "^7.0.0"
|
1779
1779
|
|
1780
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.
|
1780
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
|
1781
1781
|
version "3.26.0"
|
1782
1782
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
1783
1783
|
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
@@ -1960,12 +1960,12 @@
|
|
1960
1960
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1961
1961
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1962
1962
|
|
1963
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
1964
|
-
version "5.1.
|
1965
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
1966
|
-
integrity sha512-
|
1963
|
+
"@salesforce/cli-plugins-testkit@^5.1.12":
|
1964
|
+
version "5.1.12"
|
1965
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.12.tgz#b453a7b99940d6f5c9e64d7432b60b44b682747b"
|
1966
|
+
integrity sha512-dICcYW2dejeOtA8fMYCyTCl/PXfYLoNlVPL18ATpR3pEDUjlyI1JWY0GE8chhqCsr0TgDBkkd/MKuUiTSsGebQ==
|
1967
1967
|
dependencies:
|
1968
|
-
"@salesforce/core" "^6.7.
|
1968
|
+
"@salesforce/core" "^6.7.3"
|
1969
1969
|
"@salesforce/kit" "^3.0.15"
|
1970
1970
|
"@salesforce/ts-types" "^2.0.9"
|
1971
1971
|
"@types/shelljs" "^0.8.15"
|
@@ -1975,15 +1975,14 @@
|
|
1975
1975
|
strip-ansi "6.0.1"
|
1976
1976
|
ts-retry-promise "^0.8.0"
|
1977
1977
|
|
1978
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.
|
1979
|
-
version "6.7.
|
1980
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
1981
|
-
integrity sha512-
|
1978
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.3", "@salesforce/core@^6.7.6":
|
1979
|
+
version "6.7.6"
|
1980
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
1981
|
+
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
1982
1982
|
dependencies:
|
1983
|
-
"@salesforce/kit" "^3.0
|
1984
|
-
"@salesforce/schemas" "^1.
|
1983
|
+
"@salesforce/kit" "^3.1.0"
|
1984
|
+
"@salesforce/schemas" "^1.7.0"
|
1985
1985
|
"@salesforce/ts-types" "^2.0.9"
|
1986
|
-
"@types/semver" "^7.5.8"
|
1987
1986
|
ajv "^8.12.0"
|
1988
1987
|
change-case "^4.1.2"
|
1989
1988
|
faye "^1.4.0"
|
@@ -2004,26 +2003,26 @@
|
|
2004
2003
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
2005
2004
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
2006
2005
|
|
2007
|
-
"@salesforce/dev-scripts@^8.4.
|
2008
|
-
version "8.4.
|
2009
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.
|
2010
|
-
integrity sha512-
|
2006
|
+
"@salesforce/dev-scripts@^8.4.4":
|
2007
|
+
version "8.4.4"
|
2008
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.4.tgz#13e25346a527865785566a32b059f5e813a9d954"
|
2009
|
+
integrity sha512-XQ4B7cwINouoxqKNlcCTAnuMIe2jrB6VjcAL93Qns5MNQYYjjSV9kU7RkHck8Wvx2dCAL43iFp0oqpudz3bD5A==
|
2011
2010
|
dependencies:
|
2012
2011
|
"@commitlint/cli" "^17.1.2"
|
2013
2012
|
"@commitlint/config-conventional" "^17.8.1"
|
2014
2013
|
"@salesforce/dev-config" "^4.1.0"
|
2015
2014
|
"@salesforce/prettier-config" "^0.0.3"
|
2016
|
-
"@types/chai" "^4.3.
|
2015
|
+
"@types/chai" "^4.3.14"
|
2017
2016
|
"@types/mocha" "^10.0.6"
|
2018
|
-
"@types/node" "^18"
|
2017
|
+
"@types/node" "^18.19.28"
|
2019
2018
|
"@types/sinon" "^10.0.20"
|
2020
2019
|
chai "^4.3.10"
|
2021
2020
|
chalk "^4.0.0"
|
2022
|
-
cosmiconfig "^
|
2023
|
-
eslint-config-salesforce-typescript "^3.2.
|
2021
|
+
cosmiconfig "^8.3.6"
|
2022
|
+
eslint-config-salesforce-typescript "^3.2.12"
|
2024
2023
|
husky "^7.0.4"
|
2025
2024
|
linkinator "^6.0.4"
|
2026
|
-
mocha "^10.
|
2025
|
+
mocha "^10.4.0"
|
2027
2026
|
nyc "^15.1.0"
|
2028
2027
|
prettier "^2.8.8"
|
2029
2028
|
pretty-quick "^3.3.1"
|
@@ -2031,26 +2030,26 @@
|
|
2031
2030
|
sinon "10.0.0"
|
2032
2031
|
source-map-support "^0.5.21"
|
2033
2032
|
ts-node "^10.9.2"
|
2034
|
-
typedoc "^0.25.
|
2033
|
+
typedoc "^0.25.12"
|
2035
2034
|
typedoc-plugin-missing-exports "0.23.0"
|
2036
|
-
typescript "^4.
|
2035
|
+
typescript "^5.4.3"
|
2037
2036
|
wireit "^0.14.4"
|
2038
2037
|
|
2039
|
-
"@salesforce/kit@^3.0.15":
|
2040
|
-
version "3.0
|
2041
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.
|
2042
|
-
integrity sha512-
|
2038
|
+
"@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0":
|
2039
|
+
version "3.1.0"
|
2040
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.0.tgz#aa42533084c676e865f0f9c1907a16fb6f74dee7"
|
2041
|
+
integrity sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==
|
2043
2042
|
dependencies:
|
2044
2043
|
"@salesforce/ts-types" "^2.0.9"
|
2045
2044
|
tslib "^2.6.2"
|
2046
2045
|
|
2047
|
-
"@salesforce/plugin-command-reference@^3.0.
|
2048
|
-
version "3.0.
|
2049
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
2050
|
-
integrity sha512-
|
2046
|
+
"@salesforce/plugin-command-reference@^3.0.73":
|
2047
|
+
version "3.0.73"
|
2048
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.73.tgz#81a3ecb06a2c0ab319e01ce24c1eaab5608c3735"
|
2049
|
+
integrity sha512-FkGlvA3H2kH3KrzFxWSQhnPrcgvVLQF1QGig69J/j/Z0rnb2k4rH5gKN0Bg0xcgHXBwmBrlY5otpJltnrpq0PQ==
|
2051
2050
|
dependencies:
|
2052
|
-
"@oclif/core" "^3.
|
2053
|
-
"@salesforce/core" "^6.7.
|
2051
|
+
"@oclif/core" "^3.26.0"
|
2052
|
+
"@salesforce/core" "^6.7.3"
|
2054
2053
|
"@salesforce/kit" "^3.0.15"
|
2055
2054
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
2056
2055
|
"@salesforce/ts-types" "^2.0.9"
|
@@ -2063,10 +2062,10 @@
|
|
2063
2062
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
2064
2063
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
2065
2064
|
|
2066
|
-
"@salesforce/schemas@^1.
|
2067
|
-
version "1.
|
2068
|
-
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.
|
2069
|
-
integrity sha512-
|
2065
|
+
"@salesforce/schemas@^1.7.0":
|
2066
|
+
version "1.7.0"
|
2067
|
+
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
2068
|
+
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
2070
2069
|
|
2071
2070
|
"@salesforce/sf-plugins-core@^5.0.13":
|
2072
2071
|
version "5.0.13"
|
@@ -2665,10 +2664,10 @@
|
|
2665
2664
|
dependencies:
|
2666
2665
|
"@types/chai" "*"
|
2667
2666
|
|
2668
|
-
"@types/chai@*", "@types/chai@^4.3.
|
2669
|
-
version "4.3.
|
2670
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
2671
|
-
integrity sha512-
|
2667
|
+
"@types/chai@*", "@types/chai@^4.3.14":
|
2668
|
+
version "4.3.14"
|
2669
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz#ae3055ea2be43c91c9fd700a36d67820026d96e6"
|
2670
|
+
integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==
|
2672
2671
|
|
2673
2672
|
"@types/cli-progress@^3.11.5":
|
2674
2673
|
version "3.11.5"
|
@@ -2776,10 +2775,10 @@
|
|
2776
2775
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
2777
2776
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
2778
2777
|
|
2779
|
-
"@types/node@^18":
|
2780
|
-
version "18.
|
2781
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.
|
2782
|
-
integrity sha512-
|
2778
|
+
"@types/node@^18.19.28":
|
2779
|
+
version "18.19.29"
|
2780
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.29.tgz#e7e9d796c1e195be7e7daf82b4abc50d017fb9db"
|
2781
|
+
integrity sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==
|
2783
2782
|
dependencies:
|
2784
2783
|
undici-types "~5.26.4"
|
2785
2784
|
|
@@ -2788,11 +2787,6 @@
|
|
2788
2787
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
2789
2788
|
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
|
2790
2789
|
|
2791
|
-
"@types/parse-json@^4.0.0":
|
2792
|
-
version "4.0.0"
|
2793
|
-
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
2794
|
-
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
2795
|
-
|
2796
2790
|
"@types/responselike@^1.0.0":
|
2797
2791
|
version "1.0.0"
|
2798
2792
|
resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29"
|
@@ -2800,7 +2794,7 @@
|
|
2800
2794
|
dependencies:
|
2801
2795
|
"@types/node" "*"
|
2802
2796
|
|
2803
|
-
"@types/semver@^7.5.0"
|
2797
|
+
"@types/semver@^7.5.0":
|
2804
2798
|
version "7.5.8"
|
2805
2799
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
2806
2800
|
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
@@ -3956,25 +3950,14 @@ cosmiconfig-typescript-loader@^4.0.0:
|
|
3956
3950
|
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.3.0.tgz#c4259ce474c9df0f32274ed162c0447c951ef073"
|
3957
3951
|
integrity sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==
|
3958
3952
|
|
3959
|
-
cosmiconfig@^
|
3960
|
-
version "
|
3961
|
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-
|
3962
|
-
integrity sha512-
|
3953
|
+
cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
|
3954
|
+
version "8.3.6"
|
3955
|
+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
|
3956
|
+
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
|
3963
3957
|
dependencies:
|
3964
|
-
|
3965
|
-
import-fresh "^3.2.1"
|
3966
|
-
parse-json "^5.0.0"
|
3967
|
-
path-type "^4.0.0"
|
3968
|
-
yaml "^1.10.0"
|
3969
|
-
|
3970
|
-
cosmiconfig@^8.0.0:
|
3971
|
-
version "8.0.0"
|
3972
|
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97"
|
3973
|
-
integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
|
3974
|
-
dependencies:
|
3975
|
-
import-fresh "^3.2.1"
|
3958
|
+
import-fresh "^3.3.0"
|
3976
3959
|
js-yaml "^4.1.0"
|
3977
|
-
parse-json "^5.
|
3960
|
+
parse-json "^5.2.0"
|
3978
3961
|
path-type "^4.0.0"
|
3979
3962
|
|
3980
3963
|
create-require@^1.1.0:
|
@@ -4414,26 +4397,26 @@ eslint-config-salesforce-license@^0.2.0:
|
|
4414
4397
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
4415
4398
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
4416
4399
|
|
4417
|
-
eslint-config-salesforce-typescript@^3.2.
|
4418
|
-
version "3.2.
|
4419
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.
|
4420
|
-
integrity sha512-
|
4400
|
+
eslint-config-salesforce-typescript@^3.2.12:
|
4401
|
+
version "3.2.12"
|
4402
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.12.tgz#be87ce5ab9a846ac577c1aa7441fc63c6a675d40"
|
4403
|
+
integrity sha512-dCXU2V7DE8woGtfEZyxD9hSX3F+ZS/26nS6oG963I7/p9aeA1S6apPR1v3kV7o9VDR86ry1OIFbvK//1oDcz/w==
|
4421
4404
|
dependencies:
|
4422
4405
|
"@typescript-eslint/eslint-plugin" "^6.21.0"
|
4423
4406
|
"@typescript-eslint/parser" "^6.21.0"
|
4424
4407
|
eslint "^8.56.0"
|
4425
4408
|
eslint-config-prettier "^9.1.0"
|
4426
|
-
eslint-config-salesforce "^2.0
|
4409
|
+
eslint-config-salesforce "^2.2.0"
|
4427
4410
|
eslint-config-salesforce-license "^0.2.0"
|
4428
4411
|
eslint-plugin-header "^3.1.1"
|
4429
4412
|
eslint-plugin-import "^2.29.1"
|
4430
4413
|
eslint-plugin-jsdoc "^46.10.1"
|
4431
4414
|
eslint-plugin-unicorn "^50.0.1"
|
4432
4415
|
|
4433
|
-
eslint-config-salesforce@^2.0
|
4434
|
-
version "2.0
|
4435
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
4436
|
-
integrity sha512-
|
4416
|
+
eslint-config-salesforce@^2.2.0:
|
4417
|
+
version "2.2.0"
|
4418
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz#04b6cf07dcbaabc32fc9edb0915860497db55c30"
|
4419
|
+
integrity sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==
|
4437
4420
|
|
4438
4421
|
eslint-import-resolver-node@^0.3.9:
|
4439
4422
|
version "0.3.9"
|
@@ -4494,12 +4477,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4494
4477
|
semver "^7.5.4"
|
4495
4478
|
spdx-expression-parse "^4.0.0"
|
4496
4479
|
|
4497
|
-
eslint-plugin-sf-plugin@^1.17.
|
4498
|
-
version "1.17.
|
4499
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
4500
|
-
integrity sha512-
|
4480
|
+
eslint-plugin-sf-plugin@^1.17.5:
|
4481
|
+
version "1.17.5"
|
4482
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.5.tgz#3ce0e7033eaf50675c962e7d2def3bb2cad15018"
|
4483
|
+
integrity sha512-TQlUNOwop8aGeIOY+Vtj3OV0EGN7ps2YpV9LEvgGpw7Eeg5ocULQqR6WPwuRpeRn+XUNl7AC5NVDdhveA1fEEQ==
|
4501
4484
|
dependencies:
|
4502
|
-
"@salesforce/core" "^6.7.
|
4485
|
+
"@salesforce/core" "^6.7.3"
|
4503
4486
|
"@typescript-eslint/utils" "^6.17.0"
|
4504
4487
|
|
4505
4488
|
eslint-plugin-unicorn@^50.0.1:
|
@@ -5085,17 +5068,16 @@ glob-parent@^6.0.2:
|
|
5085
5068
|
dependencies:
|
5086
5069
|
is-glob "^4.0.3"
|
5087
5070
|
|
5088
|
-
glob@
|
5089
|
-
version "
|
5090
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-
|
5091
|
-
integrity sha512-
|
5071
|
+
glob@8.1.0, glob@^8.0.1, glob@^8.0.3:
|
5072
|
+
version "8.1.0"
|
5073
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
5074
|
+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
5092
5075
|
dependencies:
|
5093
5076
|
fs.realpath "^1.0.0"
|
5094
5077
|
inflight "^1.0.4"
|
5095
5078
|
inherits "2"
|
5096
|
-
minimatch "^
|
5079
|
+
minimatch "^5.0.1"
|
5097
5080
|
once "^1.3.0"
|
5098
|
-
path-is-absolute "^1.0.0"
|
5099
5081
|
|
5100
5082
|
glob@^10.3.10:
|
5101
5083
|
version "10.3.10"
|
@@ -5120,17 +5102,6 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
5120
5102
|
once "^1.3.0"
|
5121
5103
|
path-is-absolute "^1.0.0"
|
5122
5104
|
|
5123
|
-
glob@^8.0.1, glob@^8.0.3:
|
5124
|
-
version "8.1.0"
|
5125
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
5126
|
-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
5127
|
-
dependencies:
|
5128
|
-
fs.realpath "^1.0.0"
|
5129
|
-
inflight "^1.0.4"
|
5130
|
-
inherits "2"
|
5131
|
-
minimatch "^5.0.1"
|
5132
|
-
once "^1.3.0"
|
5133
|
-
|
5134
5105
|
global-dirs@^0.1.1:
|
5135
5106
|
version "0.1.1"
|
5136
5107
|
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
|
@@ -5486,7 +5457,7 @@ immediate@~3.0.5:
|
|
5486
5457
|
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
|
5487
5458
|
integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==
|
5488
5459
|
|
5489
|
-
import-fresh@^3.0.0, import-fresh@^3.2.1:
|
5460
|
+
import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
|
5490
5461
|
version "3.3.0"
|
5491
5462
|
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
5492
5463
|
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
@@ -6710,10 +6681,10 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
|
|
6710
6681
|
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
|
6711
6682
|
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
6712
6683
|
|
6713
|
-
mocha@^10.
|
6714
|
-
version "10.
|
6715
|
-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.
|
6716
|
-
integrity sha512-
|
6684
|
+
mocha@^10.4.0:
|
6685
|
+
version "10.4.0"
|
6686
|
+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
|
6687
|
+
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
|
6717
6688
|
dependencies:
|
6718
6689
|
ansi-colors "4.1.1"
|
6719
6690
|
browser-stdout "1.3.1"
|
@@ -6722,13 +6693,12 @@ mocha@^10.2.0:
|
|
6722
6693
|
diff "5.0.0"
|
6723
6694
|
escape-string-regexp "4.0.0"
|
6724
6695
|
find-up "5.0.0"
|
6725
|
-
glob "
|
6696
|
+
glob "8.1.0"
|
6726
6697
|
he "1.2.0"
|
6727
6698
|
js-yaml "4.1.0"
|
6728
6699
|
log-symbols "4.1.0"
|
6729
6700
|
minimatch "5.0.1"
|
6730
6701
|
ms "2.1.3"
|
6731
|
-
nanoid "3.3.3"
|
6732
6702
|
serialize-javascript "6.0.0"
|
6733
6703
|
strip-json-comments "3.1.1"
|
6734
6704
|
supports-color "8.1.1"
|
@@ -6781,11 +6751,6 @@ mute-stream@^1.0.0:
|
|
6781
6751
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
6782
6752
|
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
6783
6753
|
|
6784
|
-
nanoid@3.3.3:
|
6785
|
-
version "3.3.3"
|
6786
|
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
6787
|
-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
|
6788
|
-
|
6789
6754
|
natural-compare@^1.4.0:
|
6790
6755
|
version "1.4.0"
|
6791
6756
|
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
@@ -7317,7 +7282,7 @@ parse-json@^4.0.0:
|
|
7317
7282
|
error-ex "^1.3.1"
|
7318
7283
|
json-parse-better-errors "^1.0.1"
|
7319
7284
|
|
7320
|
-
parse-json@^5.0.0:
|
7285
|
+
parse-json@^5.0.0, parse-json@^5.2.0:
|
7321
7286
|
version "5.2.0"
|
7322
7287
|
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
|
7323
7288
|
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
|
@@ -8730,22 +8695,27 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
8730
8695
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
8731
8696
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
8732
8697
|
|
8733
|
-
typedoc@^0.25.
|
8734
|
-
version "0.25.
|
8735
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.
|
8736
|
-
integrity sha512-
|
8698
|
+
typedoc@^0.25.12:
|
8699
|
+
version "0.25.12"
|
8700
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.12.tgz#f73f0a8d3731d418cc604d4230f95a857799e27a"
|
8701
|
+
integrity sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==
|
8737
8702
|
dependencies:
|
8738
8703
|
lunr "^2.3.9"
|
8739
8704
|
marked "^4.3.0"
|
8740
8705
|
minimatch "^9.0.3"
|
8741
8706
|
shiki "^0.14.7"
|
8742
8707
|
|
8743
|
-
typescript@^4.6.4
|
8708
|
+
typescript@^4.6.4:
|
8744
8709
|
version "4.9.5"
|
8745
8710
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
8746
8711
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
8747
8712
|
|
8748
|
-
typescript@^5.
|
8713
|
+
typescript@^5.4.3:
|
8714
|
+
version "5.4.3"
|
8715
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
|
8716
|
+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
|
8717
|
+
|
8718
|
+
typescript@~5.3.2:
|
8749
8719
|
version "5.3.3"
|
8750
8720
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
8751
8721
|
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
@@ -9139,11 +9109,6 @@ yallist@^4.0.0:
|
|
9139
9109
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
9140
9110
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
9141
9111
|
|
9142
|
-
yaml@^1.10.0:
|
9143
|
-
version "1.10.2"
|
9144
|
-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
9145
|
-
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
9146
|
-
|
9147
9112
|
yargs-parser@20.2.4:
|
9148
9113
|
version "20.2.4"
|
9149
9114
|
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.1.
|
4
|
+
"version": "2.1.3",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.26.0",
|
9
|
-
"@salesforce/core": "^6.7.
|
9
|
+
"@salesforce/core": "^6.7.6",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
11
|
"@salesforce/sf-plugins-core": "^8.0.1",
|
12
12
|
"chalk": "^5.3.0",
|
@@ -14,19 +14,19 @@
|
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
18
|
-
"@salesforce/dev-scripts": "^8.4.
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
18
|
+
"@salesforce/dev-scripts": "^8.4.4",
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.73",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
22
22
|
"@types/chai-string": "^1.4.5",
|
23
23
|
"chai-as-promised": "7.1.1",
|
24
24
|
"chai-string": "^1.5.0",
|
25
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
25
|
+
"eslint-plugin-sf-plugin": "^1.17.5",
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
27
27
|
"oclif": "^4.5.4",
|
28
28
|
"ts-node": "^10.9.2",
|
29
|
-
"typescript": "^5.
|
29
|
+
"typescript": "^5.4.3"
|
30
30
|
},
|
31
31
|
"config": {},
|
32
32
|
"engines": {
|
@@ -256,7 +256,7 @@
|
|
256
256
|
"exports": "./lib/index.js",
|
257
257
|
"type": "module",
|
258
258
|
"sfdx": {
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.1.
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.1.
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.1.3.crt",
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.1.3.sig"
|
261
261
|
}
|
262
262
|
}
|