@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.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]="10485e63-d196-5082-84d7-9cdceb7a1130")}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");
|
|
@@ -2559,7 +2559,9 @@ var __webpack_exports__ = {};
|
|
|
2559
2559
|
RpaTask: ()=>RpaTask
|
|
2560
2560
|
});
|
|
2561
2561
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2562
|
-
var package_namespaceObject =
|
|
2562
|
+
var package_namespaceObject = {
|
|
2563
|
+
i8: "4.0.4"
|
|
2564
|
+
};
|
|
2563
2565
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2564
2566
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
2565
2567
|
const external_node_path_namespaceObject = require("node:path");
|
|
@@ -5676,4 +5678,4 @@ if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_targe
|
|
|
5676
5678
|
});
|
|
5677
5679
|
|
|
5678
5680
|
//# sourceMappingURL=index.cjs.map
|
|
5679
|
-
//# debugId=
|
|
5681
|
+
//# debugId=10485e63-d196-5082-84d7-9cdceb7a1130
|