Skip to content

Commit

Permalink
Merge branch 'master' into aa/feat/autoload-storage-slots
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Oct 17, 2023
2 parents fb67162 + 17da654 commit b810238
Show file tree
Hide file tree
Showing 29 changed files with 167 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .changeset/fair-plums-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
default: 18.14.1
pnpm-version:
description: "PNPM version"
default: 8.6.1
default: 8.9.0
runs:
using: "composite"
steps:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
auto-install-peers=true
enable-pre-post-scripts=true
engine-strict=true
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"private": true,
"engines": {
"node": ">= 18.14.1",
"pnpm": ">= 8.1.1"
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.9.0",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build",
Expand Down Expand Up @@ -64,7 +64,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^37.9.7",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
Expand Down
5 changes: 5 additions & 0 deletions packages/abi-coder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"browser": {
"./dist/index.mjs": "./dist/index.browser.mjs"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/hasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/hdwallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/merkle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/mnemonic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/predicate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/wallet-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/wordlists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": "^18.14.1",
"pnpm": "^8.9.0"
},
"packageManager": "[email protected]",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
Loading

0 comments on commit b810238

Please sign in to comment.