Skip to content

Commit 6e53545

Browse files
committed
fix: use x as "catch-all" for semver
1 parent 94032ff commit 6e53545

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/sdk/typescript/human-protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@human-protocol/core": "workspace:*",
41+
"@human-protocol/core": "workspace:x",
4242
"axios": "^1.4.0",
4343
"ethers": "~6.13.5",
4444
"graphql": "^16.8.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,7 @@ __metadata:
38533853
languageName: node
38543854
linkType: hard
38553855

3856-
"@human-protocol/core@workspace:*, @human-protocol/core@workspace:packages/core":
3856+
"@human-protocol/core@workspace:*, @human-protocol/core@workspace:packages/core, @human-protocol/core@workspace:x":
38573857
version: 0.0.0-use.local
38583858
resolution: "@human-protocol/core@workspace:packages/core"
38593859
dependencies:
@@ -4508,7 +4508,7 @@ __metadata:
45084508
version: 0.0.0-use.local
45094509
resolution: "@human-protocol/sdk@workspace:packages/sdk/typescript/human-protocol-sdk"
45104510
dependencies:
4511-
"@human-protocol/core": "workspace:*"
4511+
"@human-protocol/core": "workspace:x"
45124512
axios: "npm:^1.4.0"
45134513
eslint: "npm:^8.55.0"
45144514
ethers: "npm:~6.13.5"

0 commit comments

Comments
 (0)