@iflyrpa/actions 1.2.27 → 1.2.28
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 +2 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -21337,7 +21337,7 @@ var __webpack_exports__ = {};
|
|
|
21337
21337
|
type: "normal",
|
|
21338
21338
|
privacy_info: {
|
|
21339
21339
|
op_type: 1,
|
|
21340
|
-
type: visibleRangeMap[params.visibleRange]
|
|
21340
|
+
type: visibleRangeMap[params.visibleRange]
|
|
21341
21341
|
},
|
|
21342
21342
|
post_loc: params.address ? {
|
|
21343
21343
|
name: params.address?.name,
|
|
@@ -22136,7 +22136,7 @@ var __webpack_exports__ = {};
|
|
|
22136
22136
|
return success(0 === res.code ? res.data : [], 0 === res.code ? "获取头条号合集成功!" : "获取头条号合集失败!");
|
|
22137
22137
|
};
|
|
22138
22138
|
var package_namespaceObject = {
|
|
22139
|
-
i8: "1.2.
|
|
22139
|
+
i8: "1.2.27"
|
|
22140
22140
|
};
|
|
22141
22141
|
const BetaFlag = "HuiwenCanary";
|
|
22142
22142
|
class Action {
|