@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/bundle.js +9 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -8736,7 +8736,9 @@ var __webpack_exports__ = {};
|
|
|
8736
8736
|
var package_namespaceObject = {
|
|
8737
8737
|
i8: "0.1.0"
|
|
8738
8738
|
};
|
|
8739
|
-
var package_namespaceObject_0 =
|
|
8739
|
+
var package_namespaceObject_0 = {
|
|
8740
|
+
i8: "3.0.6"
|
|
8741
|
+
};
|
|
8740
8742
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
8741
8743
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
8742
8744
|
const external_node_http_namespaceObject = require("node:http");
|
|
@@ -40594,6 +40596,12 @@ var __webpack_exports__ = {};
|
|
|
40594
40596
|
claim_exclusive: toutiaoExclusive ? toutiaoExclusive : toutiaoOriginal?.includes("exclusive") ? 1 : 0
|
|
40595
40597
|
};
|
|
40596
40598
|
task._timerRecord.PrePublish = Date.now();
|
|
40599
|
+
task.logger.info(`[toutiaoPublish] ${"draft" === params.saveType ? "同步草稿" : "发布文章"}参数`, {
|
|
40600
|
+
saveType: params.saveType,
|
|
40601
|
+
title: params.title,
|
|
40602
|
+
extra: extraData,
|
|
40603
|
+
publishData
|
|
40604
|
+
});
|
|
40597
40605
|
const msToken = params.cookies.find((it)=>"msToken" === it.name)?.value;
|
|
40598
40606
|
let publishOption = {};
|
|
40599
40607
|
if (msToken) {
|