@mushi-mushi/web 1.7.0 → 1.7.1
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -4641,7 +4641,7 @@ function createProactiveManager(config = {}) {
|
|
|
4641
4641
|
|
|
4642
4642
|
// src/version.ts
|
|
4643
4643
|
var MUSHI_SDK_PACKAGE = "@mushi-mushi/web";
|
|
4644
|
-
var MUSHI_SDK_VERSION = "1.7.
|
|
4644
|
+
var MUSHI_SDK_VERSION = "1.7.1" ;
|
|
4645
4645
|
|
|
4646
4646
|
// src/mushi.ts
|
|
4647
4647
|
var instance = null;
|
package/dist/index.js
CHANGED
|
@@ -4639,7 +4639,7 @@ function createProactiveManager(config = {}) {
|
|
|
4639
4639
|
|
|
4640
4640
|
// src/version.ts
|
|
4641
4641
|
var MUSHI_SDK_PACKAGE = "@mushi-mushi/web";
|
|
4642
|
-
var MUSHI_SDK_VERSION = "1.7.
|
|
4642
|
+
var MUSHI_SDK_VERSION = "1.7.1" ;
|
|
4643
4643
|
|
|
4644
4644
|
// src/mushi.ts
|
|
4645
4645
|
var instance = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mushi-mushi/web",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "Mushi Mushi browser SDK — embeddable bug reporting widget with Shadow DOM isolation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
}
|
|
101
101
|
],
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@mushi-mushi/core": "
|
|
103
|
+
"@mushi-mushi/core": "^1.7.0"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@mushi-mushi/eslint-config": "workspace:*",
|