Skip to content

Commit

Permalink
+ big change concept
Browse files Browse the repository at this point in the history
  • Loading branch information
YovanggaAnandhika committed Jan 27, 2024
1 parent 6e3b421 commit ce937e0
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 130 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
],
"boostrap": true,
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
"version": "1.2.0"
}
3 changes: 1 addition & 2 deletions packages/Apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"lodash": "^4.17.21",
"moment-timezone": "^0.5.43",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.1",
"whatsapp-web.js": "^1.21.0"
"qs": "^6.11.1"
}
}
16 changes: 0 additions & 16 deletions packages/Apis/src/Chat/WhatsApps/Config/DefaultConfigWhatapps.ts

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions packages/Apis/src/Chat/WhatsApps/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/Apis/src/Chat/index.ts

This file was deleted.

6 changes: 2 additions & 4 deletions packages/Apis/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import Payment from "./Payment";
import Chat from "./Chat";


const Apis = {
Payment : Payment,
Chat : Chat
Payment : Payment
};


export { Payment, Chat }
export { Payment }
export default Apis;
5 changes: 3 additions & 2 deletions packages/Cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"description": "The Dka Program Enterpreter Automatically",
"scripts": {
"dka": "yarn run build && dka",
"clean": "tsc --clean",
"clean": "rimraf dist",
"build": "tsc --build",
"postpack": "yarn run build"
"prepublish": "yarn run clean && yarn run build"
},
"bin": {
"dka": "dist/dka.js"
Expand Down Expand Up @@ -40,6 +40,7 @@
"@types/node": "^18.7.14",
"@types/nodemon": "^1.19.2",
"nodemon": "^2.0.19",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/Database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"dev": "nodemon --watch src --watch test --exec ts-node test/index.ts",
"clean": "rimraf dist",
"compile": "tsc --build",
"build": "yarn run clean && yarn run compile"
"build": "yarn run clean && yarn run compile",
"prepublish": "yarn run build"
},
"dependencies": {
"@dkaframework/security": "latest",
Expand Down
41 changes: 0 additions & 41 deletions packages/Oauth2Client/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/Oauth2Client/src/index.ts

This file was deleted.

34 changes: 0 additions & 34 deletions packages/Oauth2Client/tsconfig.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"action:copy": "tscp",
"build": "yarn run action:clean && yarn run action:compile && yarn run action:copy",
"login": "npm login",
"prepublish": "yarn run build",
"test:fastify": "nodemon --watch src --watch test --exec ts-node test/fastify.test.ts"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"whatsapp-web.js": "https://github.com/Julzk/whatsapp-web.js/tarball/jkr_hotfix_7"
"whatsapp-web.js": "1.22.1"
},
"dependencies": {
"@types/base64-stream": "^1.0.3",
Expand Down

0 comments on commit ce937e0

Please sign in to comment.