Skip to content

Commit

Permalink
Merge pull request #4 from blooo-io/feat/LDG-551--js-lib-implement-cr…
Browse files Browse the repository at this point in the history
…edentialdeployment-method

Implemented credentialDeployment method
  • Loading branch information
GuilaneDen authored Dec 10, 2024
2 parents cd042e0 + e2ab09e commit f912e25
Show file tree
Hide file tree
Showing 7 changed files with 1,078 additions and 96 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "^16.10.0"
node-version: "22.x"
- name: Install dependencies
run: yarn install
- name: Run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: "https://registry.npmjs.org/"
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.

27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
{
"name": "@ledgerhq/hw-app-algorand",
"name": "@blooo-io/hw-app-concordium",
"type": "module",
"version": "6.29.4",
"description": "Ledger Hardware Wallet Algorand Application API",
"version": "1.0.0",
"description": "Ledger Hardware Wallet Concordium Application API",
"keywords": [
"Ledger",
"LedgerWallet",
"algo",
"Algorand",
"NanoS",
"CCD",
"Concordium",
"NanoS+",
"NanoX",
"Flex",
"Stax",
"Blue",
"Hardware Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live.git"
"url": "https://github.com/blooo-io/hw-app-concordium.git"
},
"bugs": {
"url": "https://github.com/LedgerHQ/ledger-live/issues"
"url": "https://github.com/blooo-io/hw-app-concordium/issues"
},
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-algorand",
"homepage": "https://github.com/blooo-io/hw-app-concordium",
"publishConfig": {
"access": "public"
},
"main": "lib/Algorand.js",
"module": "lib-es/Algorand.js",
"types": "lib/Algorand.d.ts",
"main": "lib/Concordium.js",
"module": "lib-es/Concordium.js",
"types": "lib/Concordium.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@concordium/common-sdk": "^9.5.3",
Expand Down
Loading

0 comments on commit f912e25

Please sign in to comment.