Skip to content

Commit

Permalink
build: dist for commit 239539c
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Nov 30, 2024
1 parent 239539c commit db6cfe3
Show file tree
Hide file tree
Showing 8 changed files with 562 additions and 666 deletions.
2 changes: 1 addition & 1 deletion dist/buildinfo.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
"wrangler": "wrangler"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.11.2",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.10.0",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-node-externals": "^7.1.3",
"stylelint": "^16.10.0",
"stylelint": "^16.11.0",
"telegram-bot-api-types": "^8.0.0",
"toml": "^3.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vercel": "^39.1.1",
"vite": "^5.4.11",
"vercel": "^39.1.2",
"vite": "^6.0.1",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"wrangler": "^3.90.0"
"wrangler": "^3.91.0"
}
}
2 changes: 1 addition & 1 deletion packages/apps/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/react": "^18.3.12",
"@vercel/node": "^3.2.26",
"@vercel/node": "^3.2.27",
"openai": "^4.73.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@chatgpt-telegram-workers/plugins": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"@cloudflare/workers-types": "^4.20241127.0",
"toml": "^3.0.0"
},
"imports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/core/src/config/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const BUILD_TIMESTAMP = 1732772382;
export const BUILD_VERSION = '6836b5c';
export const BUILD_TIMESTAMP = 1732966958;
export const BUILD_VERSION = '239539c';
8 changes: 4 additions & 4 deletions packages/lib/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@ai-sdk/anthropic": "^1.0.2",
"@ai-sdk/azure": "^1.0.5",
"@ai-sdk/azure": "^1.0.7",
"@ai-sdk/cohere": "^1.0.3",
"@ai-sdk/google": "^1.0.3",
"@ai-sdk/google": "^1.0.4",
"@ai-sdk/mistral": "^1.0.3",
"@ai-sdk/openai": "^1.0.4",
"@ai-sdk/openai": "^1.0.5",
"@ai-sdk/provider": "^1.0.1",
"@chatgpt-telegram-workers/core": "workspace:*",
"ai": "^4.0.4"
"ai": "^4.0.9"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down
Loading

0 comments on commit db6cfe3

Please sign in to comment.