@iflyrpa/actions 3.0.5-beta.3 → 3.0.6

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.mjs CHANGED
@@ -5434,7 +5434,9 @@ function __webpack_require__(moduleId) {
5434
5434
  return module;
5435
5435
  };
5436
5436
  })();
5437
- var package_namespaceObject = JSON.parse('{"i8":"3.0.5-beta.3"}');
5437
+ var package_namespaceObject = {
5438
+ i8: "3.0.6"
5439
+ };
5438
5440
  var dist = __webpack_require__("../../node_modules/.pnpm/https-proxy-agent@7.0.6/node_modules/https-proxy-agent/dist/index.js");
5439
5441
  async function ProxyAgent(task, ip, adr, accountId, refresh) {
5440
5442
  const http = new Http({
@@ -20300,6 +20302,12 @@ const toutiaoPublish_mock_mockAction = async (task, params)=>{
20300
20302
  claim_exclusive: toutiaoExclusive ? toutiaoExclusive : toutiaoOriginal?.includes("exclusive") ? 1 : 0
20301
20303
  };
20302
20304
  task._timerRecord.PrePublish = Date.now();
20305
+ task.logger.info(`[toutiaoPublish] ${"draft" === params.saveType ? "同步草稿" : "发布文章"}参数`, {
20306
+ saveType: params.saveType,
20307
+ title: params.title,
20308
+ extra: extraData,
20309
+ publishData
20310
+ });
20303
20311
  const msToken = params.cookies.find((it)=>"msToken" === it.name)?.value;
20304
20312
  let publishOption = {};
20305
20313
  if (msToken) {