iron-session 7.0.2 → 7.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iron-session",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Node.js stateless session utility using signed and encrypted cookies to store data. Works with Next.js, Express, NestJs, Fastify, and any Node.js HTTP framework.",
5
5
  "keywords": [
6
6
  "Next.js",
@@ -185,8 +185,7 @@
185
185
  "cjs"
186
186
  ],
187
187
  "external": [
188
- "iron-session",
189
- "@peculiar/webcrypto"
188
+ "iron-session"
190
189
  ]
191
190
  }
192
191
  }