kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
chore: update deps; fix jigsawstack eslint
rodzic
ddd3983b3b
commit
a55f9d3a66
|
@ -33,23 +33,23 @@
|
||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/cli": "^2.27.9",
|
"@changesets/cli": "^2.27.10",
|
||||||
"@fisch0920/eslint-config": "^1.4.0",
|
"@fisch0920/eslint-config": "^1.4.0",
|
||||||
"@total-typescript/ts-reset": "^0.6.1",
|
"@total-typescript/ts-reset": "^0.6.1",
|
||||||
"@types/node": "^22.7.6",
|
"@types/node": "^22.9.1",
|
||||||
"del-cli": "^6.0.0",
|
"del-cli": "^6.0.0",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"eslint": "^8.57.1",
|
"eslint": "^8.57.1",
|
||||||
"husky": "^9.1.6",
|
"husky": "^9.1.7",
|
||||||
"lint-staged": "^15.2.10",
|
"lint-staged": "^15.2.10",
|
||||||
"npm-run-all2": "^7.0.0",
|
"npm-run-all2": "^7.0.0",
|
||||||
"only-allow": "^1.2.1",
|
"only-allow": "^1.2.1",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"tsup": "^8.3.0",
|
"tsup": "^8.3.0",
|
||||||
"tsx": "^4.19.1",
|
"tsx": "^4.19.1",
|
||||||
"turbo": "^2.2.3",
|
"turbo": "^2.3.0",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.6.3",
|
||||||
"vitest": "2.1.3",
|
"vitest": "2.1.5",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
|
@ -29,14 +29,16 @@
|
||||||
"test": "run-s test:*",
|
"test": "run-s test:*",
|
||||||
"test:lint": "eslint .",
|
"test:lint": "eslint .",
|
||||||
"test:typecheck": "tsc --noEmit",
|
"test:typecheck": "tsc --noEmit",
|
||||||
"test:unit": "vitest run"
|
"test-unit": "vitest run"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@agentic/core": "workspace:*"
|
"@agentic/core": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@agentic/core": "workspace:*",
|
"@agentic/core": "workspace:*",
|
||||||
"@agentic/tsconfig": "workspace:*"
|
"@agentic/tsconfig": "workspace:*",
|
||||||
|
"@ai-sdk/openai": "^0.0.68",
|
||||||
|
"ai": "^4.0.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// eslint-disable-next-line simple-import-sort/imports
|
|
||||||
import { openai } from '@ai-sdk/openai'
|
import { openai } from '@ai-sdk/openai'
|
||||||
import { generateText } from 'ai'
|
import { generateText } from 'ai'
|
||||||
import { expect, test } from 'vitest'
|
import { expect, test } from 'vitest'
|
||||||
|
|
||||||
import { createAISDKTools } from '../../ai-sdk'
|
import { createAISDKTools } from '../../ai-sdk'
|
||||||
import { JigsawStackClient } from './jigsawstack-client'
|
import { JigsawStackClient } from './jigsawstack-client'
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// eslint-disable-next-line simple-import-sort/imports
|
|
||||||
|
|
||||||
import { expect, test } from 'vitest'
|
import { expect, test } from 'vitest'
|
||||||
|
|
||||||
import { type jigsawstack, JigsawStackClient } from './jigsawstack-client'
|
import { type jigsawstack, JigsawStackClient } from './jigsawstack-client'
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
"extends": "@agentic/tsconfig/base.json",
|
"extends": "@agentic/tsconfig/base.json",
|
||||||
"include": ["src"],
|
"include": ["src"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Plik diff jest za duży
Load Diff
Ładowanie…
Reference in New Issue