@defisaver/positions-sdk 2.1.20 → 2.1.21-npm-workflow-dev
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 +1 -1
- package/CLAUDE.md +0 -32
package/package.json
CHANGED
package/CLAUDE.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# DeFiSaver Positions SDK
|
|
2
|
-
|
|
3
|
-
TypeScript SDK for DeFi positions tracking and management.
|
|
4
|
-
|
|
5
|
-
## Commands
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
# Development
|
|
9
|
-
npm run dev # Watch mode compilation
|
|
10
|
-
npm run build # Lint and build both CJS and ESM
|
|
11
|
-
npm run build:cjs # Build CommonJS
|
|
12
|
-
npm run build:esm # Build ES modules
|
|
13
|
-
|
|
14
|
-
# Linting
|
|
15
|
-
npm run lint # Lint and fix
|
|
16
|
-
npm run lint-check # Lint without fixing
|
|
17
|
-
|
|
18
|
-
# Testing
|
|
19
|
-
npm run test # Run all tests
|
|
20
|
-
npm run test-single # Run single test (use --name=filename)
|
|
21
|
-
npm run test:debugger # Run tests with debugger
|
|
22
|
-
|
|
23
|
-
# Versioning
|
|
24
|
-
npm run version-bump # Commit and bump patch version
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## Project Structure
|
|
28
|
-
|
|
29
|
-
- `src/` - TypeScript source code
|
|
30
|
-
- `tests/` - Test files
|
|
31
|
-
- `esm/` - ES module build output
|
|
32
|
-
- `cjs/` - CommonJS build output
|