@portal-hq/web 3.18.0-alpha.0 → 3.18.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.18.0-alpha.0';
17
+ const WEB_SDK_VERSION = '3.18.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.18.0-alpha.0';
14
+ const WEB_SDK_VERSION = '3.18.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.18.0-alpha.0",
6
+ "version": "3.18.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.17.0-alpha.0"
61
+ }
63
62
  }
package/src/mpc/index.ts CHANGED
@@ -159,7 +159,7 @@ import {
159
159
  } from '../../hypernative'
160
160
  import { generateTraceId } from '../shared/trace'
161
161
 
162
- const WEB_SDK_VERSION = '3.18.0-alpha.0'
162
+ const WEB_SDK_VERSION = '3.18.0'
163
163
 
164
164
  class Mpc {
165
165
  public iframe?: HTMLIFrameElement