File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ PureMVC is a lightweight framework for creating applications based upon the clas
1919* [ React Native] ( https://en.wikipedia.org/wiki/React_Native )
2020
2121## Status
22- Production - [ Version 2.0.6 ] ( https://github.com/PureMVC/puremvc-js-multicore-framework/blob/master/VERSION )
22+ Production - [ Version 2.0.7 ] ( https://github.com/PureMVC/puremvc-js-multicore-framework/blob/master/VERSION )
2323
2424#### Documentation
2525- https://jsdoc.app/about-commandline.html
Original file line number Diff line number Diff line change 11PureMVC MultiCore Framework for JavaScript
22--------------------------------------------------------------------------
3- Release Date: 8/13 /24
3+ Release Date: 8/14 /24
44 Platform: JavaScript
55 Version: 2
66 Revision: 0
7- Minor: 6
7+ Minor: 7
88 Authors: Saad Shams <saad.shams@puremvc.org>
99 : David Foley <david.foley@puremvc.org>
1010 : Cliff Hall <cliff.hall@puremvc.org>
@@ -15,4 +15,5 @@ Release Date: 8/13/24
15152.0.3 - Update package description
16162.0.4 - Streamline exports and add ESM/CommonJS support
17172.0.5 - NPM package borked for cjs
18- 2.0.6 - NPM package bundling the ESM/CommonJS suuport
18+ 2.0.6 - NPM package bundling the ESM/CommonJS support
19+ 2.0.7 - Finally? NPM bundling
Original file line number Diff line number Diff line change 11{
22 "name" : " @puremvc/puremvc-js-multicore-framework" ,
3- "version" : " 2.0.6 " ,
3+ "version" : " 2.0.7 " ,
44 "type" : " module" ,
5- "main" : " bin/cjs/puremvc.js " ,
6- "modules " : " bin/esm/puremvc.js" ,
5+ "main" : " bin/cjs/puremvc.cjs " ,
6+ "module " : " bin/esm/puremvc.js" ,
77 "exports" : {
88 "." : {
9- "import " : " ./bin/esm /puremvc.js " ,
10- "require " : " ./bin/cjs /puremvc.js"
9+ "require " : " ./bin/cjs /puremvc.cjs " ,
10+ "import " : " ./bin/esm /puremvc.js"
1111 }
1212 },
1313 "description" : " PureMVC MultiCore Framework for JavaScript" ,
You can’t perform that action at this time.
0 commit comments