@infersec/conduit 1.90.4 → 1.90.5

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.
Files changed (2) hide show
  1. package/dist/cli.js +0 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -12,7 +12,6 @@ import require$$3__default, { existsSync, createWriteStream, statSync, readFileS
12
12
  import process$3, { platform, hrtime, execPath, execArgv } from 'node:process';
13
13
  import crypto from 'node:crypto';
14
14
  import require$$0$8, { Readable, Transform, PassThrough, getDefaultHighWaterMark, Duplex, Writable } from 'node:stream';
15
- import 'argon2';
16
15
  import require$$1$8, { setDefaultResultOrder } from 'node:dns';
17
16
  import require$$0$6 from 'os';
18
17
  import require$$1$3, { realpathSync as realpathSync$1, readlinkSync, readdirSync, readdir as readdir$1, lstatSync } from 'fs';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@infersec/conduit",
3
3
  "description": "End user conduit agent for connecting local LLMs to the cloud.",
4
- "version": "1.90.4",
4
+ "version": "1.90.5",
5
5
  "bin": {
6
6
  "infersec-conduit": "./dist/cli.js"
7
7
  },