Skip to content

Commit

Permalink
fix(blue-sdk-exts): disable default deps augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 17, 2024
1 parent 2d7ba9f commit 3f7ee7c
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-ethers",
"version": "1.1.0",
"version": "1.1.1",
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/blue-sdk-ethers/src/augment/Position.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { AccrualPosition, Position } from "@morpho-org/blue-sdk";

import "./Market";
import {
fetchAccrualPosition,
fetchAccrualPositionFromConfig,
Expand Down
2 changes: 0 additions & 2 deletions packages/blue-sdk-ethers/src/augment/Vault.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { AccrualVault, Vault } from "@morpho-org/blue-sdk";

import "./VaultConfig";
import "./VaultMarketAllocation";
import { fetchAccrualVault, fetchVault, fetchVaultFromConfig } from "../fetch";

declare module "@morpho-org/blue-sdk" {
Expand Down
2 changes: 0 additions & 2 deletions packages/blue-sdk-ethers/src/augment/VaultMarketAllocation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { VaultMarketAllocation } from "@morpho-org/blue-sdk";

import "./Position";
import "./VaultMarketConfig";
import {
fetchVaultMarketAllocation,
fetchVaultMarketAllocationFromConfig,
Expand Down
1 change: 0 additions & 1 deletion packages/blue-sdk-ethers/src/augment/VaultMarketConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { VaultMarketConfig } from "@morpho-org/blue-sdk";

import "./VaultMarketPublicAllocatorConfig";
import { fetchVaultMarketConfig } from "../fetch";

declare module "@morpho-org/blue-sdk" {
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-viem",
"version": "1.1.0",
"version": "1.1.1",
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/blue-sdk-viem/src/augment/Position.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { AccrualPosition, Position } from "@morpho-org/blue-sdk";

import "./Market";
import {
fetchAccrualPosition,
fetchAccrualPositionFromConfig,
Expand Down
2 changes: 0 additions & 2 deletions packages/blue-sdk-viem/src/augment/Vault.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { AccrualVault, Vault } from "@morpho-org/blue-sdk";

import "./VaultConfig";
import "./VaultMarketAllocation";
import { fetchAccrualVault, fetchVault, fetchVaultFromConfig } from "../fetch";

declare module "@morpho-org/blue-sdk" {
Expand Down
2 changes: 0 additions & 2 deletions packages/blue-sdk-viem/src/augment/VaultMarketAllocation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { VaultMarketAllocation } from "@morpho-org/blue-sdk";

import "./Position";
import "./VaultMarketConfig";
import {
fetchVaultMarketAllocation,
fetchVaultMarketAllocationFromConfig,
Expand Down
1 change: 0 additions & 1 deletion packages/blue-sdk-viem/src/augment/VaultMarketConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { VaultMarketConfig } from "@morpho-org/blue-sdk";

import "./VaultMarketPublicAllocatorConfig";
import { fetchVaultMarketConfig } from "../fetch";

declare module "@morpho-org/blue-sdk" {
Expand Down

0 comments on commit 3f7ee7c

Please sign in to comment.