Skip to content

Commit

Permalink
Revert "refactor: remove unecessary index files"
Browse files Browse the repository at this point in the history
This reverts commit 4bff8f4.
  • Loading branch information
alanrsoares committed Sep 27, 2023
1 parent 86648f2 commit 1dc5af1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
"./index.d.ts"
],
"exports": {
".": {
"import": "./build/module/*.js",
"require": "./build/commonjs/*.js"
},
"./*": {
"import": "./build/module/*.js",
"require": "./build/commonjs/*.js"
},
"./gmp": {
"import": "./build/module/gmp/index.js",
"require": "./build/commonjs//gmp/index.js"
Expand Down Expand Up @@ -64,6 +56,14 @@
"./deposit-address/*": {
"import": "./build/module/deposit-address/*.js",
"require": "./build/commonjs/deposit-address/*.js"
},
".": {
"import": "./build/module/*.js",
"require": "./build/commonjs/*.js"
},
"./*": {
"import": "./build/module/*.js",
"require": "./build/commonjs/*.js"
}
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/api/src/axelar-config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./axelar-config/index";
1 change: 1 addition & 0 deletions packages/api/src/axelar-query.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./axelar-query/index";
1 change: 1 addition & 0 deletions packages/api/src/axelarscan.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./axelarscan/index";
1 change: 1 addition & 0 deletions packages/api/src/deposit-address.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./deposit-address/index";
1 change: 1 addition & 0 deletions packages/api/src/gmp.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./gmp/index";

2 comments on commit 1dc5af1

@vercel
Copy link

@vercel vercel bot commented on 1dc5af1 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-ui – ./packages/ui

axelar-ui-axelar-network.vercel.app
axelar-ui.vercel.app
axelar-ui-git-main-axelar-network.vercel.app
ui.axelar.dev

@vercel
Copy link

@vercel vercel bot commented on 1dc5af1 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-registry – ./apps/registry

axelar-registry-axelar-network.vercel.app
axelar-registry-git-main-axelar-network.vercel.app

Please sign in to comment.