Skip to content

Commit 6c13a46

Browse files
committed
fix: dependency error
1 parent fe37677 commit 6c13a46

7 files changed

Lines changed: 18 additions & 53 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["fmp-docs"]
10+
"ignore": ["fmp-docs", "apps/*", "apps/examples/*"]
1111
}

apps/examples/openai/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

apps/examples/vercel-ai/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# fmp-node-api
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- fix dependency error
8+
39
## 0.1.4
410

511
### Patch Changes

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fmp-node-api",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A comprehensive Node.js wrapper for Financial Modeling Prep API",
55
"disclaimer": "This package is not affiliated with, endorsed by, or sponsored by Financial Modeling Prep (FMP). This is an independent, community-developed wrapper.",
66
"main": "./dist/index.js",
@@ -73,12 +73,12 @@
7373
},
7474
"homepage": "https://fmp-node-wrapper-docs.vercel.app",
7575
"dependencies": {
76-
"axios": "^1.6.2",
77-
"@fmp/types": "workspace:*"
76+
"axios": "^1.6.2"
7877
},
7978
"devDependencies": {
8079
"@types/jest": "^29.5.12",
8180
"@types/node": "^20.11.0",
81+
"@fmp/types": "workspace:*",
8282
"dotenv": "^16.3.1",
8383
"jest": "^29.7.0",
8484
"prettier": "^3.2.5",

packages/tools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# fmp-ai-tools
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- fmp-node-api@0.1.5
9+
310
## 0.0.7
411

512
### Patch Changes

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fmp-ai-tools",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "AI tools for FMP Node API - compatible with Vercel AI SDK, Langchain, OpenAI, and more",
55
"exports": {
66
"./vercel-ai": {

0 commit comments

Comments
 (0)