@iflyrpa/playwright 1.2.57-beta.1 → 1.2.57-beta.10
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2557,7 +2557,7 @@ var __webpack_exports__ = {};
|
|
|
2557
2557
|
RpaTask: ()=>RpaTask
|
|
2558
2558
|
});
|
|
2559
2559
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2560
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.57-beta.
|
|
2560
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.57-beta.9"}');
|
|
2561
2561
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2562
2562
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
2563
2563
|
const external_node_path_namespaceObject = require("node:path");
|
package/dist/index.js
CHANGED
|
@@ -2550,7 +2550,7 @@ function __webpack_require__(moduleId) {
|
|
|
2550
2550
|
});
|
|
2551
2551
|
};
|
|
2552
2552
|
})();
|
|
2553
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.57-beta.
|
|
2553
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.57-beta.9"}');
|
|
2554
2554
|
function _define_property(obj, key, value) {
|
|
2555
2555
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
2556
2556
|
value: value,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iflyrpa/playwright",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.57-beta.
|
|
4
|
+
"version": "1.2.57-beta.10",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"extract-zip": "^2.0.1",
|
|
29
29
|
"loglevel": "^1.9.2",
|
|
30
30
|
"@iflyrpa/pacote": "1.0.0",
|
|
31
|
-
"@iflyrpa/
|
|
32
|
-
"@iflyrpa/
|
|
31
|
+
"@iflyrpa/share": "0.0.14-beta.10",
|
|
32
|
+
"@iflyrpa/actions": "1.2.24-beta.10"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|