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
19
19
* [ React Native] ( https://en.wikipedia.org/wiki/React_Native )
20
20
21
21
## 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 )
23
23
24
24
#### Documentation
25
25
- https://jsdoc.app/about-commandline.html
Original file line number Diff line number Diff line change 1
1
PureMVC MultiCore Framework for JavaScript
2
2
--------------------------------------------------------------------------
3
- Release Date: 8/13 /24
3
+ Release Date: 8/14 /24
4
4
Platform: JavaScript
5
5
Version: 2
6
6
Revision: 0
7
- Minor: 6
7
+ Minor: 7
8
8
Authors: Saad Shams <saad.shams@puremvc.org>
9
9
: David Foley <david.foley@puremvc.org>
10
10
: Cliff Hall <cliff.hall@puremvc.org>
@@ -15,4 +15,5 @@ Release Date: 8/13/24
15
15
2.0.3 - Update package description
16
16
2.0.4 - Streamline exports and add ESM/CommonJS support
17
17
2.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 1
1
{
2
2
"name" : " @puremvc/puremvc-js-multicore-framework" ,
3
- "version" : " 2.0.6 " ,
3
+ "version" : " 2.0.7 " ,
4
4
"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" ,
7
7
"exports" : {
8
8
"." : {
9
- "import " : " ./bin/esm /puremvc.js " ,
10
- "require " : " ./bin/cjs /puremvc.js"
9
+ "require " : " ./bin/cjs /puremvc.cjs " ,
10
+ "import " : " ./bin/esm /puremvc.js"
11
11
}
12
12
},
13
13
"description" : " PureMVC MultiCore Framework for JavaScript" ,
You can’t perform that action at this time.
0 commit comments