@iflyrpa/playwright 4.1.0-beta.5 → 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.cjs
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]="3406a3b8-354b-53b0-8182-0f8efede5cc8")}catch(e){}}();
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
4
|
"../../node_modules/.pnpm/cross-fetch@4.1.0_encoding@0.1.13/node_modules/cross-fetch/dist/node-ponyfill.js": function(module, exports1, __webpack_require__) {
|
|
5
5
|
const nodeFetch = __webpack_require__("../../node_modules/.pnpm/node-fetch@2.7.0_encoding@0.1.13/node_modules/node-fetch/lib/index.mjs");
|
|
@@ -2565,7 +2565,9 @@ var __webpack_exports__ = {};
|
|
|
2565
2565
|
getVersionHistory: ()=>getVersionHistory
|
|
2566
2566
|
});
|
|
2567
2567
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2568
|
-
var package_namespaceObject =
|
|
2568
|
+
var package_namespaceObject = {
|
|
2569
|
+
i8: "4.1.0"
|
|
2570
|
+
};
|
|
2569
2571
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2570
2572
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
2571
2573
|
const external_node_path_namespaceObject = require("node:path");
|
|
@@ -5694,7 +5696,7 @@ app.on("window-all-closed", (e) => e.preventDefault());
|
|
|
5694
5696
|
this.electronPackage = this.installElectron();
|
|
5695
5697
|
}
|
|
5696
5698
|
}
|
|
5697
|
-
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.0
|
|
5699
|
+
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"}]}');
|
|
5698
5700
|
function getVersionHistory() {
|
|
5699
5701
|
return version_history_namespaceObject;
|
|
5700
5702
|
}
|
|
@@ -5811,4 +5813,4 @@ if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_targe
|
|
|
5811
5813
|
});
|
|
5812
5814
|
|
|
5813
5815
|
//# sourceMappingURL=index.cjs.map
|
|
5814
|
-
//# debugId=
|
|
5816
|
+
//# debugId=3406a3b8-354b-53b0-8182-0f8efede5cc8
|