nsekit 0.1.1 → 0.1.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 +7 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,13 @@ Unified broker abstraction for Indian stock markets. Write your trading logic on
|
|
|
6
6
|
npm install nsekit
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
[
|
|
9
|
+
[AI-adding-a-broker.md](docs/AI-adding-a-broker.md) | [adding-a-broker.md](docs/adding-a-broker.md) | [broker-credentials.md](docs/broker-credentials.md)
|
|
10
|
+
|
|
11
|
+
| Document | Description |
|
|
12
|
+
|----------|-------------|
|
|
13
|
+
| [AI-adding-a-broker.md](docs/AI-adding-a-broker.md) | Self-contained prompt for any AI assistant to implement a new broker adapter end to end — from reading API docs to running tests to submitting a PR. |
|
|
14
|
+
| [adding-a-broker.md](docs/adding-a-broker.md) | Step-by-step manual guide covering file structure, implementation order, common pitfalls, the 13-checkpoint integration test, and pull request checklist. |
|
|
15
|
+
| [broker-credentials.md](docs/broker-credentials.md) | Per-broker credential reference — which fields are required, where to get them, auth flow details, and security notes. |
|
|
10
16
|
|
|
11
17
|
---
|
|
12
18
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -23764,7 +23764,7 @@ class PaperBroker {
|
|
|
23764
23764
|
}
|
|
23765
23765
|
}
|
|
23766
23766
|
// src/index.ts
|
|
23767
|
-
var VERSION = "0.1.
|
|
23767
|
+
var VERSION = "0.1.2";
|
|
23768
23768
|
function createBroker(brokerId) {
|
|
23769
23769
|
switch (brokerId) {
|
|
23770
23770
|
case "zerodha":
|