@iflyrpa/playwright 4.0.9-beta.0 → 4.0.9-beta.1
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 +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
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]="e5fc078e-008e-509f-a37b-7290d61e794b")}catch(e){}}();
|
|
3
1
|
var __webpack_modules__ = {
|
|
4
2
|
"../../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
3
|
const nodeFetch = __webpack_require__("../../node_modules/.pnpm/node-fetch@2.7.0_encoding@0.1.13/node_modules/node-fetch/lib/index.mjs");
|
|
@@ -2560,7 +2558,7 @@ var __webpack_exports__ = {};
|
|
|
2560
2558
|
RpaTask: ()=>RpaTask
|
|
2561
2559
|
});
|
|
2562
2560
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2563
|
-
var package_namespaceObject = JSON.parse('{"i8":"4.0.9-beta.
|
|
2561
|
+
var package_namespaceObject = JSON.parse('{"i8":"4.0.9-beta.1"}');
|
|
2564
2562
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2565
2563
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
2566
2564
|
const external_node_path_namespaceObject = require("node:path");
|
|
@@ -5775,5 +5773,4 @@ if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_targe
|
|
|
5775
5773
|
value: true
|
|
5776
5774
|
});
|
|
5777
5775
|
|
|
5778
|
-
//# sourceMappingURL=index.cjs.map
|
|
5779
|
-
//# debugId=e5fc078e-008e-509f-a37b-7290d61e794b
|
|
5776
|
+
//# sourceMappingURL=index.cjs.map
|