@portal-hq/web 3.15.0-alpha.2 → 3.15.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.
@@ -14,7 +14,7 @@ const errors_1 = require("./errors");
14
14
  const logger_1 = require("../logger");
15
15
  const index_1 = require("../index");
16
16
  const trace_1 = require("../shared/trace");
17
- const WEB_SDK_VERSION = '3.15.0-alpha.2';
17
+ const WEB_SDK_VERSION = '3.15.0';
18
18
  class Mpc {
19
19
  get ready() {
20
20
  return this._ready;
@@ -11,7 +11,7 @@ import { PortalMpcError } from './errors';
11
11
  import { sdkLogger } from '../logger';
12
12
  import { BackupMethods, } from '../index';
13
13
  import { generateTraceId } from '../shared/trace';
14
- const WEB_SDK_VERSION = '3.15.0-alpha.2';
14
+ const WEB_SDK_VERSION = '3.15.0';
15
15
  class Mpc {
16
16
  get ready() {
17
17
  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.15.0-alpha.2",
6
+ "version": "3.15.0",
7
7
  "license": "MIT",
8
8
  "main": "lib/commonjs/index",
9
9
  "module": "lib/esm/index",
@@ -58,6 +58,5 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@solana/web3.js": "^1.91.8"
61
- },
62
- "stableVersion": "3.15.0-alpha.1"
61
+ }
63
62
  }
package/src/mpc/index.ts CHANGED
@@ -134,7 +134,7 @@ import {
134
134
  } from '../../hypernative'
135
135
  import { generateTraceId } from '../shared/trace'
136
136
 
137
- const WEB_SDK_VERSION = '3.15.0-alpha.2'
137
+ const WEB_SDK_VERSION = '3.15.0'
138
138
 
139
139
  class Mpc {
140
140
  public iframe?: HTMLIFrameElement