Skip to content

Commit

Permalink
Merge pull request #99 from iden3/feat/bump-version
Browse files Browse the repository at this point in the history
Feat/bump-version. Update ffjavascript and binfileutils
  • Loading branch information
Kolezhniuk authored Apr 15, 2024
2 parents 94c3bbb + d27817d commit d82959d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ["12", "14", "16", "18"]
node-version: ["18", "20"]

steps:
- name: Checkout project
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"import": "./src/r1csfile.js",
"require": "./build/main.cjs"
},
"version": "0.0.47",
"version": "0.0.48",
"description": "r1cs file format parser",
"main": "./build/main.cjs",
"module": "./src/r1csfile.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"homepage": "https://github.com/iden3/r1csfile#readme",
"dependencies": {
"@iden3/bigarray": "0.0.2",
"@iden3/binfileutils": "0.0.11",
"@iden3/binfileutils": "0.0.12",
"fastfile": "0.0.20",
"ffjavascript": "0.2.63"
"ffjavascript": "0.3.0"
},
"devDependencies": {
"eslint": "^8.6.0",
Expand Down

0 comments on commit d82959d

Please sign in to comment.