Skip to content

Commit

Permalink
Merge pull request 0xPolygonID#21 from 0xPolygonID/fix/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
vmidyllic authored Mar 12, 2024
2 parents f248649 + 98497b6 commit 469d6fd
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 21 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Issue report
about: Create a report to help us improve
title: ''
labels: bug
assignees: Kolezhniuk, vmidyllic, volodymyr-basiuk

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Install SDK
2. call function <Y> with param <X>

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

** Environment info (please complete the following information):**
- OS version [e.g. Mac OS]
- Node version: [e.g. 18.16]
- Browser [e.g. chrome, safari]
- Package version [e.g. 1.0.0]
- Build [e.g. umd, cjs]


**Additional context**
Add any other context about the problem here.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "@iden3*"
- dependency-name: "@0xpolygonid*"
reviewers:
- "Kolezhniuk"
- "vmidyllic"
- "volodymyr-basiuk"
112 changes: 93 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"author": "",
"license": "ISC",
"peerDependencies": {
"@0xpolygonid/js-sdk": "1.7.5",
"@0xpolygonid/js-sdk": "1.8.3",
"@0xpolygonid/mongo-storage": "github:0xPolygonID/nodejs-storage-example",
"@iden3/js-crypto": "1.0.3",
"@iden3/js-jsonld-merklization": "1.1.2",
"@iden3/js-jwz": "1.2.1",
"@iden3/js-jwz": "1.3.0",
"@iden3/js-merkletree": "1.1.2"
},
"dependencies": {
Expand Down

0 comments on commit 469d6fd

Please sign in to comment.