@cfio/cohort-sync 0.33.0 → 0.34.0
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/index.js +1 -1
- package/dist/openclaw.plugin.json +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14117,7 +14117,7 @@ function dumpEvent(event) {
|
|
|
14117
14117
|
function positiveNumber(value) {
|
|
14118
14118
|
return typeof value === "number" && Number.isFinite(value) && value > 0 ? value : void 0;
|
|
14119
14119
|
}
|
|
14120
|
-
var PLUGIN_VERSION = true ? "0.
|
|
14120
|
+
var PLUGIN_VERSION = true ? "0.34.0" : "unknown";
|
|
14121
14121
|
function resolveGatewayToken(api) {
|
|
14122
14122
|
const token2 = api.config?.gateway?.auth?.token;
|
|
14123
14123
|
return typeof token2 === "string" ? token2 : null;
|
package/dist/package.json
CHANGED
package/package.json
CHANGED