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

46 lines
1.1 KiB
JSON

{
"name": "@teable/common-i18n",
"version": "1.10.0",
"license": "MIT",
"homepage": "https://github.com/teableio/teable",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/teableio/teable",
"directory": "packages/common-i18n"
},
"author": {
"name": "tea artist",
"url": "https://github.com/tea-artist"
},
"sideEffects": false,
"type": "module",
"types": "./src/index.ts",
"files": [
"src"
],
"exports": {
"./src/locales/*": {
"require": "./src/locales/*",
"import": "./src/locales/*"
}
},
"scripts": {
"clean": "rimraf ./dist ./coverage ./tsconfig.tsbuildinfo",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --cache --cache-location ../../.cache/eslint/common-i18n.eslintcache",
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"devDependencies": {
"@teable/eslint-config-bases": "workspace:^",
"@types/node": "22.18.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"typescript": "5.4.3"
}
}