Skip to content

Commit

Permalink
Merge pull request #41 from iden3/bump/v1.1.2
Browse files Browse the repository at this point in the history
Bump to v1.1.2
  • Loading branch information
vmidyllic authored Oct 31, 2023
2 parents e929914 + b17a234 commit 9e84adf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
3 changes: 1 addition & 2 deletions config/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const config = {
{
format: 'es',
file: 'dist/browser/esm/index.js',
sourcemap: true,
banner: 'console.log("hello esm world")'
sourcemap: true
}
],
plugins: [
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iden3/js-jsonld-merklization",
"version": "1.1.1",
"version": "1.1.2",
"description": "json ld merklization library",
"main": "./dist/node/cjs/index.js",
"module": "./dist/node/esm/index.js",
Expand Down Expand Up @@ -66,13 +66,13 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@iden3/js-crypto": "1.0.2",
"@iden3/js-merkletree": "^1.1.1"
"@iden3/js-crypto": "1.0.3",
"@iden3/js-merkletree": "1.1.2"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"jsonld": "^8.3.1",
"n3": "^1.17.1"
"@js-temporal/polyfill": "0.4.4",
"jsonld": "8.3.1",
"n3": "1.17.1"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 9e84adf

Please sign in to comment.