Skip to content

Commit

Permalink
chore: fix npm package whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogrodzki committed May 26, 2024
1 parent 7c5f297 commit 3b0be6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/next-typescript-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"firebase": "^10.4.0",
"firebase-admin": "^11.10.1",
"next": "^14.1.0",
"next-firebase-auth-edge": "1.4.5-canary.3",
"next-firebase-auth-edge": "1.4.5-canary.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loading-hook": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/next-typescript-starter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1613,10 +1613,10 @@ nanoid@^3.3.6:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==

next-firebase-auth-edge@1.4.5-canary.3:
version "1.4.5-canary.3"
resolved "https://registry.yarnpkg.com/next-firebase-auth-edge/-/next-firebase-auth-edge-1.4.5-canary.3.tgz#2e8fdc3b9185a3777918cf6741da9c3f111abe97"
integrity sha512-OHyY+yWj6FgJ2+/4xOgBMsTJvZaybc1Y2ghh1UobDkdyCKxUJDPkbePTl7xXSUHg1RcUBi8GvH6kVwcl20YNhw==
next-firebase-auth-edge@1.4.5-canary.4:
version "1.4.5-canary.4"
resolved "https://registry.yarnpkg.com/next-firebase-auth-edge/-/next-firebase-auth-edge-1.4.5-canary.4.tgz#ba7ed0719db0a50d897d42264504e46b66bce704"
integrity sha512-kf+RKP+lTbnABbYvslMqxf/DC5a0pOFdp5rN/nO5NqnGrqCIhSuAUyeN4TJNkLzG6+o7X6nsU3f38hcZBY2dMg==
dependencies:
cookie "^0.5.0"
encoding "^0.1.13"
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "1.4.5-canary.4",
"description": "Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.",
"main": "lib/index.js",
"files": [
"lib"
],
"files": ["/lib"],
"scripts": {
"build": "rm -rf ./lib && tsc",
"prepublish": "yarn build",
Expand Down

0 comments on commit 3b0be6b

Please sign in to comment.