stackswap-front-api-test-02 1.2.11 → 1.2.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stackswap-front-api-test-02",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "start": "tsc -b tsconfig.build.json --watch --verbose",
package/src/index.ts CHANGED
@@ -149,6 +149,7 @@ export class StackswapMainnetAPI implements StackswapAPI{
149
149
  const appConfig = new AppConfig(['store_write', 'publish_data']);
150
150
  const userSession = new UserSession({ appConfig });
151
151
  showConnect({
152
+ userSession,
152
153
  appDetails: {
153
154
  name: 'Stackswap',
154
155
  icon: 'https://app.stackswap.org/favicon.ico',