@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.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]="d3aada0e-06e9-513f-bfca-6baab8e99f26")}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,9 +2565,7 @@ var __webpack_exports__ = {};
|
|
|
2565
2565
|
getVersionHistory: ()=>getVersionHistory
|
|
2566
2566
|
});
|
|
2567
2567
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2568
|
-
var package_namespaceObject = {
|
|
2569
|
-
i8: "4.1.0"
|
|
2570
|
-
};
|
|
2568
|
+
var package_namespaceObject = JSON.parse('{"i8":"4.1.1-beta.0"}');
|
|
2571
2569
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2572
2570
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
2573
2571
|
const external_node_path_namespaceObject = require("node:path");
|
|
@@ -5696,7 +5694,7 @@ app.on("window-all-closed", (e) => e.preventDefault());
|
|
|
5696
5694
|
this.electronPackage = this.installElectron();
|
|
5697
5695
|
}
|
|
5698
5696
|
}
|
|
5699
|
-
var version_history_namespaceObject = JSON.parse('{"name":"@iflyrpa/playwright","currentVersion":"4.1.
|
|
5697
|
+
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"}]}');
|
|
5700
5698
|
function getVersionHistory() {
|
|
5701
5699
|
return version_history_namespaceObject;
|
|
5702
5700
|
}
|
|
@@ -5813,4 +5811,4 @@ if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_targe
|
|
|
5813
5811
|
});
|
|
5814
5812
|
|
|
5815
5813
|
//# sourceMappingURL=index.cjs.map
|
|
5816
|
-
//# debugId=
|
|
5814
|
+
//# debugId=d3aada0e-06e9-513f-bfca-6baab8e99f26
|