@iflyrpa/playwright 1.2.34 → 1.2.36
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
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.
|
|
47
|
+
i8: "1.2.35"
|
|
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);
|
|
@@ -189,7 +189,7 @@ function sentry_define_property(obj, key, value) {
|
|
|
189
189
|
else obj[key] = value;
|
|
190
190
|
return obj;
|
|
191
191
|
}
|
|
192
|
-
const DEFAULT_SENTRY_DSN = "https://c65023344d99fbab0cef0507dbd7493f@
|
|
192
|
+
const DEFAULT_SENTRY_DSN = "https://c65023344d99fbab0cef0507dbd7493f@sentry.xfyun.cn/40";
|
|
193
193
|
class SentryInstance {
|
|
194
194
|
updateCoreVersion(version) {
|
|
195
195
|
this.coreVersion = version;
|
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.
|
|
13
|
+
i8: "1.2.35"
|
|
14
14
|
};
|
|
15
15
|
function _define_property(obj, key, value) {
|
|
16
16
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
@@ -140,7 +140,7 @@ function sentry_define_property(obj, key, value) {
|
|
|
140
140
|
else obj[key] = value;
|
|
141
141
|
return obj;
|
|
142
142
|
}
|
|
143
|
-
const DEFAULT_SENTRY_DSN = "https://c65023344d99fbab0cef0507dbd7493f@
|
|
143
|
+
const DEFAULT_SENTRY_DSN = "https://c65023344d99fbab0cef0507dbd7493f@sentry.xfyun.cn/40";
|
|
144
144
|
class SentryInstance {
|
|
145
145
|
updateCoreVersion(version) {
|
|
146
146
|
this.coreVersion = version;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iflyrpa/playwright",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.36",
|
|
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.2.
|
|
31
|
+
"@iflyrpa/actions": "1.2.3",
|
|
32
32
|
"@iflyrpa/share": "0.0.8"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|