refactor: 降级抖音SDK版本并优化项目配置
- 降级@open-dy/open_api_sdk从1.1.3到1.1.2解决兼容性问题 - 优化import顺序,移动HttpModule和JwtModule到顶部 - 移除未使用的TemplateController导入 - 修复TypeScript配置,改用commonjs模块系统 - 添加DouyinAuthClient文件到版本控制
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"@nestjs/swagger": "^11.2.0",
|
||||
"@nestjs/typeorm": "^11.0.0",
|
||||
"@open-dy/open_api_credential": "^1.0.0",
|
||||
"@open-dy/open_api_sdk": "^1.1.3",
|
||||
"@open-dy/open_api_sdk": "1.1.2",
|
||||
"axios": "^1.11.0",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.2",
|
||||
|
||||
Reference in New Issue
Block a user