pump-kit 0.0.1 → 0.0.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/README.md +1 -3
- package/package.json +3 -4
- package/metadata/social.json +0 -8
package/README.md
CHANGED
|
@@ -13,12 +13,10 @@
|
|
|
13
13
|
<img src="https://img.shields.io/badge/bun-%3E%3D1.1.0-000000?logo=bun&logoColor=fff" alt="Bun >= 1.1.0" />
|
|
14
14
|
</a>
|
|
15
15
|
<a href="https://nodejs.org/en">
|
|
16
|
-
<img src="https://img.shields.io/badge/node-%3E%
|
|
16
|
+
<img src="https://img.shields.io/badge/node-%3E%3D20-43853d?logo=node.js&logoColor=fff" alt="Node.js >= 20" />
|
|
17
17
|
</a>
|
|
18
18
|
</p>
|
|
19
19
|
|
|
20
|
-
> Social card metadata lives in [`metadata/social.json`](metadata/social.json) and points to the same `@pump-kit.png` preview used here.
|
|
21
|
-
|
|
22
20
|
Pump Kit is a lightweight TypeScript helper for Pump.fun. It keeps all the lamport math under the hood so you work with SOL amounts, token counts, and wallet percentages.
|
|
23
21
|
|
|
24
22
|
What you get:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pump-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -17,11 +17,10 @@
|
|
|
17
17
|
"README.md",
|
|
18
18
|
"MIGRATION.md",
|
|
19
19
|
"LICENSE",
|
|
20
|
-
"@pump-kit.png"
|
|
21
|
-
"metadata"
|
|
20
|
+
"@pump-kit.png"
|
|
22
21
|
],
|
|
23
22
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
23
|
+
"node": ">=20",
|
|
25
24
|
"bun": ">=1.1.0"
|
|
26
25
|
},
|
|
27
26
|
"scripts": {
|