@ethosagent/tools-india-broker-zerodha 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/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
1
  # Changelog
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
+
5
+ ## [0.1.1] - 2026-05-30
6
+
7
+ ### Fixed
8
+ - Remove `@rolldown/binding-darwin-arm64` platform-specific devDependency that broke `npm install` on Linux CI runners
9
+ - Add `@types/react` devDependency and `jsx: react-jsx` to `tsconfig.json` so `panel.tsx` typechecks correctly
10
+ - Fix unused `React` import and JSX formatting in `panel.tsx` (Biome lint)
11
+
12
+ ### Changed
13
+ - Credential declarations in `package.json` now include `label`, `kind`, and `oauthRef` fields required by the Ethos plugin settings UI to render the OAuth reconnect button for daily token renewal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethosagent/tools-india-broker-zerodha",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Zerodha Kite Connect broker tools for Ethos AI agents — holdings, positions, orders, dry-run order placement",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",