@iflyrpa/playwright 4.0.4-beta.6 → 4.0.4
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 +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
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]="7135424a-8b43-5186-b3bf-add32278e972")}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,7 +2552,9 @@ function __webpack_require__(moduleId) {
|
|
|
2552
2552
|
});
|
|
2553
2553
|
};
|
|
2554
2554
|
})();
|
|
2555
|
-
var package_namespaceObject =
|
|
2555
|
+
var package_namespaceObject = {
|
|
2556
|
+
i8: "4.0.4"
|
|
2557
|
+
};
|
|
2556
2558
|
function _define_property(obj, key, value) {
|
|
2557
2559
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
2558
2560
|
value: value,
|
|
@@ -5647,4 +5649,4 @@ const src_version = package_namespaceObject.i8;
|
|
|
5647
5649
|
export { RpaTask, src_version as version };
|
|
5648
5650
|
|
|
5649
5651
|
//# sourceMappingURL=index.js.map
|
|
5650
|
-
//# debugId=
|
|
5652
|
+
//# debugId=7135424a-8b43-5186-b3bf-add32278e972
|