Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.0.1-alpha.175
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D authored Oct 30, 2024
2 parents e7a31ab + e93e342 commit 273f761
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 46 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [MichaelTaylor3D]
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.dig
dist
dig.config.json
dig.config.json
.vs
73 changes: 36 additions & 37 deletions package-lock.json

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

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fs-extra": "^11.2.0",
"hi-base32": "^0.5.1",
"ignore": "^5.3.2",
"inquirer": "^10.1.8",
"inquirer": "^10.2.2",
"lodash": "^4.17.21",
"merkletreejs": "^0.4.0",
"nanospinner": "^1.1.0",
Expand All @@ -52,31 +52,32 @@
"node-stun": "^0.1.2",
"progress-stream": "^2.0.0",
"proper-lockfile": "^4.1.2",
"superagent": "^10.1.0",
"redis": "^4.7.0",
"superagent": "^10.0.0",
"unzipper": "^0.12.3",
"urns": "^0.6.0"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/chai": "^4.3.17",
"@types/chai": "^4.3.20",
"@types/cli-progress": "^3.11.6",
"@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/lodash": "^4.17.10",
"@types/mocha": "^10.0.9",
"@types/nconf": "^0.10.7",
"@types/node": "^22.1.0",
"@types/node": "^22.7.5",
"@types/progress-stream": "^2.0.5",
"@types/proper-lockfile": "^4.1.4",
"@types/superagent": "^8.1.8",
"@types/superagent": "^8.1.9",
"@types/unzipper": "^0.10.10",
"chai": "^5.1.1",
"copyfiles": "^2.4.1",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}

0 comments on commit 273f761

Please sign in to comment.