@iflyrpa/playwright 4.0.4-beta.7 → 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 CHANGED
@@ -2557,7 +2557,9 @@ var __webpack_exports__ = {};
2557
2557
  RpaTask: ()=>RpaTask
2558
2558
  });
2559
2559
  const actions_namespaceObject = require("@iflyrpa/actions");
2560
- var package_namespaceObject = JSON.parse('{"i8":"4.0.4-beta.7"}');
2560
+ var package_namespaceObject = {
2561
+ i8: "4.0.5"
2562
+ };
2561
2563
  const external_node_fs_namespaceObject = require("node:fs");
2562
2564
  var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
2563
2565
  const external_node_path_namespaceObject = require("node:path");
@@ -5299,7 +5301,6 @@ app.on("window-all-closed", (e) => e.preventDefault());
5299
5301
  this.sentry = (0, node_namespaceObject.initWithoutDefaultIntegrations)({
5300
5302
  dsn: DEFAULT_SENTRY_DSN,
5301
5303
  environment: taskParams.enverionment || "development",
5302
- release: package_namespaceObject.i8,
5303
5304
  tracesSampleRate: 1.0,
5304
5305
  initialScope: {
5305
5306
  user: taskParams.user,
@@ -5672,5 +5673,3 @@ for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack
5672
5673
  if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
5673
5674
  value: true
5674
5675
  });
5675
-
5676
- //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -2550,7 +2550,9 @@ function __webpack_require__(moduleId) {
2550
2550
  });
2551
2551
  };
2552
2552
  })();
2553
- var package_namespaceObject = JSON.parse('{"i8":"4.0.4-beta.7"}');
2553
+ var package_namespaceObject = {
2554
+ i8: "4.0.5"
2555
+ };
2554
2556
  function _define_property(obj, key, value) {
2555
2557
  if (key in obj) Object.defineProperty(obj, key, {
2556
2558
  value: value,
@@ -5277,7 +5279,6 @@ class SentryInstance {
5277
5279
  this.sentry = (0, __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__.initWithoutDefaultIntegrations)({
5278
5280
  dsn: DEFAULT_SENTRY_DSN,
5279
5281
  environment: taskParams.enverionment || "development",
5280
- release: package_namespaceObject.i8,
5281
5282
  tracesSampleRate: 1.0,
5282
5283
  initialScope: {
5283
5284
  user: taskParams.user,
@@ -5643,5 +5644,3 @@ class RpaTask extends Task {
5643
5644
  }
5644
5645
  const src_version = package_namespaceObject.i8;
5645
5646
  export { RpaTask, src_version as version };
5646
-
5647
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iflyrpa/playwright",
3
3
  "type": "module",
4
- "version": "4.0.4-beta.7",
4
+ "version": "4.0.5",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "extract-zip": "^2.0.1",
29
29
  "loglevel": "^1.9.2",
30
30
  "@iflyrpa/pacote": "1.0.1",
31
- "@iflyrpa/actions": "4.0.4-beta.7",
31
+ "@iflyrpa/actions": "4.0.5",
32
32
  "@iflyrpa/share": "0.1.2"
33
33
  },
34
34
  "scripts": {