@iflyrpa/playwright 4.0.9-beta.3 → 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/index.cjs +6 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
!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]="92f20852-4bf4-5fbf-bdb2-412040c14232")}catch(e){}}();
|
|
1
3
|
import * as __WEBPACK_EXTERNAL_MODULE_punycode__ from "punycode";
|
|
2
4
|
import * as __WEBPACK_EXTERNAL_MODULE_stream__ from "stream";
|
|
3
5
|
import * as __WEBPACK_EXTERNAL_MODULE_http__ from "http";
|
|
@@ -2550,7 +2552,7 @@ function __webpack_require__(moduleId) {
|
|
|
2550
2552
|
});
|
|
2551
2553
|
};
|
|
2552
2554
|
})();
|
|
2553
|
-
var package_namespaceObject = JSON.parse('{"i8":"4.0.9-beta.
|
|
2555
|
+
var package_namespaceObject = JSON.parse('{"i8":"4.0.9-beta.4"}');
|
|
2554
2556
|
function _define_property(obj, key, value) {
|
|
2555
2557
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
2556
2558
|
value: value,
|
|
@@ -5662,7 +5664,7 @@ class Task {
|
|
|
5662
5664
|
this.electronPackage = this.installElectron();
|
|
5663
5665
|
}
|
|
5664
5666
|
}
|
|
5665
|
-
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.0.9-beta.
|
|
5667
|
+
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.0.9-beta.4","lastUpdate":"2026-08-14","maxVersions":10,"versions":[{"version":"4.0.9-beta.4","releaseDate":"2026-08-14","releaseNote":["1. 版本更新优化"],"updateLevel":0,"updateStrategy":"可选更新","changeType":"patch"},{"version":"4.0.9-beta.3","releaseDate":"2026-08-14","releaseNote":["1. 测试更新","2. 重要修复,需要更新"],"updateLevel":2,"updateStrategy":"强制更新并重启","changeType":"patch"},{"version":"4.0.9-beta.2","releaseDate":"2026-08-13","releaseNote":["1.增加版本更新记录","2.优化错误提示"],"updateLevel":1,"updateStrategy":"建议更新","changeType":"patch"}]}');
|
|
5666
5668
|
function getVersionHistory() {
|
|
5667
5669
|
return version_history_namespaceObject;
|
|
5668
5670
|
}
|
|
@@ -5773,4 +5775,5 @@ class RpaTask extends Task {
|
|
|
5773
5775
|
const src_version = package_namespaceObject.i8;
|
|
5774
5776
|
export { RpaTask, compareVersion, getLatestVersionRecord, getMaxUpdateLevel, getVersionHistory, getVersionRecord, getVersionRecordsSince, src_version as version };
|
|
5775
5777
|
|
|
5776
|
-
//# sourceMappingURL=index.js.map
|
|
5778
|
+
//# sourceMappingURL=index.js.map
|
|
5779
|
+
//# debugId=92f20852-4bf4-5fbf-bdb2-412040c14232
|