@clef-sh/agent 0.1.20-beta.143 → 0.1.20
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
|
@@ -194501,7 +194501,7 @@ async function initialFetch(poller, jitMode, encryptedStore, cache5, sourceDesc)
|
|
|
194501
194501
|
}
|
|
194502
194502
|
|
|
194503
194503
|
// package.json
|
|
194504
|
-
var version5 = "0.1.20
|
|
194504
|
+
var version5 = "0.1.20";
|
|
194505
194505
|
|
|
194506
194506
|
// src/main.ts
|
|
194507
194507
|
var isLambda = !!process.env.AWS_LAMBDA_RUNTIME_API;
|