Bieber b4cb680f53
refactor: ai sdk 6 (#2118)
* chore: update tracing details

* feat: add attachemnt ro

* feat: upgrade to zod 4 and ai-sdk 5

* chore: openapi -> meta

* feat: ai-sdk 6

* chore: standard resource type

* feat: grid view state subscriber

* feat: pick upgrade node to 22

* fix: remove swagger to makesure backend start

* fix: remove swagger to makesure backend start

* chore: fix typecheck

* chore: clean ui effect

* chore: i18n for tools

* fix: card ui

* chore: update ai sdk provider

* fix: should not delete the last view in table

* feat: better zod error

* chore: clean base card

* fix: restore into base logic

* chore: i18n for tools

* chore: i18n for tools

* fix: swagger is back

* fix: pnpm lock

* fix: unit test

* fix: remove token

* fix: typecheck

* feat: proxy setting

* chore: update i18n for chat

* chore: tools i18n

* chore: upgrade ai sdk

* chore: i18n for ai gateway

* chore: rename app generation to app builder

* chore: remove deprecated version

* feat: adjust feature limitations

* chore: tools i18n

* fix: lint issue

* fix: api tag

* chore: zod i18n

* chore: add credit limit exceeded error handling

---------

Co-authored-by: SkyHuang <sky.huang.fe@gmail.com>
2025-12-09 14:43:29 +08:00

51 lines
1.5 KiB
JSON

{
"name": "@teable/openapi",
"version": "1.10.0",
"license": "MIT",
"homepage": "https://github.com/teableio/teable",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/teableio/teable",
"directory": "packages/openapi"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"clean": "rimraf ./dist ./build ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo ./node_modules/.cache ./.eslintcache",
"dev": "tsc --watch",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --cache --cache-location ../../.cache/eslint/openapi.eslintcache",
"test": "run test-unit",
"test-unit": "vitest run --silent",
"test-unit-cover": "pnpm test-unit --coverage",
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "8.1.0",
"@teable/core": "workspace:^",
"@types/node": "22.18.0",
"axios": "1.7.7",
"form-data": "4.0.0",
"httpsnippet-lite": "3.0.5",
"openapi-sampler": "1.4.0",
"openapi3-ts": "4.2.2",
"zod": "4.1.8"
},
"devDependencies": {
"@teable/eslint-config-bases": "workspace:^",
"@vitest/coverage-v8": "2.1.5",
"eslint": "8.57.0",
"rimraf": "5.0.5",
"typescript": "5.4.3",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.1.5"
}
}