@iflyrpa/playwright 4.1.0-beta.6 → 4.1.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/index.cjs +6 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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]="
|
|
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]="2294627a-e833-50fe-9d47-2299ba9fee9e")}catch(e){}}();
|
|
3
3
|
import * as __WEBPACK_EXTERNAL_MODULE_punycode__ from "punycode";
|
|
4
4
|
import * as __WEBPACK_EXTERNAL_MODULE_stream__ from "stream";
|
|
5
5
|
import * as __WEBPACK_EXTERNAL_MODULE_http__ from "http";
|
|
@@ -2552,7 +2552,9 @@ function __webpack_require__(moduleId) {
|
|
|
2552
2552
|
});
|
|
2553
2553
|
};
|
|
2554
2554
|
})();
|
|
2555
|
-
var package_namespaceObject =
|
|
2555
|
+
var package_namespaceObject = {
|
|
2556
|
+
i8: "4.1.0"
|
|
2557
|
+
};
|
|
2556
2558
|
function _define_property(obj, key, value) {
|
|
2557
2559
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
2558
2560
|
value: value,
|
|
@@ -5664,7 +5666,7 @@ class Task {
|
|
|
5664
5666
|
this.electronPackage = this.installElectron();
|
|
5665
5667
|
}
|
|
5666
5668
|
}
|
|
5667
|
-
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.0
|
|
5669
|
+
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.1.0","lastUpdate":"2026-09-01","maxVersions":10,"versions":[{"version":"4.1.0","releaseDate":"2026-09-01","releaseNote":["新增支持视频号视频发布","优化提示","优化接口超时"],"updateLevel":1,"updateStrategy":"建议更新","changeType":"minor"},{"version":"4.0.9","releaseDate":"2026-08-27","releaseNote":["修复视频号音乐问题"],"updateLevel":1,"updateStrategy":"建议更新","changeType":"patch"}]}');
|
|
5668
5670
|
function getVersionHistory() {
|
|
5669
5671
|
return version_history_namespaceObject;
|
|
5670
5672
|
}
|
|
@@ -5776,4 +5778,4 @@ const src_version = package_namespaceObject.i8;
|
|
|
5776
5778
|
export { RpaTask, compareVersion, getLatestVersionRecord, getMaxUpdateLevel, getVersionHistory, getVersionRecord, getVersionRecordsSince, src_version as version };
|
|
5777
5779
|
|
|
5778
5780
|
//# sourceMappingURL=index.js.map
|
|
5779
|
-
//# debugId=
|
|
5781
|
+
//# debugId=2294627a-e833-50fe-9d47-2299ba9fee9e
|