Skip to content

Commit

Permalink
Merge pull request #110 from zama-ai/release05patch
Browse files Browse the repository at this point in the history
Release05patch
  • Loading branch information
jatZama authored Oct 21, 2024
2 parents f3efd16 + 28f858d commit ca409d6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 11 deletions.
3 changes: 2 additions & 1 deletion config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import copy from 'rollup-plugin-copy';
import nodePolyfills from 'rollup-plugin-polyfill-node';
import json from '@rollup/plugin-json';

const require = createRequire(import.meta.url);

Expand Down Expand Up @@ -69,7 +70,7 @@ export default [
name: 'fhevm',
format: 'es',
},
plugins: [...webPlugins],
plugins: [...webPlugins, json()],
},
{
input: 'src/node.ts',
Expand Down
48 changes: 39 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhevmjs",
"version": "0.5.4",
"version": "0.5.5",
"description": "fhEVM SDK for blockchain using TFHE",
"main": "lib/node.js",
"types": "lib/node/node.d.ts",
Expand Down Expand Up @@ -58,6 +58,7 @@
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.1",
Expand Down

0 comments on commit ca409d6

Please sign in to comment.