-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6dc491
commit 94c3c17
Showing
12 changed files
with
9,775 additions
and
1,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webb-tools/tangle-substrate-types", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "Polkadot.js type definitions required for interacting with Webb's tangle network", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
|
@@ -69,5 +69,6 @@ | |
"clean": "rm -rf build && rm -rf ts-types", | ||
"publish-types": "node ./scripts/publish-types.js", | ||
"update:metadata": "npx ts-node ./scripts/updateMetadata.ts" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
Oops, something went wrong.