@portal-hq/web 3.17.0-alpha.0 → 3.17.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.17.0-alpha.0';
17
+ const WEB_SDK_VERSION = '3.17.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.17.0-alpha.0';
14
+ const WEB_SDK_VERSION = '3.17.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.17.0-alpha.0",
6
+ "version": "3.17.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.16.0-alpha.1"
61
+ }
63
62
  }
package/src/mpc/index.ts CHANGED
@@ -138,7 +138,7 @@ import {
138
138
  } from '../../hypernative'
139
139
  import { generateTraceId } from '../shared/trace'
140
140
 
141
- const WEB_SDK_VERSION = '3.17.0-alpha.0'
141
+ const WEB_SDK_VERSION = '3.17.0'
142
142
 
143
143
  class Mpc {
144
144
  public iframe?: HTMLIFrameElement