Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed May 6, 2024
1 parent 85f2515 commit 6c17541
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 85 deletions.
195 changes: 115 additions & 80 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tamtamchik/apple-iap-tools",
"version": "1.3.5",
"version": "1.3.6",
"description": "Types and verifyReceipt function for Apple in-app purchases and server notifications.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -24,12 +24,12 @@
"Apple IAP"
],
"devDependencies": {
"@types/node": "^18.6.3",
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
"@types/node": "^20.12.8",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"dependencies": {
"node-fetch": "^3.2.10"
"node-fetch": "^3.3.2"
},
"exports": {
".": {
Expand Down

0 comments on commit 6c17541

Please sign in to comment.