@getpara/server-sdk 2.21.0 → 2.22.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.
package/dist/cjs/ParaServer.js
CHANGED
|
@@ -56,6 +56,8 @@ class Para extends import_core_sdk.default {
|
|
|
56
56
|
constructor(envOrApiKey, apiKeyOrOpts, opts) {
|
|
57
57
|
super(envOrApiKey, apiKeyOrOpts, opts);
|
|
58
58
|
/**
|
|
59
|
+
* @deprecated Use the REST API (`POST /v1/wallets`) instead. See https://docs.getpara.com/v2/rest/migrate-from-sdk-pregen
|
|
60
|
+
*
|
|
59
61
|
* Claims a pregenerated wallet.
|
|
60
62
|
*
|
|
61
63
|
* NOTE: This function is only available on the client side.
|
package/dist/esm/ParaServer.js
CHANGED
|
@@ -5,6 +5,8 @@ class Para extends ParaCore {
|
|
|
5
5
|
constructor(envOrApiKey, apiKeyOrOpts, opts) {
|
|
6
6
|
super(envOrApiKey, apiKeyOrOpts, opts);
|
|
7
7
|
/**
|
|
8
|
+
* @deprecated Use the REST API (`POST /v1/wallets`) instead. See https://docs.getpara.com/v2/rest/migrate-from-sdk-pregen
|
|
9
|
+
*
|
|
8
10
|
* Claims a pregenerated wallet.
|
|
9
11
|
*
|
|
10
12
|
* NOTE: This function is only available on the client side.
|
|
@@ -6,6 +6,8 @@ export declare class Para extends ParaCore {
|
|
|
6
6
|
protected getPlatformUtils(): PlatformUtils;
|
|
7
7
|
isPasskeySupported(): Promise<boolean>;
|
|
8
8
|
/**
|
|
9
|
+
* @deprecated Use the REST API (`POST /v1/wallets`) instead. See https://docs.getpara.com/v2/rest/migrate-from-sdk-pregen
|
|
10
|
+
*
|
|
9
11
|
* Claims a pregenerated wallet.
|
|
10
12
|
*
|
|
11
13
|
* NOTE: This function is only available on the client side.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/server-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@getpara/core-sdk": "2.
|
|
6
|
-
"@getpara/user-management-client": "2.
|
|
7
|
-
"@getpara/viem-v2-integration": "2.
|
|
5
|
+
"@getpara/core-sdk": "2.22.0",
|
|
6
|
+
"@getpara/user-management-client": "2.22.0",
|
|
7
|
+
"@getpara/viem-v2-integration": "2.22.0",
|
|
8
8
|
"uuid": "^11.1.0",
|
|
9
9
|
"ws": "^8.14.2"
|
|
10
10
|
},
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dist",
|
|
17
17
|
"package.json"
|
|
18
18
|
],
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "7191b8c823ec592eb1da16c9a085f8e69c6bf377",
|
|
20
20
|
"main": "dist/cjs/index.js",
|
|
21
21
|
"module": "dist/esm/index.js",
|
|
22
22
|
"scripts": {
|