Skip to content

Commit

Permalink
fix: remove wrapper.mjs (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa authored Oct 28, 2024
1 parent 3b26f0a commit 6683ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
## [11.0.0](https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.0) (2024-10-27)

## [11.0.1](https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1) (2024-10-27)


### Bug Fixes

* restore package.json#browser field ([#817](https://github.com/uuidjs/uuid/issues/817)) ([ae8f386](https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5))

## [11.0.0-0](https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0-0) (2024-09-05)
## [11.0.0](https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0) (2024-10-26)

### ⚠ BREAKING CHANGES

Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
"exports": {
".": {
"node": {
"module": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"import": "./wrapper.mjs"
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"browser": {
"import": "./dist/esm-browser/index.js",
Expand All @@ -49,8 +48,7 @@
"CONTRIBUTING.md",
"LICENSE.md",
"README.md",
"dist",
"wrapper.mjs"
"dist"
],
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
Expand Down
15 changes: 0 additions & 15 deletions wrapper.mjs

This file was deleted.

0 comments on commit 6683ad3

Please sign in to comment.