Skip to content

Commit

Permalink
Reverse sync. Use adaas-sdk 1.1.1 (#17)
Browse files Browse the repository at this point in the history
Update adaas-template to ts-adaas 1.1.0, provide loading function. 

https://app.devrev.ai/devrev/works/ISS-134665

---------

Co-authored-by: Radovan Jorgić <i-radovan.jorgic@devrev.ai>
  • Loading branch information
samod and radovan-jorgic authored Dec 15, 2024
1 parent ea73ae9 commit 3a327cb
Show file tree
Hide file tree
Showing 17 changed files with 221 additions and 206 deletions.
1 change: 1 addition & 0 deletions code/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
.env
extracted_files
168 changes: 52 additions & 116 deletions code/package-lock.json

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

12 changes: 6 additions & 6 deletions code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaas-worker",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -24,15 +24,15 @@
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/body-parser": "1.19.5",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "6.10.0",
"babel-jest": "^29.4.2",
"body-parser": "1.20.2",
"body-parser": "^1.20.3",
"dotenv": "^16.0.3",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unused-imports": "^3.0.0",
"express": "^4.19.2",
"express": "^4.21.0",
"jest": "^29.4.2",
"nodemon": "^3.0.3",
"prettier": "^2.8.3",
Expand All @@ -55,8 +55,8 @@
"yargs": "^17.6.2"
},
"dependencies": {
"@devrev/ts-adaas": "1.0.3",
"axios": "^1.5.1",
"@devrev/ts-adaas": "1.1.1",
"axios": "^1.7.7",
"dotenv": "^16.0.3",
"js-jsonl": "^1.1.1",
"yargs": "^17.6.2"
Expand Down
Loading

0 comments on commit 3a327cb

Please sign in to comment.