Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
feat(csi-38): renamed to inter-scheme-proxy-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk committed Jun 5, 2024
1 parent 677bfa1 commit 3683582
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG NODE_VERSION=lts-alpine
# export NODE_VERSION="$(cat .nvmrc)-alpine" \
# docker build \
# --build-arg NODE_VERSION=$NODE_VERSION \
# -t infitx-org/cross-network-proxy-adapter:local \
# -t infitx-org/inter-scheme-proxy-adapter:local \
# . \
#

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cross-network-proxy-adapter (CNPA)
# inter-scheme-proxy-adapter (ISPA)


A `cross-network-proxy-adapter (CNPA)` project is Schemes Proxy Implementation.
A `inter-scheme-proxy-adapter (ISPA)` project is Schemes Proxy Implementation.

Design is [here](https://github.com/infitx-org/uml_diagrams/blob/main/Proxy/Readme.md)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@infitx-org/cross-network-proxy-adapter",
"name": "@infitx-org/inter-scheme-proxy-adapter",
"version": "0.1.0",
"description": "Schemes Proxy Implementation",
"author": "Eugen Klymniuk (geka-evk)",
Expand Down Expand Up @@ -75,18 +75,18 @@
"prettier --write --ignore-unknown"
]
},
"homepage": "https://github.com/infitx-org/cross-network-proxy-adapter#readme",
"homepage": "https://github.com/infitx-org/inter-scheme-proxy-adapter#readme",
"bugs": {
"url": "https://github.com/infitx-org/cross-network-proxy-adapter/issues"
"url": "https://github.com/infitx-org/inter-scheme-proxy-adapter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infitx-org/cross-network-proxy-adapter.git"
"url": "git+https://github.com/infitx-org/inter-scheme-proxy-adapter.git"
},
"keywords": [
"infitx-org",
"mojaloop",
"proxy",
"cross-network-proxy-adapter"
"inter-scheme-proxy-adapter"
]
}

0 comments on commit 3683582

Please sign in to comment.