Skip to content

Commit ac7755a

Browse files
Merge pull request #468 from codex-team/fix/card-linking-2
fix(build): Update types
2 parents 10fd3d2 + 4013bb2 commit ac7755a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"@graphql-tools/schema": "^8.5.1",
3838
"@graphql-tools/utils": "^8.9.0",
3939
"@hawk.so/nodejs": "^3.1.1",
40-
"@hawk.so/types": "^0.1.21",
40+
"@hawk.so/types": "0.1.23",
4141
"@types/amqp-connection-manager": "^2.0.4",
4242
"@types/bson": "^4.0.5",
4343
"@types/debug": "^4.1.5",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -451,20 +451,20 @@
451451
axios "^0.21.1"
452452
stack-trace "^0.0.10"
453453

454+
"@hawk.so/[email protected]":
455+
version "0.1.23"
456+
resolved "https://registry.yarnpkg.com/@hawk.so/types/-/types-0.1.23.tgz#45dae057fd29d4735a51baa5f00d8e0d245075f4"
457+
integrity sha512-b9W8TZJj6kBh3rVS4tKCmVbM44XJ/Ya8kwXY12QNf5/U4O2iuegIIEcFwr6N10SJI1VbuPLYFrckxt/8ymQScw==
458+
dependencies:
459+
"@types/mongodb" "^3.5.34"
460+
454461
"@hawk.so/types@^0.1.15":
455462
version "0.1.18"
456463
resolved "https://registry.yarnpkg.com/@hawk.so/types/-/types-0.1.18.tgz#746537634756825f066182737429d11ea124d5c5"
457464
integrity sha512-SvECLGmLb5t90OSpk3n8DCjJsUoyjrq/Z6Ioil80tVkbMXRdGjaHZpn/0w1gBqtgNWBfW2cSbsQPqmyDj1NsqQ==
458465
dependencies:
459466
"@types/mongodb" "^3.5.34"
460467

461-
"@hawk.so/types@^0.1.21":
462-
version "0.1.21"
463-
resolved "https://registry.yarnpkg.com/@hawk.so/types/-/types-0.1.21.tgz#8979b1aff670317e5d092aaefcd879729df88adc"
464-
integrity sha512-Jjy1qznAB7SprVtdgWJS9tdGAaK7rTNWEVWG05m6u3Qd3tTXkgty4D0oAmhTFBnJ/MElPVuundYnDB1r4dHZQQ==
465-
dependencies:
466-
"@types/mongodb" "^3.5.34"
467-
468468
"@istanbuljs/load-nyc-config@^1.0.0":
469469
version "1.1.0"
470470
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"

0 commit comments

Comments
 (0)