@salesforce/plugin-community 3.0.9 → 3.0.11
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/LICENSE.txt +1 -1
- package/README.md +3 -3
- package/lib/commands/community/create.js +1 -3
- package/lib/commands/community/create.js.map +1 -1
- package/lib/commands/community/list/template.js +1 -3
- package/lib/commands/community/list/template.js.map +1 -1
- package/lib/commands/community/publish.js +1 -3
- package/lib/commands/community/publish.js.map +1 -1
- package/lib/shared/community/connect/CommunityCreateResource.js +1 -3
- package/lib/shared/community/connect/CommunityCreateResource.js.map +1 -1
- package/lib/shared/community/connect/CommunityPublishResource.js +2 -3
- package/lib/shared/community/connect/CommunityPublishResource.js.map +1 -1
- package/lib/shared/connect/services/ConnectExecutor.js +1 -3
- package/lib/shared/connect/services/ConnectExecutor.js.map +1 -1
- package/oclif.lock +220 -209
- package/oclif.manifest.json +1 -4
- package/package.json +9 -9
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ FLAG DESCRIPTIONS
|
|
|
163
163
|
available in your org.
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.
|
|
166
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.11/src/commands/community/create.ts)_
|
|
167
167
|
|
|
168
168
|
## `sf community list template`
|
|
169
169
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
$ sf community list template --target-org my-scratch-org
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.
|
|
200
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.11/src/commands/community/list/template.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf community publish`
|
|
203
203
|
|
|
@@ -245,6 +245,6 @@ EXAMPLES
|
|
|
245
245
|
$ sf community publish --name 'My Customer Site'
|
|
246
246
|
```
|
|
247
247
|
|
|
248
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.
|
|
248
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.11/src/commands/community/publish.ts)_
|
|
249
249
|
|
|
250
250
|
<!-- commandsstop -->
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { dirname } from 'node:path';
|
|
8
|
-
import { fileURLToPath } from 'node:url';
|
|
9
7
|
import { Messages, SfError } from '@salesforce/core';
|
|
10
8
|
import { Flags, loglevel, orgApiVersionFlagWithDeprecations, requiredOrgFlagWithDeprecations, SfCommand, parseVarArgs, } from '@salesforce/sf-plugins-core';
|
|
11
9
|
import { ConnectExecutor } from '../../shared/connect/services/ConnectExecutor.js';
|
|
12
10
|
import { CommunityCreateResource } from '../../shared/community/connect/CommunityCreateResource.js';
|
|
13
|
-
Messages.
|
|
11
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
14
12
|
const messages = Messages.loadMessages('@salesforce/plugin-community', 'create');
|
|
15
13
|
const MESSAGE_KEY = 'message';
|
|
16
14
|
const NAME_KEY = 'name';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/community/create.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/community/create.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { dirname } from 'node:path';
|
|
8
|
-
import { fileURLToPath } from 'node:url';
|
|
9
7
|
import { Messages } from '@salesforce/core';
|
|
10
8
|
import { loglevel, orgApiVersionFlagWithDeprecations, requiredOrgFlagWithDeprecations, SfCommand, } from '@salesforce/sf-plugins-core';
|
|
11
9
|
import { CommunityTemplatesResource } from '../../../shared/community/connect/CommunityTemplatesResource.js';
|
|
12
10
|
import { ConnectExecutor } from '../../../shared/connect/services/ConnectExecutor.js';
|
|
13
|
-
Messages.
|
|
11
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
14
12
|
const messages = Messages.loadMessages('@salesforce/plugin-community', 'template.list');
|
|
15
13
|
/**
|
|
16
14
|
* A command to fetch available community templates a community. This is just an sfdx wrapper around
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../src/commands/community/list/template.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../src/commands/community/list/template.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EACL,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,EAC/B,SAAS,GACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iEAAiE,CAAC;AAC7G,OAAO,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AAGtF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,eAAe,CAAC,CAAC;AAExF;;;GAGG;AACH,MAAM,OAAO,6BAA8B,SAAQ,SAAyC;IACnF,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,OAAO,GAAG,CAAC,+BAA+B,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,KAAK,GAAG;QAC7B,YAAY,EAAE,+BAA+B;QAC7C,aAAa,EAAE,iCAAiC;QAChD,QAAQ;KACT,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC;QAClE,MAAM,mBAAmB,GAAG,IAAI,0BAA0B,EAAE,CAAC;QAC7D,OAAO,IAAI,eAAe,CAAC,mBAAmB,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;aACrG,cAAc,EAAE;aAChB,IAAI,CAAC,CAAC,OAAuC,EAAE,EAAE;YAChD,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;YAC7B,OAAO,OAAO,CAAC;QACjB,CAAC,CAAC,CAAC;IACP,CAAC;IAEO,cAAc,CAAC,OAAuC;QAC5D,MAAM,OAAO,GAAG;YACd,YAAY,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE;YACzC,SAAS,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE;SACnC,CAAC;QACF,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAC,CAAC;QAChE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QACvC,IAAI,CAAC,GAAG,EAAE,CAAC;QACX,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,qBAAqB,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;IACjF,CAAC"}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { dirname } from 'node:path';
|
|
8
|
-
import { fileURLToPath } from 'node:url';
|
|
9
7
|
import { Messages } from '@salesforce/core';
|
|
10
8
|
import { Flags, loglevel, orgApiVersionFlagWithDeprecations, requiredOrgFlagWithDeprecations, SfCommand, } from '@salesforce/sf-plugins-core';
|
|
11
9
|
import { CommunityPublishResource } from '../../shared/community/connect/CommunityPublishResource.js';
|
|
12
10
|
import { ConnectExecutor } from '../../shared/connect/services/ConnectExecutor.js';
|
|
13
|
-
Messages.
|
|
11
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
14
12
|
const messages = Messages.loadMessages('@salesforce/plugin-community', 'publish');
|
|
15
13
|
/**
|
|
16
14
|
* A command to publish a community. This is just an sfdx wrapper around
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publish.js","sourceRoot":"","sources":["../../../src/commands/community/publish.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"publish.js","sourceRoot":"","sources":["../../../src/commands/community/publish.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EACL,KAAK,EACL,QAAQ,EACR,iCAAiC,EACjC,+BAA+B,EAC/B,SAAS,GACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,wBAAwB,EAAE,MAAM,4DAA4D,CAAC;AACtG,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AAGnF,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,SAAS,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAM,OAAO,uBAAwB,SAAQ,SAAmC;IACvE,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,OAAO,GAAG,CAAC,yBAAyB,CAAC,CAAC;IACtD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,KAAK,GAAG;QAC7B,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;YACjB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;YAClD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,YAAY,EAAE,+BAA+B;QAC7C,aAAa,EAAE,iCAAiC;QAChD,QAAQ;KACT,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC;QAC5D,MAAM,cAAc,GAAG,IAAI,wBAAwB,CAAC;YAClD,IAAI,EAAE,KAAK,CAAC,IAAI;YAChB,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC;SACzB,CAAC,CAAC;QACH,OAAO,IAAI,eAAe,CAAC,cAAc,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;aAChG,cAAc,EAAE;aAChB,IAAI,CAAC,CAAC,OAAiC,EAAE,EAAE;YAC1C,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;YAC7B,OAAO,OAAO,CAAC;QACjB,CAAC,CAAC,CAAC;IACP,CAAC;IAEO,cAAc,CAAC,OAAiC;QACtD,MAAM,OAAO,GAAG;YACd,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;YACpB,OAAO,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE;YAC9B,IAAI,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YACxB,MAAM,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE;YACtB,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE;SAC3B,CAAC;QACF,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAAC,CAAC;QAC/D,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CAAC;IACjC,CAAC"}
|
|
@@ -4,10 +4,8 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { dirname } from 'node:path';
|
|
8
|
-
import { fileURLToPath } from 'node:url';
|
|
9
7
|
import { Messages } from '@salesforce/core';
|
|
10
|
-
Messages.
|
|
8
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
11
9
|
const messages = Messages.loadMessages('@salesforce/plugin-community', 'create');
|
|
12
10
|
const NAME_KEY = 'name';
|
|
13
11
|
const JOBID_KEY = 'jobId';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommunityCreateResource.js","sourceRoot":"","sources":["../../../../src/shared/community/connect/CommunityCreateResource.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"CommunityCreateResource.js","sourceRoot":"","sources":["../../../../src/shared/community/connect/CommunityCreateResource.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAM5C,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,QAAQ,CAAC,CAAC;AAEjF,MAAM,QAAQ,GAAG,MAAM,CAAC;AACxB,MAAM,SAAS,GAAG,OAAO,CAAC;AAE1B;;GAEG;AACH,MAAM,OAAO,uBAAuB;IAEP;IAD3B,8DAA8D;IAC9D,YAA2B,OAA8B;QAA9B,YAAO,GAAP,OAAO,CAAuB;IAAG,CAAC;IAE7D,kDAAkD;IAC3C,aAAa,CAAC,MAAoE;QACvF,MAAM,QAAQ,GAA4B;YACxC,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC;YACtB,KAAK,EAAE,MAAM,CAAC,SAAS,CAAC;YACxB,MAAM,EAAE,QAAQ,CAAC,UAAU,CAAC,iBAAiB,CAAC;SAC/C,CAAC;QACF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,kDAAkD;IAC3C,WAAW,CAAC,KAAY;QAC7B,MAAM,KAAK,CAAC;IACd,CAAC;IAED,kDAAkD;IAC3C,uBAAuB;QAC5B,OAAO,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACjD,CAAC;IAED,kDAAkD;IAC3C,gBAAgB;QACrB,OAAO,MAAM,CAAC;IAChB,CAAC;IAEM,KAAK,CAAC,eAAe;QAC1B,MAAM,MAAM,GAA0B;YACpC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI;YACvB,aAAa,EAAE,IAAI,CAAC,OAAO,CAAC,aAAa;YACzC,YAAY,EAAE,IAAI,CAAC,OAAO,CAAC,YAAY;YACvC,WAAW,EAAE,IAAI,CAAC,OAAO,CAAC,WAAW;YACrC,cAAc,EAAE,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC;SAC/C,CAAC;QAEF,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,CAAC;CACF"}
|
|
@@ -4,11 +4,10 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { URL
|
|
8
|
-
import { dirname } from 'node:path';
|
|
7
|
+
import { URL } from 'node:url';
|
|
9
8
|
import { Messages } from '@salesforce/core';
|
|
10
9
|
import CommunitiesServices from '../service/CommunitiesServices.js';
|
|
11
|
-
Messages.
|
|
10
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
12
11
|
const messages = Messages.loadMessages('@salesforce/plugin-community', 'publish');
|
|
13
12
|
export class CommunityPublishResource {
|
|
14
13
|
options;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommunityPublishResource.js","sourceRoot":"","sources":["../../../../src/shared/community/connect/CommunityPublishResource.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,GAAG,EAAE,
|
|
1
|
+
{"version":3,"file":"CommunityPublishResource.js","sourceRoot":"","sources":["../../../../src/shared/community/connect/CommunityPublishResource.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAG/B,OAAO,EAAE,QAAQ,EAAO,MAAM,kBAAkB,CAAC;AAIjD,OAAO,mBAAmB,MAAM,mCAAmC,CAAC;AAGpE,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,SAAS,CAAC,CAAC;AAWlF,MAAM,OAAO,wBAAwB;IAGR;IAFnB,IAAI,CAAiB;IAE7B,YAA2B,OAAwC;QAAxC,YAAO,GAAP,OAAO,CAAiC;IAAG,CAAC;IAEhE,KAAK,CAAC,uBAAuB;QAClC,OAAO,wBAAwB,MAAM,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC;IACzE,CAAC;IAED,kDAAkD;IAC3C,gBAAgB;QACrB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,kDAAkD;IAC3C,eAAe;QACpB,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAC;IAC7C,CAAC;IAEM,aAAa,CAClB,MAAiF;QAEjF,OAAO;YACL,EAAE,EAAE,MAAM,CAAC,EAAE;YACb,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,kBAAkB,CAAC;YAChD,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,MAAM,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM;YACzB,GAAG,EAAE,IAAI,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;YACnC,KAAK,EAAE,MAAM,CAAC,KAAK;SACpB,CAAC;IACJ,CAAC;IAED,kDAAkD;IAC3C,WAAW,CAAC,KAAY;QAC7B,MAAM,KAAK,CAAC;IACd,CAAC;IAEM,KAAK,CAAC,gBAAgB;QAC3B,IAAI,CAAC,IAAI,GAAG,MAAM,mBAAmB,CAAC,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QACtG,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;YACf,MAAM,QAAQ,CAAC,WAAW,CAAC,0BAA0B,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QAC9E,CAAC;QACD,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;IACtB,CAAC;CACF"}
|
|
@@ -4,10 +4,8 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { dirname } from 'node:path';
|
|
8
|
-
import { fileURLToPath } from 'node:url';
|
|
9
7
|
import { Messages, SfError } from '@salesforce/core';
|
|
10
|
-
Messages.
|
|
8
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
11
9
|
const messages = Messages.loadMessages('@salesforce/plugin-community', 'connect-executor');
|
|
12
10
|
/**
|
|
13
11
|
* An executor which calls a connect api for the given org
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectExecutor.js","sourceRoot":"","sources":["../../../../src/shared/connect/services/ConnectExecutor.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"ConnectExecutor.js","sourceRoot":"","sources":["../../../../src/shared/connect/services/ConnectExecutor.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAc,QAAQ,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAIjE,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAC5D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAAC;AAE3F;;GAEG;AACH,MAAM,OAAO,eAAe;IACC;IAA4C;IAAvE,YAA2B,cAAkC,EAAU,UAAsB;QAAlE,mBAAc,GAAd,cAAc,CAAoB;QAAU,eAAU,GAAV,UAAU,CAAY;IAAG,CAAC;IAEjG;;OAEG;IACI,KAAK,CAAC,cAAc;QACzB,OAAO,IAAI,CAAC,UAAU;aACnB,OAAO,CAAC,MAAM,IAAI,CAAC,gBAAgB,EAAE,CAAC;aACtC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,MAAwB,CAAC,CAAC;aAC7E,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,GAAY,CAAC,CAAC,CAAC;IACnE,CAAC;IAEM,KAAK,CAAC,gBAAgB;QAC3B,MAAM,UAAU,GAAG,SAAS,CAAC,MAAM,IAAI,CAAC,cAAc,CAAC,uBAAuB,EAAE,CAAC,CAAC;QAClF,MAAM,MAAM,GAAG,IAAI,CAAC,cAAc,CAAC,gBAAgB,EAAE,CAAC;QACtD,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC;YACrB,OAAO;gBACL,GAAG,EAAE,UAAU;gBACf,MAAM;gBACN,IAAI,EAAE,IAAI;aACX,CAAC;QACJ,CAAC;aAAM,IAAI,MAAM,KAAK,MAAM,EAAE,CAAC;YAC7B,OAAO;gBACL,GAAG,EAAE,UAAU;gBACf,MAAM;gBACN,IAAI,EAAE,MAAM,IAAI,CAAC,cAAc,CAAC,eAAe,EAAE;aAClD,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,sBAAsB,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,uBAAuB,CAAC,CAAC;QACpG,CAAC;IACH,CAAC;CACF"}
|
package/oclif.lock
CHANGED
|
@@ -445,6 +445,59 @@
|
|
|
445
445
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
446
446
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
447
447
|
|
|
448
|
+
"@inquirer/confirm@^2.0.15":
|
|
449
|
+
version "2.0.15"
|
|
450
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
|
|
451
|
+
integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
|
|
452
|
+
dependencies:
|
|
453
|
+
"@inquirer/core" "^5.1.1"
|
|
454
|
+
"@inquirer/type" "^1.1.5"
|
|
455
|
+
chalk "^4.1.2"
|
|
456
|
+
|
|
457
|
+
"@inquirer/core@^5.1.1":
|
|
458
|
+
version "5.1.1"
|
|
459
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
|
|
460
|
+
integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
|
|
461
|
+
dependencies:
|
|
462
|
+
"@inquirer/type" "^1.1.5"
|
|
463
|
+
"@types/mute-stream" "^0.0.4"
|
|
464
|
+
"@types/node" "^20.9.0"
|
|
465
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
466
|
+
ansi-escapes "^4.3.2"
|
|
467
|
+
chalk "^4.1.2"
|
|
468
|
+
cli-spinners "^2.9.1"
|
|
469
|
+
cli-width "^4.1.0"
|
|
470
|
+
figures "^3.2.0"
|
|
471
|
+
mute-stream "^1.0.0"
|
|
472
|
+
run-async "^3.0.0"
|
|
473
|
+
signal-exit "^4.1.0"
|
|
474
|
+
strip-ansi "^6.0.1"
|
|
475
|
+
wrap-ansi "^6.2.0"
|
|
476
|
+
|
|
477
|
+
"@inquirer/input@^1.2.14":
|
|
478
|
+
version "1.2.14"
|
|
479
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
|
|
480
|
+
integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
|
|
481
|
+
dependencies:
|
|
482
|
+
"@inquirer/core" "^5.1.1"
|
|
483
|
+
"@inquirer/type" "^1.1.5"
|
|
484
|
+
chalk "^4.1.2"
|
|
485
|
+
|
|
486
|
+
"@inquirer/password@^1.1.14":
|
|
487
|
+
version "1.1.14"
|
|
488
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
|
489
|
+
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
|
490
|
+
dependencies:
|
|
491
|
+
"@inquirer/input" "^1.2.14"
|
|
492
|
+
"@inquirer/type" "^1.1.5"
|
|
493
|
+
ansi-escapes "^4.3.2"
|
|
494
|
+
chalk "^4.1.2"
|
|
495
|
+
|
|
496
|
+
"@inquirer/type@^1.1.5":
|
|
497
|
+
version "1.1.5"
|
|
498
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
|
|
499
|
+
integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
|
|
500
|
+
|
|
448
501
|
"@isaacs/cliui@^8.0.2":
|
|
449
502
|
version "8.0.2"
|
|
450
503
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -738,10 +791,10 @@
|
|
|
738
791
|
wordwrap "^1.0.0"
|
|
739
792
|
wrap-ansi "^7.0.0"
|
|
740
793
|
|
|
741
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
742
|
-
version "3.
|
|
743
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
744
|
-
integrity sha512
|
|
794
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
|
795
|
+
version "3.16.0"
|
|
796
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
|
|
797
|
+
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
|
|
745
798
|
dependencies:
|
|
746
799
|
ansi-escapes "^4.3.2"
|
|
747
800
|
ansi-styles "^4.3.0"
|
|
@@ -760,7 +813,7 @@
|
|
|
760
813
|
js-yaml "^3.14.1"
|
|
761
814
|
natural-orderby "^2.0.3"
|
|
762
815
|
object-treeify "^1.1.33"
|
|
763
|
-
password-prompt "^1.1.
|
|
816
|
+
password-prompt "^1.1.3"
|
|
764
817
|
slice-ansi "^4.0.0"
|
|
765
818
|
string-width "^4.2.3"
|
|
766
819
|
strip-ansi "^6.0.1"
|
|
@@ -771,12 +824,12 @@
|
|
|
771
824
|
wordwrap "^1.0.0"
|
|
772
825
|
wrap-ansi "^7.0.0"
|
|
773
826
|
|
|
774
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
775
|
-
version "5.0.
|
|
776
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
777
|
-
integrity sha512-
|
|
827
|
+
"@oclif/plugin-command-snapshot@^5.0.5":
|
|
828
|
+
version "5.0.5"
|
|
829
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
|
|
830
|
+
integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
|
|
778
831
|
dependencies:
|
|
779
|
-
"@oclif/core" "^3.
|
|
832
|
+
"@oclif/core" "^3.15.0"
|
|
780
833
|
"@types/lodash.difference" "^4.5.9"
|
|
781
834
|
chalk "^5.3.0"
|
|
782
835
|
just-diff "^5.2.0"
|
|
@@ -919,12 +972,12 @@
|
|
|
919
972
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
920
973
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
921
974
|
|
|
922
|
-
"@salesforce/cli-plugins-testkit@^5.
|
|
923
|
-
version "5.
|
|
924
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
925
|
-
integrity sha512-
|
|
975
|
+
"@salesforce/cli-plugins-testkit@^5.1.3":
|
|
976
|
+
version "5.1.3"
|
|
977
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
|
|
978
|
+
integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
|
|
926
979
|
dependencies:
|
|
927
|
-
"@salesforce/core" "^6.2
|
|
980
|
+
"@salesforce/core" "^6.4.2"
|
|
928
981
|
"@salesforce/kit" "^3.0.15"
|
|
929
982
|
"@salesforce/ts-types" "^2.0.9"
|
|
930
983
|
"@types/shelljs" "^0.8.15"
|
|
@@ -934,31 +987,7 @@
|
|
|
934
987
|
strip-ansi "6.0.1"
|
|
935
988
|
ts-retry-promise "^0.7.1"
|
|
936
989
|
|
|
937
|
-
"@salesforce/core@^
|
|
938
|
-
version "5.3.20"
|
|
939
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
940
|
-
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
941
|
-
dependencies:
|
|
942
|
-
"@salesforce/kit" "^3.0.15"
|
|
943
|
-
"@salesforce/schemas" "^1.6.1"
|
|
944
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
945
|
-
"@types/semver" "^7.5.4"
|
|
946
|
-
ajv "^8.12.0"
|
|
947
|
-
change-case "^4.1.2"
|
|
948
|
-
faye "^1.4.0"
|
|
949
|
-
form-data "^4.0.0"
|
|
950
|
-
js2xmlparser "^4.0.1"
|
|
951
|
-
jsforce "^2.0.0-beta.28"
|
|
952
|
-
jsonwebtoken "9.0.2"
|
|
953
|
-
jszip "3.10.1"
|
|
954
|
-
pino "^8.16.0"
|
|
955
|
-
pino-abstract-transport "^1.0.0"
|
|
956
|
-
pino-pretty "^10.2.3"
|
|
957
|
-
proper-lockfile "^4.1.2"
|
|
958
|
-
semver "^7.5.4"
|
|
959
|
-
ts-retry-promise "^0.7.1"
|
|
960
|
-
|
|
961
|
-
"@salesforce/core@^6.2.0", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
990
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
962
991
|
version "6.4.2"
|
|
963
992
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
964
993
|
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
|
@@ -987,16 +1016,16 @@
|
|
|
987
1016
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
988
1017
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
989
1018
|
|
|
990
|
-
"@salesforce/dev-scripts@^8.
|
|
991
|
-
version "8.
|
|
992
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
993
|
-
integrity sha512-
|
|
1019
|
+
"@salesforce/dev-scripts@^8.2.0":
|
|
1020
|
+
version "8.2.0"
|
|
1021
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
|
|
1022
|
+
integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
|
|
994
1023
|
dependencies:
|
|
995
1024
|
"@commitlint/cli" "^17.1.2"
|
|
996
1025
|
"@commitlint/config-conventional" "^17.8.1"
|
|
997
1026
|
"@salesforce/dev-config" "^4.1.0"
|
|
998
1027
|
"@salesforce/prettier-config" "^0.0.3"
|
|
999
|
-
"@types/chai" "^4.3.
|
|
1028
|
+
"@types/chai" "^4.3.11"
|
|
1000
1029
|
"@types/mocha" "^10.0.6"
|
|
1001
1030
|
"@types/node" "^18"
|
|
1002
1031
|
"@types/sinon" "^10.0.20"
|
|
@@ -1027,15 +1056,15 @@
|
|
|
1027
1056
|
"@salesforce/ts-types" "^2.0.9"
|
|
1028
1057
|
tslib "^2.6.2"
|
|
1029
1058
|
|
|
1030
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1031
|
-
version "3.0.
|
|
1032
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1033
|
-
integrity sha512-
|
|
1059
|
+
"@salesforce/plugin-command-reference@^3.0.58":
|
|
1060
|
+
version "3.0.58"
|
|
1061
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
|
|
1062
|
+
integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
|
|
1034
1063
|
dependencies:
|
|
1035
|
-
"@oclif/core" "^3.
|
|
1036
|
-
"@salesforce/core" "^6.4.
|
|
1064
|
+
"@oclif/core" "^3.15.1"
|
|
1065
|
+
"@salesforce/core" "^6.4.1"
|
|
1037
1066
|
"@salesforce/kit" "^3.0.15"
|
|
1038
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1067
|
+
"@salesforce/sf-plugins-core" "^5.0.12"
|
|
1039
1068
|
"@salesforce/ts-types" "^2.0.9"
|
|
1040
1069
|
chalk "^4"
|
|
1041
1070
|
handlebars "^4.7.8"
|
|
@@ -1051,12 +1080,12 @@
|
|
|
1051
1080
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1052
1081
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1053
1082
|
|
|
1054
|
-
"@salesforce/sf-plugins-core@^5.0.12"
|
|
1055
|
-
version "5.0.
|
|
1056
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1057
|
-
integrity sha512-
|
|
1083
|
+
"@salesforce/sf-plugins-core@^5.0.12":
|
|
1084
|
+
version "5.0.13"
|
|
1085
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
1086
|
+
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
1058
1087
|
dependencies:
|
|
1059
|
-
"@oclif/core" "^3.15.
|
|
1088
|
+
"@oclif/core" "^3.15.1"
|
|
1060
1089
|
"@salesforce/core" "^6.4.1"
|
|
1061
1090
|
"@salesforce/kit" "^3.0.15"
|
|
1062
1091
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1064,6 +1093,19 @@
|
|
|
1064
1093
|
chalk "^4"
|
|
1065
1094
|
inquirer "^8.2.5"
|
|
1066
1095
|
|
|
1096
|
+
"@salesforce/sf-plugins-core@^7.0.0":
|
|
1097
|
+
version "7.0.0"
|
|
1098
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
|
|
1099
|
+
integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
|
|
1100
|
+
dependencies:
|
|
1101
|
+
"@inquirer/confirm" "^2.0.15"
|
|
1102
|
+
"@inquirer/password" "^1.1.14"
|
|
1103
|
+
"@oclif/core" "^3.16.0"
|
|
1104
|
+
"@salesforce/core" "^6.4.2"
|
|
1105
|
+
"@salesforce/kit" "^3.0.15"
|
|
1106
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1107
|
+
chalk "^5.3.0"
|
|
1108
|
+
|
|
1067
1109
|
"@salesforce/ts-types@^2.0.9":
|
|
1068
1110
|
version "2.0.9"
|
|
1069
1111
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
@@ -1151,10 +1193,10 @@
|
|
|
1151
1193
|
"@types/node" "*"
|
|
1152
1194
|
"@types/responselike" "^1.0.0"
|
|
1153
1195
|
|
|
1154
|
-
"@types/chai@^4.3.
|
|
1155
|
-
version "4.3.
|
|
1156
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1157
|
-
integrity sha512-
|
|
1196
|
+
"@types/chai@^4.3.11":
|
|
1197
|
+
version "4.3.11"
|
|
1198
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1199
|
+
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1158
1200
|
|
|
1159
1201
|
"@types/cli-progress@^3.11.0":
|
|
1160
1202
|
version "3.11.0"
|
|
@@ -1189,7 +1231,7 @@
|
|
|
1189
1231
|
"@types/through" "*"
|
|
1190
1232
|
rxjs "^7.2.0"
|
|
1191
1233
|
|
|
1192
|
-
"@types/json-schema@^7.0.12"
|
|
1234
|
+
"@types/json-schema@^7.0.12":
|
|
1193
1235
|
version "7.0.12"
|
|
1194
1236
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
|
1195
1237
|
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
|
@@ -1238,10 +1280,17 @@
|
|
|
1238
1280
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1239
1281
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1240
1282
|
|
|
1241
|
-
"@types/
|
|
1242
|
-
version "
|
|
1243
|
-
resolved "https://registry.yarnpkg.com/@types/
|
|
1244
|
-
integrity sha512-
|
|
1283
|
+
"@types/mute-stream@^0.0.4":
|
|
1284
|
+
version "0.0.4"
|
|
1285
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
|
1286
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
|
1287
|
+
dependencies:
|
|
1288
|
+
"@types/node" "*"
|
|
1289
|
+
|
|
1290
|
+
"@types/node@*", "@types/node@^20.9.0":
|
|
1291
|
+
version "20.10.6"
|
|
1292
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
1293
|
+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
1245
1294
|
dependencies:
|
|
1246
1295
|
undici-types "~5.26.4"
|
|
1247
1296
|
|
|
@@ -1255,6 +1304,13 @@
|
|
|
1255
1304
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
1256
1305
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1257
1306
|
|
|
1307
|
+
"@types/node@^18":
|
|
1308
|
+
version "18.18.8"
|
|
1309
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
|
|
1310
|
+
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
|
|
1311
|
+
dependencies:
|
|
1312
|
+
undici-types "~5.26.4"
|
|
1313
|
+
|
|
1258
1314
|
"@types/normalize-package-data@^2.4.0":
|
|
1259
1315
|
version "2.4.1"
|
|
1260
1316
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -1272,7 +1328,7 @@
|
|
|
1272
1328
|
dependencies:
|
|
1273
1329
|
"@types/node" "*"
|
|
1274
1330
|
|
|
1275
|
-
"@types/semver@^7.
|
|
1331
|
+
"@types/semver@^7.5.0", "@types/semver@^7.5.6":
|
|
1276
1332
|
version "7.5.6"
|
|
1277
1333
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
1278
1334
|
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
@@ -1312,6 +1368,11 @@
|
|
|
1312
1368
|
"@types/expect" "^1.20.4"
|
|
1313
1369
|
"@types/node" "*"
|
|
1314
1370
|
|
|
1371
|
+
"@types/wrap-ansi@^3.0.0":
|
|
1372
|
+
version "3.0.0"
|
|
1373
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
1374
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
1375
|
+
|
|
1315
1376
|
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1316
1377
|
version "6.11.0"
|
|
1317
1378
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
@@ -1340,14 +1401,6 @@
|
|
|
1340
1401
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1341
1402
|
debug "^4.3.4"
|
|
1342
1403
|
|
|
1343
|
-
"@typescript-eslint/scope-manager@5.62.0":
|
|
1344
|
-
version "5.62.0"
|
|
1345
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
|
|
1346
|
-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
|
|
1347
|
-
dependencies:
|
|
1348
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1349
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1350
|
-
|
|
1351
1404
|
"@typescript-eslint/scope-manager@6.11.0":
|
|
1352
1405
|
version "6.11.0"
|
|
1353
1406
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
|
|
@@ -1356,6 +1409,14 @@
|
|
|
1356
1409
|
"@typescript-eslint/types" "6.11.0"
|
|
1357
1410
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1358
1411
|
|
|
1412
|
+
"@typescript-eslint/scope-manager@6.16.0":
|
|
1413
|
+
version "6.16.0"
|
|
1414
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
|
|
1415
|
+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
|
|
1416
|
+
dependencies:
|
|
1417
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1418
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
|
1419
|
+
|
|
1359
1420
|
"@typescript-eslint/type-utils@6.11.0":
|
|
1360
1421
|
version "6.11.0"
|
|
1361
1422
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
@@ -1366,28 +1427,15 @@
|
|
|
1366
1427
|
debug "^4.3.4"
|
|
1367
1428
|
ts-api-utils "^1.0.1"
|
|
1368
1429
|
|
|
1369
|
-
"@typescript-eslint/types@5.62.0":
|
|
1370
|
-
version "5.62.0"
|
|
1371
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1372
|
-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1373
|
-
|
|
1374
1430
|
"@typescript-eslint/types@6.11.0":
|
|
1375
1431
|
version "6.11.0"
|
|
1376
1432
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1377
1433
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1378
1434
|
|
|
1379
|
-
"@typescript-eslint/
|
|
1380
|
-
version "
|
|
1381
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1382
|
-
integrity sha512-
|
|
1383
|
-
dependencies:
|
|
1384
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1385
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1386
|
-
debug "^4.3.4"
|
|
1387
|
-
globby "^11.1.0"
|
|
1388
|
-
is-glob "^4.0.3"
|
|
1389
|
-
semver "^7.3.7"
|
|
1390
|
-
tsutils "^3.21.0"
|
|
1435
|
+
"@typescript-eslint/types@6.16.0":
|
|
1436
|
+
version "6.16.0"
|
|
1437
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
|
|
1438
|
+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
|
|
1391
1439
|
|
|
1392
1440
|
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1393
1441
|
version "6.11.0"
|
|
@@ -1402,7 +1450,21 @@
|
|
|
1402
1450
|
semver "^7.5.4"
|
|
1403
1451
|
ts-api-utils "^1.0.1"
|
|
1404
1452
|
|
|
1405
|
-
"@typescript-eslint/
|
|
1453
|
+
"@typescript-eslint/typescript-estree@6.16.0":
|
|
1454
|
+
version "6.16.0"
|
|
1455
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
|
|
1456
|
+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
|
|
1457
|
+
dependencies:
|
|
1458
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1459
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
|
1460
|
+
debug "^4.3.4"
|
|
1461
|
+
globby "^11.1.0"
|
|
1462
|
+
is-glob "^4.0.3"
|
|
1463
|
+
minimatch "9.0.3"
|
|
1464
|
+
semver "^7.5.4"
|
|
1465
|
+
ts-api-utils "^1.0.1"
|
|
1466
|
+
|
|
1467
|
+
"@typescript-eslint/utils@6.11.0":
|
|
1406
1468
|
version "6.11.0"
|
|
1407
1469
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1408
1470
|
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
@@ -1415,27 +1477,18 @@
|
|
|
1415
1477
|
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1416
1478
|
semver "^7.5.4"
|
|
1417
1479
|
|
|
1418
|
-
"@typescript-eslint/utils@^
|
|
1419
|
-
version "
|
|
1420
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-
|
|
1421
|
-
integrity sha512-
|
|
1480
|
+
"@typescript-eslint/utils@^6.10.0", "@typescript-eslint/utils@^6.13.2":
|
|
1481
|
+
version "6.16.0"
|
|
1482
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
|
|
1483
|
+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
|
|
1422
1484
|
dependencies:
|
|
1423
|
-
"@eslint-community/eslint-utils" "^4.
|
|
1424
|
-
"@types/json-schema" "^7.0.
|
|
1425
|
-
"@types/semver" "^7.
|
|
1426
|
-
"@typescript-eslint/scope-manager" "
|
|
1427
|
-
"@typescript-eslint/types" "
|
|
1428
|
-
"@typescript-eslint/typescript-estree" "
|
|
1429
|
-
|
|
1430
|
-
semver "^7.3.7"
|
|
1431
|
-
|
|
1432
|
-
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1433
|
-
version "5.62.0"
|
|
1434
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
1435
|
-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
|
|
1436
|
-
dependencies:
|
|
1437
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1438
|
-
eslint-visitor-keys "^3.3.0"
|
|
1485
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1486
|
+
"@types/json-schema" "^7.0.12"
|
|
1487
|
+
"@types/semver" "^7.5.0"
|
|
1488
|
+
"@typescript-eslint/scope-manager" "6.16.0"
|
|
1489
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1490
|
+
"@typescript-eslint/typescript-estree" "6.16.0"
|
|
1491
|
+
semver "^7.5.4"
|
|
1439
1492
|
|
|
1440
1493
|
"@typescript-eslint/visitor-keys@6.11.0":
|
|
1441
1494
|
version "6.11.0"
|
|
@@ -1445,6 +1498,14 @@
|
|
|
1445
1498
|
"@typescript-eslint/types" "6.11.0"
|
|
1446
1499
|
eslint-visitor-keys "^3.4.1"
|
|
1447
1500
|
|
|
1501
|
+
"@typescript-eslint/visitor-keys@6.16.0":
|
|
1502
|
+
version "6.16.0"
|
|
1503
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
|
|
1504
|
+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
|
|
1505
|
+
dependencies:
|
|
1506
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1507
|
+
eslint-visitor-keys "^3.4.1"
|
|
1508
|
+
|
|
1448
1509
|
"@ungap/structured-clone@^1.2.0":
|
|
1449
1510
|
version "1.2.0"
|
|
1450
1511
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -1541,11 +1602,6 @@ ansi-colors@4.1.1:
|
|
|
1541
1602
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
1542
1603
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
|
1543
1604
|
|
|
1544
|
-
ansi-escapes@^3.1.0:
|
|
1545
|
-
version "3.2.0"
|
|
1546
|
-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
|
1547
|
-
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
|
1548
|
-
|
|
1549
1605
|
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
|
1550
1606
|
version "4.3.2"
|
|
1551
1607
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
|
@@ -2204,10 +2260,10 @@ cli-progress@^3.12.0:
|
|
|
2204
2260
|
dependencies:
|
|
2205
2261
|
string-width "^4.2.3"
|
|
2206
2262
|
|
|
2207
|
-
cli-spinners@^2.5.0:
|
|
2208
|
-
version "2.
|
|
2209
|
-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.
|
|
2210
|
-
integrity sha512-
|
|
2263
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
|
2264
|
+
version "2.9.2"
|
|
2265
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
2266
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
2211
2267
|
|
|
2212
2268
|
cli-table@^0.3.1:
|
|
2213
2269
|
version "0.3.11"
|
|
@@ -2221,6 +2277,11 @@ cli-width@^3.0.0:
|
|
|
2221
2277
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
|
2222
2278
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
|
2223
2279
|
|
|
2280
|
+
cli-width@^4.1.0:
|
|
2281
|
+
version "4.1.0"
|
|
2282
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
|
2283
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
|
2284
|
+
|
|
2224
2285
|
cliui@^6.0.0:
|
|
2225
2286
|
version "6.0.0"
|
|
2226
2287
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -2493,17 +2554,6 @@ create-require@^1.1.0:
|
|
|
2493
2554
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
|
2494
2555
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
2495
2556
|
|
|
2496
|
-
cross-spawn@^6.0.5:
|
|
2497
|
-
version "6.0.5"
|
|
2498
|
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
2499
|
-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
|
2500
|
-
dependencies:
|
|
2501
|
-
nice-try "^1.0.4"
|
|
2502
|
-
path-key "^2.0.1"
|
|
2503
|
-
semver "^5.5.0"
|
|
2504
|
-
shebang-command "^1.2.0"
|
|
2505
|
-
which "^1.2.9"
|
|
2506
|
-
|
|
2507
2557
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
2508
2558
|
version "7.0.3"
|
|
2509
2559
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
|
@@ -3015,13 +3065,13 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3015
3065
|
minimatch "^9.0.3"
|
|
3016
3066
|
natural-compare-lite "^1.4.0"
|
|
3017
3067
|
|
|
3018
|
-
eslint-plugin-sf-plugin@^1.
|
|
3019
|
-
version "1.
|
|
3020
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3021
|
-
integrity sha512-
|
|
3068
|
+
eslint-plugin-sf-plugin@^1.17.0:
|
|
3069
|
+
version "1.17.0"
|
|
3070
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
|
|
3071
|
+
integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
|
|
3022
3072
|
dependencies:
|
|
3023
|
-
"@salesforce/core" "^
|
|
3024
|
-
"@typescript-eslint/utils" "^
|
|
3073
|
+
"@salesforce/core" "^6.4.0"
|
|
3074
|
+
"@typescript-eslint/utils" "^6.13.2"
|
|
3025
3075
|
|
|
3026
3076
|
eslint-plugin-unicorn@^49.0.0:
|
|
3027
3077
|
version "49.0.0"
|
|
@@ -3043,14 +3093,6 @@ eslint-plugin-unicorn@^49.0.0:
|
|
|
3043
3093
|
semver "^7.5.4"
|
|
3044
3094
|
strip-indent "^3.0.0"
|
|
3045
3095
|
|
|
3046
|
-
eslint-scope@^5.1.1:
|
|
3047
|
-
version "5.1.1"
|
|
3048
|
-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
|
3049
|
-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
|
3050
|
-
dependencies:
|
|
3051
|
-
esrecurse "^4.3.0"
|
|
3052
|
-
estraverse "^4.1.1"
|
|
3053
|
-
|
|
3054
3096
|
eslint-scope@^7.2.2:
|
|
3055
3097
|
version "7.2.2"
|
|
3056
3098
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
|
|
@@ -3136,11 +3178,6 @@ esrecurse@^4.3.0:
|
|
|
3136
3178
|
dependencies:
|
|
3137
3179
|
estraverse "^5.2.0"
|
|
3138
3180
|
|
|
3139
|
-
estraverse@^4.1.1:
|
|
3140
|
-
version "4.3.0"
|
|
3141
|
-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
|
3142
|
-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
|
3143
|
-
|
|
3144
3181
|
estraverse@^5.1.0, estraverse@^5.2.0:
|
|
3145
3182
|
version "5.3.0"
|
|
3146
3183
|
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
|
@@ -3294,7 +3331,7 @@ faye@^1.4.0:
|
|
|
3294
3331
|
tough-cookie "*"
|
|
3295
3332
|
tunnel-agent "*"
|
|
3296
3333
|
|
|
3297
|
-
figures@^3.0.0:
|
|
3334
|
+
figures@^3.0.0, figures@^3.2.0:
|
|
3298
3335
|
version "3.2.0"
|
|
3299
3336
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
3300
3337
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
@@ -4504,7 +4541,7 @@ jsesc@~0.5.0:
|
|
|
4504
4541
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
4505
4542
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
|
4506
4543
|
|
|
4507
|
-
jsforce@^2.0.0-beta.
|
|
4544
|
+
jsforce@^2.0.0-beta.29:
|
|
4508
4545
|
version "2.0.0-beta.29"
|
|
4509
4546
|
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
|
4510
4547
|
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
|
@@ -5100,6 +5137,13 @@ minimatch@5.0.1:
|
|
|
5100
5137
|
dependencies:
|
|
5101
5138
|
brace-expansion "^2.0.1"
|
|
5102
5139
|
|
|
5140
|
+
minimatch@9.0.3, minimatch@^9.0.1, minimatch@^9.0.3:
|
|
5141
|
+
version "9.0.3"
|
|
5142
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5143
|
+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
5144
|
+
dependencies:
|
|
5145
|
+
brace-expansion "^2.0.1"
|
|
5146
|
+
|
|
5103
5147
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
5104
5148
|
version "3.1.2"
|
|
5105
5149
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
@@ -5121,13 +5165,6 @@ minimatch@^7.2.0:
|
|
|
5121
5165
|
dependencies:
|
|
5122
5166
|
brace-expansion "^2.0.1"
|
|
5123
5167
|
|
|
5124
|
-
minimatch@^9.0.1, minimatch@^9.0.3:
|
|
5125
|
-
version "9.0.3"
|
|
5126
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5127
|
-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
5128
|
-
dependencies:
|
|
5129
|
-
brace-expansion "^2.0.1"
|
|
5130
|
-
|
|
5131
5168
|
minimist-options@4.1.0:
|
|
5132
5169
|
version "4.1.0"
|
|
5133
5170
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -5316,6 +5353,11 @@ mute-stream@0.0.8:
|
|
|
5316
5353
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5317
5354
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5318
5355
|
|
|
5356
|
+
mute-stream@^1.0.0:
|
|
5357
|
+
version "1.0.0"
|
|
5358
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
|
5359
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
5360
|
+
|
|
5319
5361
|
nanoid@3.3.3:
|
|
5320
5362
|
version "3.3.3"
|
|
5321
5363
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -5346,11 +5388,6 @@ neo-async@^2.6.2:
|
|
|
5346
5388
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
|
5347
5389
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
|
5348
5390
|
|
|
5349
|
-
nice-try@^1.0.4:
|
|
5350
|
-
version "1.0.5"
|
|
5351
|
-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
|
5352
|
-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
|
5353
|
-
|
|
5354
5391
|
nise@^4.1.0:
|
|
5355
5392
|
version "4.1.0"
|
|
5356
5393
|
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
|
|
@@ -5878,13 +5915,13 @@ pascal-case@^3.1.2:
|
|
|
5878
5915
|
no-case "^3.0.4"
|
|
5879
5916
|
tslib "^2.0.3"
|
|
5880
5917
|
|
|
5881
|
-
password-prompt@^1.1.2:
|
|
5882
|
-
version "1.1.
|
|
5883
|
-
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.
|
|
5884
|
-
integrity sha512-
|
|
5918
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
|
5919
|
+
version "1.1.3"
|
|
5920
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5921
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
5885
5922
|
dependencies:
|
|
5886
|
-
ansi-escapes "^3.
|
|
5887
|
-
cross-spawn "^
|
|
5923
|
+
ansi-escapes "^4.3.2"
|
|
5924
|
+
cross-spawn "^7.0.3"
|
|
5888
5925
|
|
|
5889
5926
|
path-case@^3.0.4:
|
|
5890
5927
|
version "3.0.4"
|
|
@@ -5904,11 +5941,6 @@ path-is-absolute@^1.0.0:
|
|
|
5904
5941
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
5905
5942
|
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
|
5906
5943
|
|
|
5907
|
-
path-key@^2.0.1:
|
|
5908
|
-
version "2.0.1"
|
|
5909
|
-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
|
5910
|
-
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
|
|
5911
|
-
|
|
5912
5944
|
path-key@^3.0.0, path-key@^3.1.0:
|
|
5913
5945
|
version "3.1.1"
|
|
5914
5946
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
|
@@ -5972,7 +6004,7 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
5972
6004
|
readable-stream "^4.0.0"
|
|
5973
6005
|
split2 "^4.0.0"
|
|
5974
6006
|
|
|
5975
|
-
pino-pretty@^10.
|
|
6007
|
+
pino-pretty@^10.3.0:
|
|
5976
6008
|
version "10.3.0"
|
|
5977
6009
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
|
5978
6010
|
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
|
@@ -5997,7 +6029,7 @@ pino-std-serializers@^6.0.0:
|
|
|
5997
6029
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5998
6030
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5999
6031
|
|
|
6000
|
-
pino@^8.16.
|
|
6032
|
+
pino@^8.16.2:
|
|
6001
6033
|
version "8.16.2"
|
|
6002
6034
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
6003
6035
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
@@ -6432,6 +6464,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
|
6432
6464
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
6433
6465
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
|
6434
6466
|
|
|
6467
|
+
run-async@^3.0.0:
|
|
6468
|
+
version "3.0.0"
|
|
6469
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
6470
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
6471
|
+
|
|
6435
6472
|
run-parallel@^1.1.9:
|
|
6436
6473
|
version "1.2.0"
|
|
6437
6474
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -6512,7 +6549,7 @@ secure-json-parse@^2.4.0:
|
|
|
6512
6549
|
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
|
|
6513
6550
|
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
|
|
6514
6551
|
|
|
6515
|
-
"semver@2 || 3 || 4 || 5"
|
|
6552
|
+
"semver@2 || 3 || 4 || 5":
|
|
6516
6553
|
version "5.7.2"
|
|
6517
6554
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
6518
6555
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
@@ -6529,7 +6566,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
6529
6566
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
6530
6567
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
6531
6568
|
|
|
6532
|
-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.
|
|
6569
|
+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4:
|
|
6533
6570
|
version "7.5.4"
|
|
6534
6571
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
6535
6572
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -6591,13 +6628,6 @@ setimmediate@^1.0.5:
|
|
|
6591
6628
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
|
6592
6629
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
|
6593
6630
|
|
|
6594
|
-
shebang-command@^1.2.0:
|
|
6595
|
-
version "1.2.0"
|
|
6596
|
-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
|
6597
|
-
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
|
|
6598
|
-
dependencies:
|
|
6599
|
-
shebang-regex "^1.0.0"
|
|
6600
|
-
|
|
6601
6631
|
shebang-command@^2.0.0:
|
|
6602
6632
|
version "2.0.0"
|
|
6603
6633
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
|
@@ -6605,11 +6635,6 @@ shebang-command@^2.0.0:
|
|
|
6605
6635
|
dependencies:
|
|
6606
6636
|
shebang-regex "^3.0.0"
|
|
6607
6637
|
|
|
6608
|
-
shebang-regex@^1.0.0:
|
|
6609
|
-
version "1.0.0"
|
|
6610
|
-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
|
6611
|
-
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
|
|
6612
|
-
|
|
6613
6638
|
shebang-regex@^3.0.0:
|
|
6614
6639
|
version "3.0.0"
|
|
6615
6640
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
@@ -6656,7 +6681,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6656
6681
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6657
6682
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6658
6683
|
|
|
6659
|
-
signal-exit@^4.0.1:
|
|
6684
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
6660
6685
|
version "4.1.0"
|
|
6661
6686
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
6662
6687
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
@@ -7146,7 +7171,7 @@ tsconfig-paths@^3.14.2:
|
|
|
7146
7171
|
minimist "^1.2.6"
|
|
7147
7172
|
strip-bom "^3.0.0"
|
|
7148
7173
|
|
|
7149
|
-
tslib@^1.
|
|
7174
|
+
tslib@^1.9.0:
|
|
7150
7175
|
version "1.14.1"
|
|
7151
7176
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7152
7177
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
@@ -7156,13 +7181,6 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2:
|
|
|
7156
7181
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7157
7182
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
7158
7183
|
|
|
7159
|
-
tsutils@^3.21.0:
|
|
7160
|
-
version "3.21.0"
|
|
7161
|
-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
|
7162
|
-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
|
|
7163
|
-
dependencies:
|
|
7164
|
-
tslib "^1.8.1"
|
|
7165
|
-
|
|
7166
7184
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
|
7167
7185
|
version "0.6.0"
|
|
7168
7186
|
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
|
|
@@ -7549,13 +7567,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
|
7549
7567
|
gopd "^1.0.1"
|
|
7550
7568
|
has-tostringtag "^1.0.0"
|
|
7551
7569
|
|
|
7552
|
-
which@^1.2.9:
|
|
7553
|
-
version "1.3.1"
|
|
7554
|
-
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
|
7555
|
-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
|
7556
|
-
dependencies:
|
|
7557
|
-
isexe "^2.0.0"
|
|
7558
|
-
|
|
7559
7570
|
which@^2.0.1, which@^2.0.2:
|
|
7560
7571
|
version "2.0.2"
|
|
7561
7572
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
package/oclif.manifest.json
CHANGED
|
@@ -112,7 +112,6 @@
|
|
|
112
112
|
"strict": false,
|
|
113
113
|
"summary": "Create an Experience Cloud site using a template.",
|
|
114
114
|
"enableJsonFlag": true,
|
|
115
|
-
"SF_ENV": "SF_ENV",
|
|
116
115
|
"isESM": true,
|
|
117
116
|
"relativePath": [
|
|
118
117
|
"lib",
|
|
@@ -206,7 +205,6 @@
|
|
|
206
205
|
"strict": true,
|
|
207
206
|
"summary": "Publish an Experience Builder site to make it live.",
|
|
208
207
|
"enableJsonFlag": true,
|
|
209
|
-
"SF_ENV": "SF_ENV",
|
|
210
208
|
"isESM": true,
|
|
211
209
|
"relativePath": [
|
|
212
210
|
"lib",
|
|
@@ -291,7 +289,6 @@
|
|
|
291
289
|
"strict": true,
|
|
292
290
|
"summary": "Retrieve the list of templates available in your org.",
|
|
293
291
|
"enableJsonFlag": true,
|
|
294
|
-
"SF_ENV": "SF_ENV",
|
|
295
292
|
"isESM": true,
|
|
296
293
|
"relativePath": [
|
|
297
294
|
"lib",
|
|
@@ -336,5 +333,5 @@
|
|
|
336
333
|
]
|
|
337
334
|
}
|
|
338
335
|
},
|
|
339
|
-
"version": "3.0.
|
|
336
|
+
"version": "3.0.11"
|
|
340
337
|
}
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
3
|
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.11",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.15.0",
|
|
9
9
|
"@salesforce/core": "^6.4.2",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.0.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
15
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
16
|
-
"@salesforce/dev-scripts": "^8.
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
15
|
+
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
16
|
+
"@salesforce/dev-scripts": "^8.2.0",
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.0.58",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
19
|
+
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
20
20
|
"jsforce": "^2.0.0-beta.29",
|
|
21
21
|
"oclif": "^4.1.0",
|
|
22
22
|
"shx": "0.3.4",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"exports": "./lib/index.js",
|
|
206
206
|
"type": "module",
|
|
207
207
|
"sfdx": {
|
|
208
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.
|
|
209
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.
|
|
208
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.11.crt",
|
|
209
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/3.0.11.sig"
|
|
210
210
|
}
|
|
211
211
|
}
|