sales-frontend-bridge 0.0.23 → 0.0.24
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.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1863,7 +1863,7 @@ var NativeBridgeOz = class extends CommonBridge {
|
|
|
1863
1863
|
constructor() {
|
|
1864
1864
|
super();
|
|
1865
1865
|
__publicField(this, "core");
|
|
1866
|
-
this.core = new NativeBridgeCore("n2OzBridge", "
|
|
1866
|
+
this.core = new NativeBridgeCore("n2OzBridge", "n2ozBridge");
|
|
1867
1867
|
}
|
|
1868
1868
|
/**
|
|
1869
1869
|
* Iframe, App 공통으로 구현해야할 함수
|