File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Release Date: 8/13/24
4
4
Platform: JavaScript
5
5
Version: 2
6
6
Revision: 0
7
- Minor: 4
7
+ Minor: 6
8
8
Authors: Saad Shams <
[email protected] >
9
9
10
10
@@ -14,3 +14,5 @@ Release Date: 8/13/24
14
14
2.0.2 - Version alignment in build
15
15
2.0.3 - Update package description
16
16
2.0.4 - Streamline exports and add ESM/CommonJS support
17
+ 2.0.5 - NPM package borked for cjs
18
+ 2.0.6 - NPM package bundling the ESM/CommonJS suuport
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @puremvc/puremvc-js-multicore-framework" ,
3
- "version" : " 2.0.4" ,
4
- "main" : " bin/cjs/puremvc.cjs" ,
5
- "module" : " bin/esm/puremvc.js" ,
3
+ "version" : " 2.0.6" ,
6
4
"type" : " module" ,
5
+ "main" : " bin/cjs/puremvc.js" ,
6
+ "modules" : " bin/esm/puremvc.js" ,
7
7
"exports" : {
8
8
"." : {
9
9
"import" : " ./bin/esm/puremvc.js" ,
10
- "require" : " ./bin/cjs/puremvc.cjs "
10
+ "require" : " ./bin/cjs/puremvc.js "
11
11
}
12
12
},
13
13
"description" : " PureMVC MultiCore Framework for JavaScript" ,
35
35
" mvc"
36
36
],
37
37
"files" : [
38
- " bin/" ,
38
+ " bin/**/*.* " ,
39
39
" LICENSE" ,
40
- " README.md" ,
41
40
" VERSION" ,
42
41
" package.json"
43
42
],
76
75
"rollup" : " ^4.6.1"
77
76
},
78
77
"bin" : {
79
- "puremvc-js-multicore-framework" : " bin/esm/ puremvc.js"
78
+ "puremvc-js-multicore-framework" : " bin/puremvc.js"
80
79
},
81
80
"directories" : {
82
81
"doc" : " docs" ,
You can’t perform that action at this time.
0 commit comments