@portal-hq/web 3.13.0-alpha.0 → 3.13.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.13.0-alpha.0';
17
+ const WEB_SDK_VERSION = '3.13.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.13.0-alpha.0';
14
+ const WEB_SDK_VERSION = '3.13.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.13.0-alpha.0",
6
+ "version": "3.13.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.12.0"
61
+ }
63
62
  }
package/src/mpc/index.ts CHANGED
@@ -125,7 +125,7 @@ import {
125
125
  } from '../../hypernative'
126
126
  import { generateTraceId } from '../shared/trace'
127
127
 
128
- const WEB_SDK_VERSION = '3.13.0-alpha.0'
128
+ const WEB_SDK_VERSION = '3.13.0'
129
129
 
130
130
  class Mpc {
131
131
  public iframe?: HTMLIFrameElement