@iflyrpa/actions 1.2.4 → 1.2.5-beta.0
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 +5 -1
package/dist/bundle.js
CHANGED
|
@@ -15348,7 +15348,7 @@ var __webpack_exports__ = {};
|
|
|
15348
15348
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
15349
15349
|
};
|
|
15350
15350
|
var package_namespaceObject = {
|
|
15351
|
-
i8: "1.2.
|
|
15351
|
+
i8: "1.2.4"
|
|
15352
15352
|
};
|
|
15353
15353
|
class Action {
|
|
15354
15354
|
constructor(task){
|
package/dist/index.js
CHANGED
|
@@ -2461,7 +2461,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
2461
2461
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
2462
2462
|
};
|
|
2463
2463
|
var package_namespaceObject = {
|
|
2464
|
-
i8: "1.2.
|
|
2464
|
+
i8: "1.2.4"
|
|
2465
2465
|
};
|
|
2466
2466
|
class Action {
|
|
2467
2467
|
constructor(task){
|
package/dist/index.mjs
CHANGED
|
@@ -2410,7 +2410,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
2410
2410
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
2411
2411
|
};
|
|
2412
2412
|
var package_namespaceObject = {
|
|
2413
|
-
i8: "1.2.
|
|
2413
|
+
i8: "1.2.4"
|
|
2414
2414
|
};
|
|
2415
2415
|
class Action {
|
|
2416
2416
|
constructor(task){
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iflyrpa/actions",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5-beta.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
"@rslib/core": "^0.4.1",
|
|
23
23
|
"@types/mime-types": "^2.1.4"
|
|
24
24
|
},
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "public",
|
|
27
|
+
"registry": "https://registry.npmjs.org"
|
|
28
|
+
},
|
|
25
29
|
"scripts": {
|
|
26
30
|
"build": "rslib build",
|
|
27
31
|
"dev": "rslib build --watch"
|