You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @opensea/tool-sdk
2
2
3
+
## 0.1.2
4
+
5
+
### Patch Changes
6
+
7
+
- Add `repository` field to `package.json` so npm provenance can validate the bundle against the public mirror at `https://github.com/ProjectOpenSea/tool-sdk`. The 0.1.1 tag/release exists but never reached npm because of this missing field; 0.1.2 is the first version actually on npm.
Copy file name to clipboardExpand all lines: src/cli/commands/register.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ export const registerCommand = new Command("register")
100
100
if(!registryAddr){
101
101
console.error(
102
102
pc.red(
103
-
`Error: ToolRegistry is not deployed on ${options.network}. See https://github.com/ProjectOpenSea/opensea-devtools/blob/main/packages/tool-registry/README.md for supported chains.`,
103
+
`Error: ToolRegistry is not deployed on ${options.network}. See https://github.com/ProjectOpenSea/tool-registry#readme for supported chains.`,
`ToolRegistry is not deployed on chain ${this.chain.id}. See https://github.com/ProjectOpenSea/opensea-devtools/blob/main/packages/tool-registry/README.md for supported chains.`,
44
+
`ToolRegistry is not deployed on chain ${this.chain.id}. See https://github.com/ProjectOpenSea/tool-registry#readme for supported chains.`,
0 commit comments