@salesforce/plugin-agent 1.14.4 → 1.14.5-dev.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
3
  "description": "Commands to interact with Salesforce agents",
4
- "version": "1.14.4",
4
+ "version": "1.14.5-dev.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@inquirer/prompts": "^7.2.0",
10
10
  "@oclif/core": "^4",
11
11
  "@oclif/multi-stage-output": "^0.7.12",
12
- "@salesforce/agents": "0.9.6",
12
+ "@salesforce/agents": "0.9.8-dev.0",
13
13
  "@salesforce/core": "^8.8.0",
14
14
  "@salesforce/kit": "^3.2.1",
15
15
  "@salesforce/sf-plugins-core": "^12.1.0",
@@ -18,6 +18,7 @@
18
18
  "fast-xml-parser": "^4.5.1",
19
19
  "ink": "^5.0.1",
20
20
  "ink-text-input": "^6.0.0",
21
+ "inquirer-autocomplete-standalone": "^0.8.1",
21
22
  "react": "^18.3.1",
22
23
  "yaml": "^2.7.0"
23
24
  },
@@ -226,7 +227,7 @@
226
227
  "exports": "./lib/index.js",
227
228
  "type": "module",
228
229
  "sfdx": {
229
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.14.4.crt",
230
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.14.4.sig"
230
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.14.5-dev.1.crt",
231
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.14.5-dev.1.sig"
231
232
  }
232
233
  }
package/lib/read-dir.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare function readDir(path: string): Promise<string[]>;
package/lib/read-dir.js DELETED
@@ -1,16 +0,0 @@
1
- /*
2
- * Copyright (c) 2024, salesforce.com, inc.
3
- * All rights reserved.
4
- * Licensed under the BSD 3-Clause license.
5
- * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6
- */
7
- import { readdir } from 'node:fs/promises';
8
- export async function readDir(path) {
9
- try {
10
- return (await readdir(path)).filter((bot) => !bot.startsWith('.'));
11
- }
12
- catch {
13
- return [];
14
- }
15
- }
16
- //# sourceMappingURL=read-dir.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"read-dir.js","sourceRoot":"","sources":["../src/read-dir.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,IAAY;IACxC,IAAI,CAAC;QACH,OAAO,CAAC,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;IACrE,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,EAAE,CAAC;IACZ,CAAC;AACH,CAAC"}