File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 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
44    Platform: JavaScript
55     Version: 2
66    Revision: 0
7-        Minor: 4 
7+        Minor: 6 
88      Authors: Saad Shams <saad.shams@puremvc.org>
99             : David Foley <david.foley@puremvc.org>
1010             : Cliff Hall <cliff.hall@puremvc.org>
@@ -14,3 +14,5 @@ Release Date: 8/13/24
14142.0.2 - Version alignment in build
15152.0.3 - Update package description
16162.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 11{
22  "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"  ,
64  "type" : " module"  ,
5+   "main" : " bin/cjs/puremvc.js"  ,
6+   "modules" : " bin/esm/puremvc.js"  ,
77  "exports" : {
88    "." : {
99      "import" : " ./bin/esm/puremvc.js"  ,
10-       "require" : " ./bin/cjs/puremvc.cjs " 
10+       "require" : " ./bin/cjs/puremvc.js " 
1111    }
1212  },
1313  "description" : " PureMVC MultiCore Framework for JavaScript"  ,
3535    " mvc" 
3636  ],
3737  "files" : [
38-     " bin/"  ,
38+     " bin/**/*.* "  ,
3939    " LICENSE"  ,
40-     " README.md"  ,
4140    " VERSION"  ,
4241    " package.json" 
4342  ],
7675    "rollup" : " ^4.6.1" 
7776  },
7877  "bin" : {
79-     "puremvc-js-multicore-framework" : " bin/esm/ puremvc.js" 
78+     "puremvc-js-multicore-framework" : " bin/puremvc.js" 
8079  },
8180  "directories" : {
8281    "doc" : " docs"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments