Skip to content

Commit

Permalink
patch 0.3.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
architect-dev committed Oct 8, 2024
1 parent 250277f commit ebe4c9a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "fhenix-hardhat-plugin-root",
"version": "0.3.2-alpha.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "prettier --write --cache .",
"lint": "pnpm -r --filter='./packages/*' run lint",
"build": "pnpm -r --filter='./packages/*' run build",
"test": "pnpm -r --filter='./packages/*' run test",
"publish": "pnpm -r --filter='./packages/*' publish --no-git-checks"
},
"repository": {
"type": "git",
"url": "https://github.com/FhenixProtocol/fhenix-hardhat-plugin/"
},
"private": true,
"pnpm": {
"overrides": {
"flat@<5.0.1": ">=5.0.1",
"debug@>=3.2.0 <3.2.7": ">=3.2.7",
"minimatch@<3.0.5": ">=3.0.5"
}
}
"name": "fhenix-hardhat-plugin-root",
"version": "0.3.2-alpha.1",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "prettier --write --cache .",
"lint": "pnpm -r --filter='./packages/*' run lint",
"build": "pnpm -r --filter='./packages/*' run build",
"test": "pnpm -r --filter='./packages/*' run test",
"publish": "pnpm -r --filter='./packages/*' publish --no-git-checks"
},
"repository": {
"type": "git",
"url": "https://github.com/FhenixProtocol/fhenix-hardhat-plugin/"
},
"private": true,
"pnpm": {
"overrides": {
"flat@<5.0.1": ">=5.0.1",
"debug@>=3.2.0 <3.2.7": ">=3.2.7",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/fhenix-hardhat-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhenix-hardhat-docker",
"version": "0.3.2-alpha.0",
"version": "0.3.2-alpha.1",
"description": "Hardhat plugin to run Fhenix node locally",
"repository": "github:FhenixProtocol/fhenix-hardhat-plugin",
"author": "Fhe Labs",
Expand Down
2 changes: 1 addition & 1 deletion packages/fhenix-hardhat-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhenix-hardhat-network",
"version": "0.3.2-alpha.0",
"version": "0.3.2-alpha.1",
"description": "Hardhat plugin to help support Hardhat Network for FHE contract development",
"repository": "github:FhenixProtocol/fhenix-hardhat-network",
"author": "Fhe Labs",
Expand Down
2 changes: 1 addition & 1 deletion packages/fhenix-hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhenix-hardhat-plugin",
"version": "0.3.2-alpha.0",
"version": "0.3.2-alpha.1",
"description": "Hardhat TypeScript plugin boilerplate",
"repository": "github:FhenixProtocol/fhenix-hardhat-plugin",
"author": "Fhe Labs",
Expand Down

0 comments on commit ebe4c9a

Please sign in to comment.