Skip to content

Commit

Permalink
fix: types configs in package.json (FuelLabs#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Jun 1, 2023
1 parent 16bc8b3 commit 9b75aae
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .changeset/forty-plums-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@fuel-ts/abi-typegen": patch
"@fuel-ts/address": patch
"fuels": patch
"@fuel-ts/math": patch
"@fuel-ts/program": patch
"@fuel-ts/transactions": patch
"@fuel-ts/utils": patch
"@fuel-ts/versions": patch
"@fuel-ts/wallet": patch
---

Fixing type's configs for multi-entry packages
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"cli": [
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"configs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"cli": [
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"configs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"configs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"configs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"test": [
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"cli": [
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publishConfig": {
"typesVersions": {
"*": {
"index.d.ts": [
"index": [
"./dist/index.d.ts"
],
"configs": [
Expand Down

0 comments on commit 9b75aae

Please sign in to comment.