@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +11 -11
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 PartyLayer
3
+ Copyright (c) 2026 PartyLayer
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- **The official SDK for connecting dApps to Canton Network wallets**
5
+ **The unified SDK for connecting dApps to Canton Network wallets**
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@partylayer/sdk.svg?style=flat-square)](https://www.npmjs.com/package/@partylayer/sdk)
8
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg?style=flat-square)](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. Similar to WalletConnect, it abstracts wallet-specific implementations behind a simple, type-safe API.
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.6",
4
- "description": "Main SDK for PartyLayer - WalletConnect-like experience for Canton Network",
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://github.com/PartyLayer/PartyLayer#readme",
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.4",
37
- "@partylayer/adapter-console": "0.2.4",
38
- "@partylayer/registry-client": "0.2.4",
39
- "@partylayer/adapter-loop": "0.2.4",
40
- "@partylayer/adapter-cantor8": "0.2.4",
41
- "@partylayer/adapter-nightly": "0.2.4",
42
- "@partylayer/adapter-bron": "0.2.4",
43
- "@partylayer/provider": "0.1.1"
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",