@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/index.js
CHANGED
|
@@ -8519,7 +8519,7 @@ var __webpack_exports__ = {};
|
|
|
8519
8519
|
type: "normal",
|
|
8520
8520
|
privacy_info: {
|
|
8521
8521
|
op_type: 1,
|
|
8522
|
-
type: visibleRangeMap[params.visibleRange]
|
|
8522
|
+
type: visibleRangeMap[params.visibleRange]
|
|
8523
8523
|
},
|
|
8524
8524
|
post_loc: params.address ? {
|
|
8525
8525
|
name: params.address?.name,
|
|
@@ -9318,7 +9318,7 @@ var __webpack_exports__ = {};
|
|
|
9318
9318
|
return (0, share_namespaceObject.success)(0 === res.code ? res.data : [], 0 === res.code ? "获取头条号合集成功!" : "获取头条号合集失败!");
|
|
9319
9319
|
};
|
|
9320
9320
|
var package_namespaceObject = {
|
|
9321
|
-
i8: "1.2.
|
|
9321
|
+
i8: "1.2.27"
|
|
9322
9322
|
};
|
|
9323
9323
|
const BetaFlag = "HuiwenCanary";
|
|
9324
9324
|
class Action {
|