@iflyrpa/actions 3.0.5-beta.2 → 3.0.5-beta.3
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 +5 -3
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -8736,7 +8736,7 @@ var __webpack_exports__ = {};
|
|
|
8736
8736
|
var package_namespaceObject = {
|
|
8737
8737
|
i8: "0.1.0"
|
|
8738
8738
|
};
|
|
8739
|
-
var package_namespaceObject_0 = JSON.parse('{"i8":"3.0.5-beta.
|
|
8739
|
+
var package_namespaceObject_0 = JSON.parse('{"i8":"3.0.5-beta.3"}');
|
|
8740
8740
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
8741
8741
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
8742
8742
|
const external_node_http_namespaceObject = require("node:http");
|
|
@@ -40541,8 +40541,10 @@ var __webpack_exports__ = {};
|
|
|
40541
40541
|
tuwen_wtt_trans_flag: params.settingInfo?.toutiaoTransWtt ? "2" : "0",
|
|
40542
40542
|
info_source: sourceData,
|
|
40543
40543
|
...location ? {
|
|
40544
|
-
|
|
40545
|
-
|
|
40544
|
+
manual_selected_city: JSON.stringify({
|
|
40545
|
+
city: location.label,
|
|
40546
|
+
city_code: location.value
|
|
40547
|
+
})
|
|
40546
40548
|
} : null,
|
|
40547
40549
|
...params.settingInfo?.toutiaoCollectionId ? {
|
|
40548
40550
|
want_join_collection_id: params.settingInfo.toutiaoCollectionId
|