@pincerpay/solana 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +12 -3
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @pincerpay/solana
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@pincerpay/solana?style=flat-square)](https://www.npmjs.com/package/@pincerpay/solana)
4
+ [![downloads](https://img.shields.io/npm/dm/@pincerpay/solana?style=flat-square)](https://www.npmjs.com/package/@pincerpay/solana)
5
+ [![license](https://img.shields.io/npm/l/@pincerpay/solana?style=flat-square)](https://github.com/ds1/pincerpay/blob/master/LICENSE)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
7
+
3
8
  Solana infrastructure integrations for PincerPay: Kora gasless transactions and Squads SPN smart accounts.
4
9
 
5
10
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pincerpay/solana",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Solana integration for PincerPay. Kora gasless transactions and Squads smart account support.",
6
6
  "license": "MIT",
@@ -24,7 +24,16 @@
24
24
  "gasless",
25
25
  "usdc",
26
26
  "smart-accounts",
27
- "session-keys"
27
+ "session-keys",
28
+ "typescript",
29
+ "web3",
30
+ "crypto",
31
+ "on-chain",
32
+ "http-402",
33
+ "spl-token",
34
+ "transfer-checked",
35
+ "devnet",
36
+ "mainnet"
28
37
  ],
29
38
  "files": [
30
39
  "dist",
@@ -51,7 +60,7 @@
51
60
  "@solana/kit": "^5.5.1",
52
61
  "@x402/svm": "^2.3.0",
53
62
  "zod": "^3.24",
54
- "@pincerpay/core": "0.1.0"
63
+ "@pincerpay/core": "0.1.1"
55
64
  },
56
65
  "devDependencies": {
57
66
  "@scure/base": "^1.2.6",