@mushi-mushi/web 1.1.0 → 1.2.0
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
|
@@ -3513,7 +3513,7 @@ function createProactiveManager(config = {}) {
|
|
|
3513
3513
|
|
|
3514
3514
|
// src/version.ts
|
|
3515
3515
|
var MUSHI_SDK_PACKAGE = "@mushi-mushi/web";
|
|
3516
|
-
var MUSHI_SDK_VERSION = "1.
|
|
3516
|
+
var MUSHI_SDK_VERSION = "1.2.0" ;
|
|
3517
3517
|
|
|
3518
3518
|
// src/mushi.ts
|
|
3519
3519
|
var instance = null;
|
package/dist/index.js
CHANGED
|
@@ -3511,7 +3511,7 @@ function createProactiveManager(config = {}) {
|
|
|
3511
3511
|
|
|
3512
3512
|
// src/version.ts
|
|
3513
3513
|
var MUSHI_SDK_PACKAGE = "@mushi-mushi/web";
|
|
3514
|
-
var MUSHI_SDK_VERSION = "1.
|
|
3514
|
+
var MUSHI_SDK_VERSION = "1.2.0" ;
|
|
3515
3515
|
|
|
3516
3516
|
// src/mushi.ts
|
|
3517
3517
|
var instance = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mushi-mushi/web",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Mushi Mushi browser SDK — embeddable bug reporting widget with Shadow DOM isolation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
}
|
|
92
92
|
],
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@mushi-mushi/core": "^1.
|
|
94
|
+
"@mushi-mushi/core": "^1.2.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@size-limit/file": "^12.1.0",
|