Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #14 from argoapp-live/dev
Browse files Browse the repository at this point in the history
Merging for Release V1.1.1
  • Loading branch information
rekpero authored Jul 7, 2022
2 parents 1d03f4e + 120df43 commit 2e4d2ea
Show file tree
Hide file tree
Showing 3 changed files with 1,208 additions and 1,173 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoapp/payment-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Typescript library for working with the Payment Contracts in ArGo",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"build": "rm -rf ./build && tsc -p ./tsbuild.json"
},
"dependencies": {
"@biconomy/mexa": "2.0.9",
"@biconomy/mexa": "2.0.33",
"@ethersproject/abstract-signer": "^5.0.12",
"@ethersproject/contracts": "^5.0.10",
"@ethersproject/providers": "^5.0.20",
Expand Down Expand Up @@ -65,6 +65,6 @@
"typescript": "^4.1.3"
},
"engines": {
"node": ">=10.0.0 <15.0.0"
"node": ">=10.0.0 <16.14.3"
}
}
6 changes: 3 additions & 3 deletions src/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class extends Deployed {

/**
* @remarks
* Update approval for ArGo token
* Update approval for ERC-20 token
* Dont use this function without frontend
*
* @param a - new approval amount.
Expand All @@ -106,7 +106,7 @@ export default class extends Deployed {
}
/**
* @remarks
* Update approval for ArGo token
* Update approval for ERC-20 token
* Dont use this function without frontend
*
* @param a - new approval amount.
Expand Down Expand Up @@ -135,7 +135,7 @@ export default class extends Deployed {

/**
* @remarks
* Update approval for ArGo token
* Update approval for ERC-20 token
* Dont use this function without frontend
*
* @param a - new approval amount.
Expand Down
Loading

0 comments on commit 2e4d2ea

Please sign in to comment.