@iflyrpa/playwright 1.2.53-beta.0 → 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 +5 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -7
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2557,9 +2557,7 @@ var __webpack_exports__ = {};
|
|
|
2557
2557
|
RpaTask: ()=>RpaTask
|
|
2558
2558
|
});
|
|
2559
2559
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2560
|
-
var package_namespaceObject = {
|
|
2561
|
-
i8: "1.2.52"
|
|
2562
|
-
};
|
|
2560
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.53-beta.1"}');
|
|
2563
2561
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2564
2562
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
2565
2563
|
const external_node_path_namespaceObject = require("node:path");
|
|
@@ -2766,7 +2764,7 @@ app.on("window-all-closed", (e) => e.preventDefault());
|
|
|
2766
2764
|
this.user = taskParams.user;
|
|
2767
2765
|
this.sentry = (0, node_namespaceObject.initWithoutDefaultIntegrations)({
|
|
2768
2766
|
dsn: DEFAULT_SENTRY_DSN,
|
|
2769
|
-
environment: taskParams.
|
|
2767
|
+
environment: taskParams.enverionment || "development",
|
|
2770
2768
|
tracesSampleRate: 1.0,
|
|
2771
2769
|
initialScope: {
|
|
2772
2770
|
user: taskParams.user,
|
|
@@ -5378,10 +5376,10 @@ app.on("window-all-closed", (e) => e.preventDefault());
|
|
|
5378
5376
|
else obj[key] = value;
|
|
5379
5377
|
return obj;
|
|
5380
5378
|
}
|
|
5381
|
-
const DEFAULT_GROWTHBOOK_DSN = "
|
|
5379
|
+
const DEFAULT_GROWTHBOOK_DSN = "https://gbback.huiwen.top";
|
|
5382
5380
|
const ClientKey = {
|
|
5383
|
-
Development: "sdk-
|
|
5384
|
-
Production: "sdk-
|
|
5381
|
+
Development: "sdk-xqNeXnCSgTU2q0A1",
|
|
5382
|
+
Production: "sdk-owHWFFgZu8GI14"
|
|
5385
5383
|
};
|
|
5386
5384
|
class GrowthBookInstance {
|
|
5387
5385
|
static getGBInstance(taskParams) {
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2550,9 +2550,7 @@ function __webpack_require__(moduleId) {
|
|
|
2550
2550
|
});
|
|
2551
2551
|
};
|
|
2552
2552
|
})();
|
|
2553
|
-
var package_namespaceObject = {
|
|
2554
|
-
i8: "1.2.52"
|
|
2555
|
-
};
|
|
2553
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.53-beta.1"}');
|
|
2556
2554
|
function _define_property(obj, key, value) {
|
|
2557
2555
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
2558
2556
|
value: value,
|
|
@@ -2744,7 +2742,7 @@ class SentryInstance {
|
|
|
2744
2742
|
this.user = taskParams.user;
|
|
2745
2743
|
this.sentry = (0, __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__.initWithoutDefaultIntegrations)({
|
|
2746
2744
|
dsn: DEFAULT_SENTRY_DSN,
|
|
2747
|
-
environment: taskParams.
|
|
2745
|
+
environment: taskParams.enverionment || "development",
|
|
2748
2746
|
tracesSampleRate: 1.0,
|
|
2749
2747
|
initialScope: {
|
|
2750
2748
|
user: taskParams.user,
|
|
@@ -5354,10 +5352,10 @@ function growthBook_define_property(obj, key, value) {
|
|
|
5354
5352
|
else obj[key] = value;
|
|
5355
5353
|
return obj;
|
|
5356
5354
|
}
|
|
5357
|
-
const DEFAULT_GROWTHBOOK_DSN = "
|
|
5355
|
+
const DEFAULT_GROWTHBOOK_DSN = "https://gbback.huiwen.top";
|
|
5358
5356
|
const ClientKey = {
|
|
5359
|
-
Development: "sdk-
|
|
5360
|
-
Production: "sdk-
|
|
5357
|
+
Development: "sdk-xqNeXnCSgTU2q0A1",
|
|
5358
|
+
Production: "sdk-owHWFFgZu8GI14"
|
|
5361
5359
|
};
|
|
5362
5360
|
class GrowthBookInstance {
|
|
5363
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.
|
|
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/
|
|
32
|
-
"@iflyrpa/
|
|
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",
|