@iflyrpa/playwright 4.0.4 → 4.0.5
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 -7
- package/dist/index.js +1 -7
- package/package.json +3 -3
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
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]="10485e63-d196-5082-84d7-9cdceb7a1130")}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
|
});
|
|
2561
2559
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2562
2560
|
var package_namespaceObject = {
|
|
2563
|
-
i8: "4.0.
|
|
2561
|
+
i8: "4.0.5"
|
|
2564
2562
|
};
|
|
2565
2563
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2566
2564
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
@@ -5303,7 +5301,6 @@ app.on("window-all-closed", (e) => e.preventDefault());
|
|
|
5303
5301
|
this.sentry = (0, node_namespaceObject.initWithoutDefaultIntegrations)({
|
|
5304
5302
|
dsn: DEFAULT_SENTRY_DSN,
|
|
5305
5303
|
environment: taskParams.enverionment || "development",
|
|
5306
|
-
release: package_namespaceObject.i8,
|
|
5307
5304
|
tracesSampleRate: 1.0,
|
|
5308
5305
|
initialScope: {
|
|
5309
5306
|
user: taskParams.user,
|
|
@@ -5676,6 +5673,3 @@ for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack
|
|
|
5676
5673
|
if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
|
|
5677
5674
|
value: true
|
|
5678
5675
|
});
|
|
5679
|
-
|
|
5680
|
-
//# sourceMappingURL=index.cjs.map
|
|
5681
|
-
//# debugId=10485e63-d196-5082-84d7-9cdceb7a1130
|
package/dist/index.js
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]="7135424a-8b43-5186-b3bf-add32278e972")}catch(e){}}();
|
|
3
1
|
import * as __WEBPACK_EXTERNAL_MODULE_punycode__ from "punycode";
|
|
4
2
|
import * as __WEBPACK_EXTERNAL_MODULE_stream__ from "stream";
|
|
5
3
|
import * as __WEBPACK_EXTERNAL_MODULE_http__ from "http";
|
|
@@ -2553,7 +2551,7 @@ function __webpack_require__(moduleId) {
|
|
|
2553
2551
|
};
|
|
2554
2552
|
})();
|
|
2555
2553
|
var package_namespaceObject = {
|
|
2556
|
-
i8: "4.0.
|
|
2554
|
+
i8: "4.0.5"
|
|
2557
2555
|
};
|
|
2558
2556
|
function _define_property(obj, key, value) {
|
|
2559
2557
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
@@ -5281,7 +5279,6 @@ class SentryInstance {
|
|
|
5281
5279
|
this.sentry = (0, __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__.initWithoutDefaultIntegrations)({
|
|
5282
5280
|
dsn: DEFAULT_SENTRY_DSN,
|
|
5283
5281
|
environment: taskParams.enverionment || "development",
|
|
5284
|
-
release: package_namespaceObject.i8,
|
|
5285
5282
|
tracesSampleRate: 1.0,
|
|
5286
5283
|
initialScope: {
|
|
5287
5284
|
user: taskParams.user,
|
|
@@ -5647,6 +5644,3 @@ class RpaTask extends Task {
|
|
|
5647
5644
|
}
|
|
5648
5645
|
const src_version = package_namespaceObject.i8;
|
|
5649
5646
|
export { RpaTask, src_version as version };
|
|
5650
|
-
|
|
5651
|
-
//# sourceMappingURL=index.js.map
|
|
5652
|
-
//# debugId=7135424a-8b43-5186-b3bf-add32278e972
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iflyrpa/playwright",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.5",
|
|
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.1",
|
|
31
|
-
"@iflyrpa/
|
|
32
|
-
"@iflyrpa/
|
|
31
|
+
"@iflyrpa/actions": "4.0.5",
|
|
32
|
+
"@iflyrpa/share": "0.1.2"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|