Skip to content

Commit 90a3ede

Browse files
fix: hinkal syntax issue (#1564)
1 parent 11bd8df commit 90a3ede

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/payment-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:watch": "yarn test --watch"
4141
},
4242
"dependencies": {
43-
"@hinkal/common": "0.2.7",
43+
"@hinkal/common": "0.2.9",
4444
"@openzeppelin/contracts": "4.9.6",
4545
"@requestnetwork/currency": "0.25.0",
4646
"@requestnetwork/payment-detection": "0.51.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2951,10 +2951,10 @@
29512951
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
29522952
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
29532953

2954-
"@hinkal/[email protected].7":
2955-
version "0.2.7"
2956-
resolved "https://registry.yarnpkg.com/@hinkal/common/-/common-0.2.7.tgz#0128e0f2a175fb4c6d7ed006a0c886f942e3163d"
2957-
integrity sha512-Dqs/7J0/9bNT8j47LNtkEINOOdAz1AIbbMqklRX5ym7KL7wH5LXuP7S9CYX+mmHPTG3/3EVb39oZNDjaRX6m9Q==
2954+
"@hinkal/[email protected].9":
2955+
version "0.2.9"
2956+
resolved "https://registry.yarnpkg.com/@hinkal/common/-/common-0.2.9.tgz#122e9b43d74a00c3eaf6bc321b85163ad90fe42f"
2957+
integrity sha512-rlzjeQ7obtil+tu4Bg28rUcmlLEGD8F/HFCIuuTlNFvlPq5rHROjqOQb9OAxnf12ID/IMNP7LT9s6LvoSYUbcA==
29582958
dependencies:
29592959
async-mutex "^0.4.0"
29602960
axios "^1.6.8"

0 commit comments

Comments
 (0)