@iflyrpa/playwright 4.1.0 → 4.1.1-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/index.cjs +4 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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]="92f20852-4bf4-5fbf-bdb2-412040c14232")}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,9 +2552,7 @@ function __webpack_require__(moduleId) {
|
|
|
2552
2552
|
});
|
|
2553
2553
|
};
|
|
2554
2554
|
})();
|
|
2555
|
-
var package_namespaceObject = {
|
|
2556
|
-
i8: "4.1.0"
|
|
2557
|
-
};
|
|
2555
|
+
var package_namespaceObject = JSON.parse('{"i8":"4.1.1-beta.0"}');
|
|
2558
2556
|
function _define_property(obj, key, value) {
|
|
2559
2557
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
2560
2558
|
value: value,
|
|
@@ -5666,7 +5664,7 @@ class Task {
|
|
|
5666
5664
|
this.electronPackage = this.installElectron();
|
|
5667
5665
|
}
|
|
5668
5666
|
}
|
|
5669
|
-
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.1.
|
|
5667
|
+
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.1.1","lastUpdate":"2026-09-03","maxVersions":10,"versions":[{"version":"4.1.1","releaseDate":"2026-09-03","releaseNote":["优化告警频次"],"updateLevel":0,"updateStrategy":"可选更新","changeType":"patch"},{"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"}]}');
|
|
5670
5668
|
function getVersionHistory() {
|
|
5671
5669
|
return version_history_namespaceObject;
|
|
5672
5670
|
}
|
|
@@ -5778,4 +5776,4 @@ const src_version = package_namespaceObject.i8;
|
|
|
5778
5776
|
export { RpaTask, compareVersion, getLatestVersionRecord, getMaxUpdateLevel, getVersionHistory, getVersionRecord, getVersionRecordsSince, src_version as version };
|
|
5779
5777
|
|
|
5780
5778
|
//# sourceMappingURL=index.js.map
|
|
5781
|
-
//# debugId=
|
|
5779
|
+
//# debugId=92f20852-4bf4-5fbf-bdb2-412040c14232
|