Skip to content

Commit

Permalink
Remove types files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Nov 29, 2022
1 parent ccf5358 commit e36de8a
Show file tree
Hide file tree
Showing 123 changed files with 0 additions and 2,828 deletions.
1 change: 0 additions & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@osmosis-labs/math",
"version": "3.0.0",
"main": "build/index.js",
"typings": "types/index.d.ts",
"author": "osmosis-labs",
"homepage": "https://github.com/osmosis-labs/osmosis-frontend/tree/master/packages/math#readme",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion packages/math/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"baseUrl": ".",
"outDir": "build",
"declaration": true,
"declarationDir": "./types",
"rootDir": "src"
},
"include": ["src/**/*"]
Expand Down
1 change: 0 additions & 1 deletion packages/math/types/__tests__/weighted.spec.d.ts

This file was deleted.

85 changes: 0 additions & 85 deletions packages/math/types/big-dec.d.ts

This file was deleted.

Empty file removed packages/math/types/estimates.d.ts
Empty file.
2 changes: 0 additions & 2 deletions packages/math/types/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/math/types/pool/__tests__/stable.spec.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/math/types/pool/__tests__/weighted.spec.d.ts

This file was deleted.

162 changes: 0 additions & 162 deletions packages/math/types/pool/estimates.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/math/types/pool/general.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/math/types/pool/index.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions packages/math/types/pool/multihop.d.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/math/types/pool/stable.d.ts

This file was deleted.

Empty file.
Empty file.
11 changes: 0 additions & 11 deletions packages/math/types/pool/weighted.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/math/types/utils.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/math/types/weighted.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/math/types/weighted.spec.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/pools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@osmosis-labs/pools",
"version": "3.0.0",
"main": "build/index.js",
"typings": "types/index.d.ts",
"author": "osmosis-labs",
"homepage": "https://github.com/osmosis-labs/osmosis-frontend/tree/master/packages/pools#readme",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion packages/pools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"baseUrl": ".",
"outDir": "build",
"declaration": true,
"declarationDir": "./types",
"rootDir": "src"
},
"include": ["src/**/*"]
Expand Down
1 change: 0 additions & 1 deletion packages/pools/types/__tests__/routes.spec.d.ts

This file was deleted.

Loading

1 comment on commit e36de8a

@vercel
Copy link

@vercel vercel bot commented on e36de8a Nov 29, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.