@iflyrpa/playwright 1.2.12 → 1.2.14

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
@@ -44,7 +44,7 @@ __webpack_require__.d(__webpack_exports__, {
44
44
  });
45
45
  const actions_namespaceObject = require("@iflyrpa/actions");
46
46
  var package_namespaceObject = {
47
- i8: "1.2.11"
47
+ i8: "1.2.13"
48
48
  };
49
49
  const external_node_fs_namespaceObject = require("node:fs");
50
50
  var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
@@ -192,7 +192,7 @@ function sentry_define_property(obj, key, value) {
192
192
  else obj[key] = value;
193
193
  return obj;
194
194
  }
195
- const DEFAULT_SENTRY_DSN = "https://0ad25bf248b74b3d9950ff426c8e2240@bzrobottest.iflysec.com/6";
195
+ const DEFAULT_SENTRY_DSN = "https://c65023344d99fbab0cef0507dbd7493f@sentry2.xfyun.cn/40";
196
196
  class SentryInstance {
197
197
  updateCoreVersion(version) {
198
198
  this.coreVersion = version;
@@ -461,7 +461,7 @@ class RpaTask extends Task {
461
461
  async update() {
462
462
  try {
463
463
  const version = await this.packageManager.update(this.actionName);
464
- const rpaPackage = this.packageManager.require(`${this.actionName}@${version}`);
464
+ const rpaPackage = this.packageManager.require(`${this.actionName}@${version}/dist/bundle.js`);
465
465
  (null == rpaPackage ? void 0 : rpaPackage.Action) && this.registerActions(rpaPackage);
466
466
  this.setActionVersion(version);
467
467
  } catch (error) {
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_loglevel__ from "loglevel";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__ from "@sentry/node";
11
11
  import * as __WEBPACK_EXTERNAL_MODULE__iflyrpa_pacote_56da1cff__ from "@iflyrpa/pacote";
12
12
  var package_namespaceObject = {
13
- i8: "1.2.11"
13
+ i8: "1.2.13"
14
14
  };
15
15
  function _define_property(obj, key, value) {
16
16
  if (key in obj) Object.defineProperty(obj, key, {
@@ -143,7 +143,7 @@ function sentry_define_property(obj, key, value) {
143
143
  else obj[key] = value;
144
144
  return obj;
145
145
  }
146
- const DEFAULT_SENTRY_DSN = "https://0ad25bf248b74b3d9950ff426c8e2240@bzrobottest.iflysec.com/6";
146
+ const DEFAULT_SENTRY_DSN = "https://c65023344d99fbab0cef0507dbd7493f@sentry2.xfyun.cn/40";
147
147
  class SentryInstance {
148
148
  updateCoreVersion(version) {
149
149
  this.coreVersion = version;
@@ -410,7 +410,7 @@ class RpaTask extends Task {
410
410
  async update() {
411
411
  try {
412
412
  const version = await this.packageManager.update(this.actionName);
413
- const rpaPackage = this.packageManager.require(`${this.actionName}@${version}`);
413
+ const rpaPackage = this.packageManager.require(`${this.actionName}@${version}/dist/bundle.js`);
414
414
  (null == rpaPackage ? void 0 : rpaPackage.Action) && this.registerActions(rpaPackage);
415
415
  this.setActionVersion(version);
416
416
  } catch (error) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iflyrpa/playwright",
3
3
  "type": "module",
4
- "version": "1.2.12",
4
+ "version": "1.2.14",
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.0",
31
- "@iflyrpa/actions": "1.1.17",
31
+ "@iflyrpa/actions": "1.1.18",
32
32
  "@iflyrpa/share": "0.0.5"
33
33
  },
34
34
  "scripts": {