@portal-hq/web 3.11.0-alpha.0 → 3.11.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.
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.MpcErrorCodes = exports.MpcError = void 0;
13
13
  const errors_1 = require("./errors");
14
14
  const index_1 = require("../index");
15
- const WEB_SDK_VERSION = '3.11.0-alpha.0';
15
+ const WEB_SDK_VERSION = '3.11.0';
16
16
  class Mpc {
17
17
  get ready() {
18
18
  return this._ready;
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  };
10
10
  import { PortalMpcError } from './errors';
11
11
  import { BackupMethods, } from '../index';
12
- const WEB_SDK_VERSION = '3.11.0-alpha.0';
12
+ const WEB_SDK_VERSION = '3.11.0';
13
13
  class Mpc {
14
14
  get ready() {
15
15
  return this._ready;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Portal MPC Support for Web",
4
4
  "author": "Portal Labs, Inc.",
5
5
  "homepage": "https://portalhq.io/",
6
- "version": "3.11.0-alpha.0",
6
+ "version": "3.11.0",
7
7
  "license": "MIT",
8
8
  "main": "lib/commonjs/index",
9
9
  "module": "lib/esm/index",
@@ -57,6 +57,5 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@solana/web3.js": "^1.91.8"
60
- },
61
- "stableVersion": "3.10.0"
60
+ }
62
61
  }
package/src/mpc/index.ts CHANGED
@@ -108,7 +108,7 @@ import {
108
108
  ScreenAddressRequestOptions,
109
109
  } from '../../hypernative'
110
110
 
111
- const WEB_SDK_VERSION = '3.11.0-alpha.0'
111
+ const WEB_SDK_VERSION = '3.11.0'
112
112
 
113
113
  class Mpc {
114
114
  public iframe?: HTMLIFrameElement