@clef-sh/agent 0.1.25-beta.181 → 0.1.26
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/agent.cjs +1 -1
- package/dist/agent.cjs.map +1 -1
- package/package.json +2 -2
package/dist/agent.cjs
CHANGED
|
@@ -210351,7 +210351,7 @@ async function initialFetch(poller, jitMode, encryptedStore, cache5, sourceDesc)
|
|
|
210351
210351
|
}
|
|
210352
210352
|
|
|
210353
210353
|
// package.json
|
|
210354
|
-
var version3 = "0.1.
|
|
210354
|
+
var version3 = "0.1.26";
|
|
210355
210355
|
|
|
210356
210356
|
// src/main.ts
|
|
210357
210357
|
var isLambda = !!process.env.AWS_LAMBDA_RUNTIME_API;
|