Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: removed network URLs #3532

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/clever-wasps-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/account": minor
"fuels": minor
---

chore: removed network URLs
petertonysmith94 marked this conversation as resolved.
Show resolved Hide resolved
8 changes: 0 additions & 8 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./configs": {
"types": "./dist/configs.d.ts",
"require": "./dist/configs.js",
"import": "./dist/configs.mjs"
},
"./test-utils": {
"types": "./dist/test-utils.d.ts",
"require": "./dist/test-utils.js",
Expand All @@ -28,9 +23,6 @@
},
"typesVersions": {
"*": {
"configs": [
"./dist/configs.d.ts"
],
"test-utils": [
"./dist/test-utils.d.ts"
]
Expand Down
17 changes: 0 additions & 17 deletions packages/account/src/configs.test.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/account/src/configs.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/account/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const configs: Options = {
...tsupDefaults,
entry: {
index: 'src/index.ts',
configs: 'src/configs.ts',
'test-utils': 'src/test-utils.ts',
},
// eslint-disable-next-line @typescript-eslint/require-await
Expand Down
1 change: 0 additions & 1 deletion packages/fuels/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ export * from '@fuel-ts/transactions';
export * from '@fuel-ts/utils';
export * from '@fuel-ts/account';
export * from '@fuel-ts/transactions/configs';
export * from '@fuel-ts/account/configs';
export * from '@fuel-ts/recipes';
Loading