@iflyrpa/actions 4.0.9-beta.2 → 4.0.9-beta.4
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 +13 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +14 -0
- package/dist/index.js +13 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/*! For license information please see bundle.js.LICENSE.txt */
|
|
2
|
+
|
|
3
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7a611003-c5e3-5567-9a7d-d831c8013871")}catch(e){}}();
|
|
2
4
|
var __webpack_modules__ = {
|
|
3
5
|
"../../node_modules/.pnpm/agent-base@7.1.4/node_modules/agent-base/dist/helpers.js": function(__unused_webpack_module, exports1, __webpack_require__) {
|
|
4
6
|
"use strict";
|
|
@@ -12490,7 +12492,7 @@ var __webpack_exports__ = {};
|
|
|
12490
12492
|
var package_namespaceObject = {
|
|
12491
12493
|
i8: "0.1.2"
|
|
12492
12494
|
};
|
|
12493
|
-
var package_namespaceObject_0 = JSON.parse('{"i8":"4.0.9-beta.
|
|
12495
|
+
var package_namespaceObject_0 = JSON.parse('{"i8":"4.0.9-beta.4"}');
|
|
12494
12496
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
12495
12497
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
12496
12498
|
const external_node_http_namespaceObject = require("node:http");
|
|
@@ -50567,6 +50569,14 @@ var __webpack_exports__ = {};
|
|
|
50567
50569
|
this.task = task;
|
|
50568
50570
|
this.task.logger.info(`当前包版本:Share=>${package_namespaceObject.i8} Action=>${package_namespaceObject_0.i8}`);
|
|
50569
50571
|
}
|
|
50572
|
+
getActionVersionMarker() {
|
|
50573
|
+
return {
|
|
50574
|
+
version: package_namespaceObject_0.i8,
|
|
50575
|
+
shareVersion: package_namespaceObject.i8,
|
|
50576
|
+
marker: `Action_${package_namespaceObject_0.i8}_${package_namespaceObject.i8}`,
|
|
50577
|
+
timestamp: new Date().toLocaleString()
|
|
50578
|
+
};
|
|
50579
|
+
}
|
|
50570
50580
|
async bindTask(func, params) {
|
|
50571
50581
|
let responseData;
|
|
50572
50582
|
this.task.isBeta = this.task?.isFeatOn ? this.task?.isFeatOn(BetaFlag) : false;
|
|
@@ -50849,4 +50859,5 @@ if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_targe
|
|
|
50849
50859
|
value: true
|
|
50850
50860
|
});
|
|
50851
50861
|
|
|
50852
|
-
//# sourceMappingURL=bundle.js.map
|
|
50862
|
+
//# sourceMappingURL=bundle.js.map
|
|
50863
|
+
//# debugId=7a611003-c5e3-5567-9a7d-d831c8013871
|