frosty 0.0.104 → 0.0.105

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frosty",
3
- "version": "0.0.104",
3
+ "version": "0.0.105",
4
4
  "main": "dist/index",
5
5
  "module": "dist/index",
6
6
  "types": "dist/index",
@@ -285,8 +285,8 @@ export default async (env, argv) => {
285
285
  ],
286
286
  },
287
287
  externals: [
288
+ nodeExternals({ allowlist: (module) => module !== 'jsdom' }),
288
289
  ...webpackConfiguration.externals || [],
289
- nodeExternals(),
290
290
  ],
291
291
  module: {
292
292
  rules: [