@clef-sh/agent 0.1.15 → 0.1.16-beta.110
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 +1 -1
package/dist/agent.cjs
CHANGED
|
@@ -210332,7 +210332,7 @@ async function initialFetch(poller, jitMode, encryptedStore, cache5, sourceDesc)
|
|
|
210332
210332
|
}
|
|
210333
210333
|
|
|
210334
210334
|
// package.json
|
|
210335
|
-
var version5 = "0.1.
|
|
210335
|
+
var version5 = "0.1.16-beta.110";
|
|
210336
210336
|
|
|
210337
210337
|
// src/main.ts
|
|
210338
210338
|
var isLambda = !!process.env.AWS_LAMBDA_RUNTIME_API;
|