@finny-ai/finny-pro 0.1.3 → 0.1.4

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,8 +33,8 @@ compiled binary. By installing or using it you agree to the
33
33
  - **share or transfer your license key.**
34
34
 
35
35
  Violations terminate your license and may be pursued under copyright, trade-secret,
36
- and contract law. See the bundled [`LICENSE`](./LICENSE) file and the full
37
- [EULA](https://finnyai.tech/legal/eula).
36
+ and contract law. The full `LICENSE` file is bundled with this package, and the
37
+ complete terms are at the [End User License Agreement](https://finnyai.tech/legal/eula).
38
38
 
39
39
  Not financial advice. Trading involves risk; simulated results do not guarantee
40
40
  future performance.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finny-ai/finny-pro",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "bin": {
5
5
  "finny-pro": "./bin/opencode"
6
6
  },