We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233b97d commit 83b98b3Copy full SHA for 83b98b3
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@sablier/deployments",
3
"description": "Keeping track of Sablier deployments",
4
- "version": "1.0.0-alpha.16",
+ "version": "1.0.0-alpha.17",
5
"author": {
6
"name": "Sablier Labs Ltd",
7
"url": "https://sablier.com"
src/index.ts
@@ -1,6 +1,6 @@
+export * from "./chains";
export * from "./helpers";
export * from "./releases";
export * from "./types";
-export * as chains from "./chains";
export * as nativeTokens from "./native-tokens";
0 commit comments