@lukso/up-connector 0.4.1-dev.1865932 → 0.4.1-dev.59b5f0c

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 (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/up-connector",
3
- "version": "0.4.1-dev.1865932",
3
+ "version": "0.4.1-dev.59b5f0c",
4
4
  "description": "Universal Profile connector with draggable avatar and connection modal",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -82,10 +82,10 @@
82
82
  "lit": "^3.3.1",
83
83
  "ws": "^8.18.3",
84
84
  "zxcvbn": "^4.4.2",
85
- "@lukso/core": "0.1.0-dev.1865932",
86
- "@lukso/passkey-auth": "1.0.2-dev.1865932",
87
- "@lukso/transaction-view-core": "0.3.2-dev.1865932",
88
- "@lukso/transaction-view-headless": "0.2.3-dev.1865932"
85
+ "@lukso/core": "0.1.0-dev.59b5f0c",
86
+ "@lukso/passkey-auth": "1.0.2-dev.59b5f0c",
87
+ "@lukso/transaction-view-core": "0.3.2-dev.59b5f0c",
88
+ "@lukso/transaction-view-headless": "0.2.3-dev.59b5f0c"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@wagmi/connectors": "^7.0.0",
@@ -153,6 +153,7 @@
153
153
  "clean": "rm -rf dist",
154
154
  "deploy:prepare": "./deploy.sh",
155
155
  "test": "vitest",
156
- "test:run": "vitest run"
156
+ "test:run": "vitest run",
157
+ "check": "tsc --noEmit"
157
158
  }
158
159
  }