@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.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2028,10 +2028,7 @@ var VKMiniAppAdapter = class extends BaseMiniAppAdapter {
|
|
|
2028
2028
|
};
|
|
2029
2029
|
}
|
|
2030
2030
|
return {
|
|
2031
|
-
launchParams:
|
|
2032
|
-
bridge: this.launchParams,
|
|
2033
|
-
query: this.queryParams
|
|
2034
|
-
},
|
|
2031
|
+
launchParams: this.launchParams,
|
|
2035
2032
|
customLaunchParams: this.readCustomUrlParams((key) => {
|
|
2036
2033
|
const normalized = key.toLowerCase();
|
|
2037
2034
|
return normalized.startsWith("vk_") || normalized === "sign";
|