nexus-agents 2.154.2 → 2.155.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/dist/{chunk-7RYZU642.js → chunk-6FIWYWPM.js} +3 -3
- package/dist/{chunk-DOXK4MOA.js → chunk-C63M3XXN.js} +2 -2
- package/dist/{chunk-FBAHUNFK.js → chunk-MRYEJZQI.js} +344 -2
- package/dist/chunk-MRYEJZQI.js.map +1 -0
- package/dist/cli.js +4 -4
- package/dist/{dist-A5STUO26.js → dist-UFU426AX.js} +2233 -1709
- package/dist/dist-UFU426AX.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{setup-command-G7JW7TFX.js → setup-command-J7P6DIFV.js} +3 -3
- package/package.json +10 -10
- package/dist/chunk-FBAHUNFK.js.map +0 -1
- package/dist/dist-A5STUO26.js.map +0 -1
- /package/dist/{chunk-7RYZU642.js.map → chunk-6FIWYWPM.js.map} +0 -0
- /package/dist/{chunk-DOXK4MOA.js.map → chunk-C63M3XXN.js.map} +0 -0
- /package/dist/{setup-command-G7JW7TFX.js.map → setup-command-J7P6DIFV.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import "./chunk-VHRF6VOS.js";
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-C63M3XXN.js";
|
|
26
26
|
import "./chunk-SRT2VLNP.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -142,7 +142,7 @@ import {
|
|
|
142
142
|
validateCommand,
|
|
143
143
|
validateWorkflow,
|
|
144
144
|
wrapInMarkdownFence
|
|
145
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-MRYEJZQI.js";
|
|
146
146
|
import "./chunk-CBGVR52X.js";
|
|
147
147
|
import "./chunk-52UVXXYA.js";
|
|
148
148
|
import "./chunk-HFOQKCD2.js";
|
|
@@ -170,7 +170,7 @@ import {
|
|
|
170
170
|
loadConfig,
|
|
171
171
|
runDoctor,
|
|
172
172
|
validateNexusEnv
|
|
173
|
-
} from "./chunk-
|
|
173
|
+
} from "./chunk-6FIWYWPM.js";
|
|
174
174
|
import "./chunk-XNW3W2OU.js";
|
|
175
175
|
import {
|
|
176
176
|
shutdownExpertBridge
|
|
@@ -15512,7 +15512,7 @@ function getBlueskyConfig() {
|
|
|
15512
15512
|
}
|
|
15513
15513
|
async function loadAtproto() {
|
|
15514
15514
|
try {
|
|
15515
|
-
const mod = await import("./dist-
|
|
15515
|
+
const mod = await import("./dist-UFU426AX.js");
|
|
15516
15516
|
return { AtpAgent: mod.AtpAgent, RichText: mod.RichText };
|
|
15517
15517
|
} catch {
|
|
15518
15518
|
return void 0;
|