-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(connector-socketio): use common package convention #2216
Labels
bug
Something isn't working
Comments
outSH
changed the title
fix(connector-socketio):
fix(connector-socketio): use common package.js and tsconfig.json
Nov 23, 2022
outSH
changed the title
fix(connector-socketio): use common package.js and tsconfig.json
fix(connector-socketio): use common package convention
Nov 23, 2022
@petermetz Can i take this one? |
@rwat17 All yours, thank you very much in advance! |
rwat17
added a commit
to rwat17/cactus
that referenced
this issue
Aug 9, 2023
- change package.json and tsconfig.json files to follow common convention Closes: hyperledger-cacti#2216 Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com>
rwat17
added a commit
to rwat17/cactus
that referenced
this issue
Aug 11, 2023
- change package.json and tsconfig.json files to follow common convention Closes: hyperledger-cacti#2216 Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com>
rwat17
added a commit
to rwat17/cactus
that referenced
this issue
Aug 16, 2023
- change package.json and tsconfig.json files to follow common convention Closes: hyperledger-cacti#2216 Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com>
petermetz
pushed a commit
to rwat17/cactus
that referenced
this issue
Aug 17, 2023
- change package.json and tsconfig.json files to follow common convention Closes: hyperledger-cacti#2216 Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com>
petermetz
pushed a commit
to rwat17/cactus
that referenced
this issue
Aug 17, 2023
- change package.json and tsconfig.json files to follow common convention Closes: hyperledger-cacti#2216 Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com>
petermetz
pushed a commit
to rwat17/cactus
that referenced
this issue
Aug 18, 2023
- change package.json and tsconfig.json files to follow common convention Peter's additions to fix the broken build: - Included shelljs typings as a dev dependency for the package called cactus-plugin-ledger-connector-go-ethereum-socketio - Also included "socket.io-client" as another missing dev dependency for the package above. Closes: hyperledger-cacti#2216 Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
pushed a commit
that referenced
this issue
Aug 18, 2023
- change package.json and tsconfig.json files to follow common convention Peter's additions to fix the broken build: - Included shelljs typings as a dev dependency for the package called cactus-plugin-ledger-connector-go-ethereum-socketio - Also included "socket.io-client" as another missing dev dependency for the package above. Closes: #2216 Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
sandeepnRES
pushed a commit
to sandeepnRES/cacti
that referenced
this issue
Dec 21, 2023
- change package.json and tsconfig.json files to follow common convention Peter's additions to fix the broken build: - Included shelljs typings as a dev dependency for the package called cactus-plugin-ledger-connector-go-ethereum-socketio - Also included "socket.io-client" as another missing dev dependency for the package above. Closes: hyperledger-cacti#2216 Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: Tomasz Awramski <tomasz.awramski@fujitsu.com> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
All packages should follow the same conventions to avoid problems in the future. Our socketio connector should be fixed to achieve that. Use common
package.json
andtsconfig.json
@petermetz comments:
The text was updated successfully, but these errors were encountered: