frosty 0.0.153 → 0.0.154

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,17 +1,17 @@
1
1
  {
2
2
  "name": "frosty",
3
- "version": "0.0.153",
3
+ "version": "0.0.154",
4
4
  "main": "dist/index",
5
5
  "module": "dist/index",
6
6
  "types": "dist/index",
7
7
  "exports": {
8
8
  ".": {
9
9
  "types": "./dist/index.mjs",
10
- "default": "./dist/index"
10
+ "default": "./dist/index.js"
11
11
  },
12
12
  "./*": {
13
13
  "types": "./dist/*.mjs",
14
- "default": "./dist/*"
14
+ "default": "./dist/*.js"
15
15
  }
16
16
  },
17
17
  "files": [
@@ -329,7 +329,7 @@ export default async (env, argv) => {
329
329
  ],
330
330
  },
331
331
  externals: [
332
- nodeExternals({ allowlist: (module) => module !== 'jsdom' }),
332
+ nodeExternals(),
333
333
  ...webpackConfiguration.externals || [],
334
334
  ],
335
335
  module: {