Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/alpha' into PE-6933-validation-util
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Nov 11, 2024
2 parents 1529f79 + b17ddcf commit 30b08b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/common/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import { AxiosInstance } from 'axios';

import { HTTPClient } from '../types/index.js';
import { createAxiosInstance } from '../utils/index.js';
import { createAxiosInstance } from '../utils/http-client.js';
import { FailedRequestError, NotFound, UnknownError } from './error.js';
import { ILogger, Logger } from './logger.js';

Expand Down
4 changes: 3 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './ant-registry.js';
export * from './ant.js';
export * from './common.js';
export * from './token.js';
export * from './io.js';
export * from './token.js';
4 changes: 2 additions & 2 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './arweave.js';
export * from './http-client.js';
export * from './ao.js';
export * from './arweave.js';
export * from './base64.js';
export * from './json.js';
export * from './processes.js';
export * from './schema.js';

0 comments on commit 30b08b2

Please sign in to comment.