@iflyrpa/playwright 1.2.53-beta.1 → 1.2.53-beta.2

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,7 @@ var __webpack_exports__ = {};
2557
2557
  RpaTask: ()=>RpaTask
2558
2558
  });
2559
2559
  const actions_namespaceObject = require("@iflyrpa/actions");
2560
- var package_namespaceObject = JSON.parse('{"i8":"1.2.53-beta.0"}');
2560
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.53-beta.1"}');
2561
2561
  const external_node_fs_namespaceObject = require("node:fs");
2562
2562
  var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
2563
2563
  const external_node_path_namespaceObject = require("node:path");
@@ -2764,7 +2764,7 @@ app.on("window-all-closed", (e) => e.preventDefault());
2764
2764
  this.user = taskParams.user;
2765
2765
  this.sentry = (0, node_namespaceObject.initWithoutDefaultIntegrations)({
2766
2766
  dsn: DEFAULT_SENTRY_DSN,
2767
- environment: taskParams.environment || "development",
2767
+ environment: taskParams.enverionment || "development",
2768
2768
  tracesSampleRate: 1.0,
2769
2769
  initialScope: {
2770
2770
  user: taskParams.user,
@@ -5376,10 +5376,10 @@ app.on("window-all-closed", (e) => e.preventDefault());
5376
5376
  else obj[key] = value;
5377
5377
  return obj;
5378
5378
  }
5379
- const DEFAULT_GROWTHBOOK_DSN = "http://172.31.101.75:3100";
5379
+ const DEFAULT_GROWTHBOOK_DSN = "https://gbback.huiwen.top";
5380
5380
  const ClientKey = {
5381
- Development: "sdk-6RuE0HPuWbj7QE5B",
5382
- Production: "sdk-UN3TtuusVhIOBHh"
5381
+ Development: "sdk-xqNeXnCSgTU2q0A1",
5382
+ Production: "sdk-owHWFFgZu8GI14"
5383
5383
  };
5384
5384
  class GrowthBookInstance {
5385
5385
  static getGBInstance(taskParams) {
package/dist/index.d.ts CHANGED
@@ -122,7 +122,7 @@ declare interface TaskParams {
122
122
  cachePath: string;
123
123
  forceUpdate?: boolean;
124
124
  user?: User;
125
- environment?: string;
125
+ enverionment?: string;
126
126
  }
127
127
 
128
128
  declare type TimeConsuming = Record<string, any>;
package/dist/index.js CHANGED
@@ -2550,7 +2550,7 @@ function __webpack_require__(moduleId) {
2550
2550
  });
2551
2551
  };
2552
2552
  })();
2553
- var package_namespaceObject = JSON.parse('{"i8":"1.2.53-beta.0"}');
2553
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.53-beta.1"}');
2554
2554
  function _define_property(obj, key, value) {
2555
2555
  if (key in obj) Object.defineProperty(obj, key, {
2556
2556
  value: value,
@@ -2742,7 +2742,7 @@ class SentryInstance {
2742
2742
  this.user = taskParams.user;
2743
2743
  this.sentry = (0, __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__.initWithoutDefaultIntegrations)({
2744
2744
  dsn: DEFAULT_SENTRY_DSN,
2745
- environment: taskParams.environment || "development",
2745
+ environment: taskParams.enverionment || "development",
2746
2746
  tracesSampleRate: 1.0,
2747
2747
  initialScope: {
2748
2748
  user: taskParams.user,
@@ -5352,10 +5352,10 @@ function growthBook_define_property(obj, key, value) {
5352
5352
  else obj[key] = value;
5353
5353
  return obj;
5354
5354
  }
5355
- const DEFAULT_GROWTHBOOK_DSN = "http://172.31.101.75:3100";
5355
+ const DEFAULT_GROWTHBOOK_DSN = "https://gbback.huiwen.top";
5356
5356
  const ClientKey = {
5357
- Development: "sdk-6RuE0HPuWbj7QE5B",
5358
- Production: "sdk-UN3TtuusVhIOBHh"
5357
+ Development: "sdk-xqNeXnCSgTU2q0A1",
5358
+ Production: "sdk-owHWFFgZu8GI14"
5359
5359
  };
5360
5360
  class GrowthBookInstance {
5361
5361
  static getGBInstance(taskParams) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iflyrpa/playwright",
3
3
  "type": "module",
4
- "version": "1.2.53-beta.1",
4
+ "version": "1.2.53-beta.2",
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.0",
31
- "@iflyrpa/actions": "1.2.20-beta.1",
32
- "@iflyrpa/share": "0.0.11-beta.2"
31
+ "@iflyrpa/share": "0.0.11-beta.3",
32
+ "@iflyrpa/actions": "1.2.20-beta.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",