@crossmint/lobster.cash 0.3.0 → 0.3.1

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.
@@ -2,10 +2,11 @@
2
2
  "id": "lobster.cash",
3
3
  "name": "Crossmint",
4
4
  "description": "Solana wallet integration using Crossmint smart wallets with delegated signing.",
5
- "version": "0.3.0",
5
+ "version": "0.3.1",
6
6
  "skills": ["skills/crossmint"],
7
7
  "configSchema": {
8
8
  "type": "object",
9
- "additionalProperties": false
9
+ "additionalProperties": false,
10
+ "properties": {}
10
11
  }
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossmint/lobster.cash",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "OpenClaw plugin for Solana wallet integration with Crossmint smart wallets",
5
5
  "type": "module",
6
6
  "main": "./index.ts",