Skip to content

Commit

Permalink
Revert "fix: change build tasks in order to use pnpm link correctly (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanC committed Jun 18, 2022
1 parent f8907a2 commit 2e95ded
Show file tree
Hide file tree
Showing 22 changed files with 231 additions and 169 deletions.
19 changes: 11 additions & 8 deletions packages/abi-coder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/hasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/hdwallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/keystore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/merkle-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"version": "0.7.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/merkle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/merklesum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/mnemonic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "Mnemonic implementation from BIP39",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
19 changes: 11 additions & 8 deletions packages/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
}
}
},
"files": [
Expand Down
Loading

0 comments on commit 2e95ded

Please sign in to comment.