File tree 3 files changed +4
-23
lines changed
3 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 1
- ## [ 11.0.0] ( https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.0 ) (2024-10-27)
2
-
3
1
## [ 11.0.1] ( https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1 ) (2024-10-27)
4
2
5
3
6
4
### Bug Fixes
7
5
8
6
* restore package.json#browser field ([ #817 ] ( https://github.com/uuidjs/uuid/issues/817 ) ) ([ ae8f386] ( https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5 ) )
9
7
10
- ## [ 11.0.0-0 ] ( https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0-0 ) (2024-09-05 )
8
+ ## [ 11.0.0] ( https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0 ) (2024-10-26 )
11
9
12
10
### ⚠ BREAKING CHANGES
13
11
Original file line number Diff line number Diff line change 27
27
"exports" : {
28
28
"." : {
29
29
"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"
33
32
},
34
33
"browser" : {
35
34
"import" : " ./dist/esm-browser/index.js" ,
49
48
" CONTRIBUTING.md" ,
50
49
" LICENSE.md" ,
51
50
" README.md" ,
52
- " dist" ,
53
- " wrapper.mjs"
51
+ " dist"
54
52
],
55
53
"devDependencies" : {
56
54
"@babel/eslint-parser" : " 7.25.9" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments