Skip to content

Commit

Permalink
fix: used https to force package managers to clone one-webcrypto via …
Browse files Browse the repository at this point in the history
…https instead of ssh
  • Loading branch information
aarontravass committed Jul 28, 2024
1 parent 0aebf9f commit f2451e7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"bigint-mod-arith": "^3.1.2",
"conf": "11.0.2",
"multiformats": "^12.1.2",
"one-webcrypto": "https://github.com/web3-storage/one-webcrypto",
"one-webcrypto": "git+https://git@github.com/web3-storage/one-webcrypto.git",
"p-defer": "^4.0.0",
"type-fest": "^4.9.0",
"uint8arrays": "^4.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/blob-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@web3-storage/eslint-config-w3up": "workspace:^",
"c8": "^7.14.0",
"entail": "^2.1.2",
"one-webcrypto": "git://github.com/web3-storage/one-webcrypto",
"one-webcrypto": "git+https://git@github.com/web3-storage/one-webcrypto.git",
"typescript": "5.2.2"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"c8": "^10.1.2",
"mocha": "^10.2.0",
"multiformats": "^12.1.2",
"one-webcrypto": "git://github.com/web3-storage/one-webcrypto",
"one-webcrypto": "git+https://git@github.com/web3-storage/one-webcrypto.git",
"p-wait-for": "^5.0.2",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"@web3-storage/sigv4": "^1.0.2",
"is-subset": "^0.1.1",
"mocha": "^10.2.0",
"one-webcrypto": "git://github.com/web3-storage/one-webcrypto",
"one-webcrypto": "git+https://git@github.com/web3-storage/one-webcrypto.git",
"typescript": "5.2.2"
},
"eslintConfig": {
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2451e7

Please sign in to comment.