From 44cb8f3bdbc332805f5aad1a5f36fc50c3856430 Mon Sep 17 00:00:00 2001 From: jatZama Date: Mon, 2 Dec 2024 11:36:42 +0100 Subject: [PATCH 1/2] chore: new npmignore chore: typo in gitignore chore: typo in npmignore --- contracts/.npmignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contracts/.npmignore b/contracts/.npmignore index 5fc3156b..374991e4 100644 --- a/contracts/.npmignore +++ b/contracts/.npmignore @@ -1,4 +1,12 @@ * +!/artifacts/ +!/artifacts/contracts/ +!/artifacts/contracts/**/*.json +/artifacts/contracts/**/*.dbg.json +!/artifacts/gateway/ +!/artifacts/gateway/GatewayContract.sol/GatewayContract.json +/artifacts/gateway/**/*.json +/artifacts/gateway/**/*.dbg.json !addresses/** !contracts/** !gateway/** From 675566d6941373d62551e28020418affda5ea4b6 Mon Sep 17 00:00:00 2001 From: jatZama Date: Mon, 2 Dec 2024 11:46:32 +0100 Subject: [PATCH 2/2] v0.6.0-0 --- contracts/package-lock.json | 4 ++-- contracts/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/package-lock.json b/contracts/package-lock.json index c07a5494..0432ef54 100644 --- a/contracts/package-lock.json +++ b/contracts/package-lock.json @@ -1,12 +1,12 @@ { "name": "fhevm-core-contracts", - "version": "0.1.0-2", + "version": "0.6.0-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fhevm-core-contracts", - "version": "0.1.0-2", + "version": "0.6.0-0", "license": "BSD-3-Clause", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", diff --git a/contracts/package.json b/contracts/package.json index 51f99e3a..7efbb1c0 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "fhevm-core-contracts", - "version": "0.1.0-2", + "version": "0.6.0-0", "description": "fhEVM contracts", "main": "index.js", "scripts": {