@wowlabtech/mini-app-adapter 0.2.81 → 0.2.83
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 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2053,10 +2053,7 @@ var VKMiniAppAdapter = class extends BaseMiniAppAdapter {
|
|
|
2053
2053
|
};
|
|
2054
2054
|
}
|
|
2055
2055
|
return {
|
|
2056
|
-
launchParams:
|
|
2057
|
-
bridge: this.launchParams,
|
|
2058
|
-
query: this.queryParams
|
|
2059
|
-
},
|
|
2056
|
+
launchParams: this.launchParams,
|
|
2060
2057
|
customLaunchParams: this.readCustomUrlParams((key) => {
|
|
2061
2058
|
const normalized = key.toLowerCase();
|
|
2062
2059
|
return normalized.startsWith("vk_") || normalized === "sign";
|