@iflyrpa/actions 1.2.20-beta.2 → 1.2.20
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -18934,7 +18934,7 @@ var __webpack_exports__ = {};
|
|
|
18934
18934
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
18935
18935
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
18936
18936
|
};
|
|
18937
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.
|
|
18937
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.2"}');
|
|
18938
18938
|
const BetaFlag = "HuiwenCanary";
|
|
18939
18939
|
class Action {
|
|
18940
18940
|
constructor(task){
|
package/dist/index.js
CHANGED
|
@@ -6048,7 +6048,7 @@ var __webpack_exports__ = {};
|
|
|
6048
6048
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
6049
6049
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
6050
6050
|
};
|
|
6051
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.
|
|
6051
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.2"}');
|
|
6052
6052
|
const BetaFlag = "HuiwenCanary";
|
|
6053
6053
|
class Action {
|
|
6054
6054
|
constructor(task){
|
package/dist/index.mjs
CHANGED
|
@@ -5996,7 +5996,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
5996
5996
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5997
5997
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5998
5998
|
};
|
|
5999
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.
|
|
5999
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.2"}');
|
|
6000
6000
|
const BetaFlag = "HuiwenCanary";
|
|
6001
6001
|
class Action {
|
|
6002
6002
|
constructor(task){
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iflyrpa/actions",
|
|
3
|
-
"version": "1.2.20
|
|
3
|
+
"version": "1.2.20",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"form-data": "^4.0.1",
|
|
17
17
|
"htmlparser2": "^9.1.0",
|
|
18
18
|
"mime-types": "^2.1.35",
|
|
19
|
-
"@iflyrpa/share": "0.0.11
|
|
19
|
+
"@iflyrpa/share": "0.0.11"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@rslib/core": "^0.4.1",
|