@coti-io/coti-wallet-plugin 0.2.0 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coti-io/coti-wallet-plugin",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "COTI Wallet Plugin — high-level abstraction for Private Token (pToken) operations across EIP-1193 wallets",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,6 +55,9 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
+ "engines": {
59
+ "node": ">=22.15.0"
60
+ },
58
61
  "packageManager": "npm@11.9.0",
59
62
  "dependencies": {
60
63
  "@coti-io/coti-ethers": "^1.0.0",