@iflyrpa/actions 1.2.16-beta.8 → 1.2.16-beta.9
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
|
@@ -18247,7 +18247,7 @@ var __webpack_exports__ = {};
|
|
|
18247
18247
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
18248
18248
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
18249
18249
|
};
|
|
18250
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
18250
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.8"}');
|
|
18251
18251
|
class Action {
|
|
18252
18252
|
constructor(task){
|
|
18253
18253
|
this.task = task;
|
package/dist/index.js
CHANGED
|
@@ -5361,7 +5361,7 @@ var __webpack_exports__ = {};
|
|
|
5361
5361
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5362
5362
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5363
5363
|
};
|
|
5364
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
5364
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.8"}');
|
|
5365
5365
|
class Action {
|
|
5366
5366
|
constructor(task){
|
|
5367
5367
|
this.task = task;
|
package/dist/index.mjs
CHANGED
|
@@ -5310,7 +5310,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
5310
5310
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5311
5311
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5312
5312
|
};
|
|
5313
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
5313
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.8"}');
|
|
5314
5314
|
class Action {
|
|
5315
5315
|
constructor(task){
|
|
5316
5316
|
this.task = task;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iflyrpa/actions",
|
|
3
|
-
"version": "1.2.16-beta.
|
|
3
|
+
"version": "1.2.16-beta.9",
|
|
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.
|
|
19
|
+
"@iflyrpa/share": "0.0.10-beta.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@rslib/core": "^0.4.1",
|