UNPKG

@writeshh/nepse-sdk

Version:

Node.js wrapper around NepseUnofficialApi (Python)

22 lines (16 loc) 1.09 kB
### Changelogs - 0.1.2 — 2025-08-11 - Fix: robust path resolution for `bridge/nepse_bridge.py` using package root. - Packaging: include entire `bridge/` directory in published files; ensure `bridge/.python_path` is excluded. - Docs: update README for new scoped name and install instructions. - 0.1.1 — 2025-08-11 - Feature: TypeScript typings at `types/index.d.ts` and `types` entry in `package.json`. - Feature: Expose expanded API surface mapping to upstream endpoints (summary, indices, live market, graphs, floorsheet-of, market depth, etc.). - Packaging: add `files` whitelist, `.npmignore`, and `LICENSE` (MIT); verify tarball with `npm pack`. - Docs: expand README with TS usage and method list. - Meta: rename package to scoped `@writeshh/nepse-sdk`. - 0.1.0 — 2025-08-11 - Initial release: Node wrapper around NepseUnofficialApi. - Postinstall script to create `.venv` and install upstream Python lib; fallbacks for PEP 668. - Python bridge `bridge/nepse_bridge.py` supporting core methods. - Node API in `src/index.js` and CLI `bin/nepse-node.js`.