@lukso/up-connector 0.10.21-dev.d910ec0 → 0.10.22-dev.08bc1c0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lukso/up-connector
2
2
 
3
- Universal Profile connector with draggable avatar and responsive connection modal.
3
+ Universal Profile connector with draggable avatar and responsive connection modal. Pairs with [`@lukso/up-modal`](../up-modal) when you want the full connection UI.
4
4
 
5
5
  ## Features
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/up-connector",
3
- "version": "0.10.21-dev.d910ec0",
3
+ "version": "0.10.22-dev.08bc1c0",
4
4
  "description": "Universal Profile connector with draggable avatar and connection modal",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -80,11 +80,11 @@
80
80
  "lit": "3.3.2",
81
81
  "ws": "^8.19.0",
82
82
  "zxcvbn": "^4.4.2",
83
- "@lukso/core": "1.7.0-dev.d910ec0",
84
- "@lukso/passkey-auth": "1.2.10-dev.d910ec0",
85
- "@lukso/transaction-view-core": "0.7.5-dev.d910ec0",
86
- "@lukso/transaction-view-headless": "0.5.1-dev.d910ec0",
87
- "@lukso/up-modal": "0.21.3-dev.d910ec0"
83
+ "@lukso/core": "1.7.0-dev.08bc1c0",
84
+ "@lukso/passkey-auth": "1.2.10-dev.08bc1c0",
85
+ "@lukso/transaction-view-core": "0.7.5-dev.08bc1c0",
86
+ "@lukso/transaction-view-headless": "0.5.1-dev.08bc1c0",
87
+ "@lukso/up-modal": "0.21.4-dev.08bc1c0"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "@wagmi/connectors": "^7.0.0",