Skip to content

Commit a93b01d

Browse files
authored
Merge branch 'main' into rm_sourcemaps
2 parents d2b9593 + 36f2369 commit a93b01d

File tree

4 files changed

+15
-26
lines changed

4 files changed

+15
-26
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
## [11.0.0](https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.0) (2024-10-27)
2-
31
## [11.0.1](https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1) (2024-10-27)
42

53

64
### Bug Fixes
75

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

10-
## [11.0.0-0](https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0-0) (2024-09-05)
8+
## [11.0.2](https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2) (2024-10-28)
9+
10+
11+
### Bug Fixes
12+
13+
* remove wrapper.mjs ([2a18871](https://github.com/uuidjs/uuid/commit/2a18871f00f6f9effa9f8afadd98278e6866112c))
14+
* remove wrapper.mjs ([#822](https://github.com/uuidjs/uuid/issues/822)) ([6683ad3](https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca))
15+
16+
## [11.0.0](https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0) (2024-10-26)
1117

1218
### ⚠ BREAKING CHANGES
1319

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uuid",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "RFC9562 UUIDs",
55
"type": "module",
66
"funding": [
@@ -27,9 +27,8 @@
2727
"exports": {
2828
".": {
2929
"node": {
30-
"module": "./dist/esm/index.js",
31-
"require": "./dist/cjs/index.js",
32-
"import": "./wrapper.mjs"
30+
"import": "./dist/esm/index.js",
31+
"require": "./dist/cjs/index.js"
3332
},
3433
"browser": {
3534
"import": "./dist/esm-browser/index.js",
@@ -49,8 +48,7 @@
4948
"CONTRIBUTING.md",
5049
"LICENSE.md",
5150
"README.md",
52-
"dist",
53-
"wrapper.mjs"
51+
"dist"
5452
],
5553
"devDependencies": {
5654
"@babel/eslint-parser": "7.25.9",

wrapper.mjs

-15
This file was deleted.

0 commit comments

Comments
 (0)