@partylayer/sdk 0.2.6 → 0.2.8
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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +11 -11
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
**The
|
|
5
|
+
**The unified SDK for connecting dApps to Canton Network wallets**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@partylayer/sdk)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
## Overview
|
|
16
16
|
|
|
17
|
-
`@partylayer/sdk` provides a unified interface for connecting your decentralized application (dApp) to multiple Canton Network wallets.
|
|
17
|
+
`@partylayer/sdk` provides a unified interface for connecting your decentralized application (dApp) to multiple Canton Network wallets. It abstracts wallet-specific implementations behind a simple, type-safe API — one integration for every Canton wallet.
|
|
18
18
|
|
|
19
19
|
### Features
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@partylayer/sdk",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Main SDK for PartyLayer -
|
|
3
|
+
"version": "0.2.8",
|
|
4
|
+
"description": "Main SDK for PartyLayer - Unified wallet integration for Canton Network",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"url": "https://github.com/PartyLayer/PartyLayer.git",
|
|
29
29
|
"directory": "packages/sdk"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://
|
|
31
|
+
"homepage": "https://partylayer.xyz",
|
|
32
32
|
"bugs": {
|
|
33
33
|
"url": "https://github.com/PartyLayer/PartyLayer/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@partylayer/core": "0.2.
|
|
37
|
-
"@partylayer/adapter-
|
|
38
|
-
"@partylayer/registry-client": "0.2.
|
|
39
|
-
"@partylayer/adapter-
|
|
40
|
-
"@partylayer/adapter-
|
|
41
|
-
"@partylayer/
|
|
42
|
-
"@partylayer/adapter-bron": "0.2.
|
|
43
|
-
"@partylayer/
|
|
36
|
+
"@partylayer/core": "0.2.6",
|
|
37
|
+
"@partylayer/adapter-loop": "0.2.5",
|
|
38
|
+
"@partylayer/registry-client": "0.2.6",
|
|
39
|
+
"@partylayer/adapter-nightly": "0.2.5",
|
|
40
|
+
"@partylayer/adapter-console": "0.2.5",
|
|
41
|
+
"@partylayer/provider": "0.1.3",
|
|
42
|
+
"@partylayer/adapter-bron": "0.2.5",
|
|
43
|
+
"@partylayer/adapter-cantor8": "0.2.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^20.11.0",
|