Skip to content

Commit 8e4546f

Browse files
committed
NPM package 2.0.7,
1 parent 2bdfca3 commit 8e4546f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PureMVC 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
1515
2.0.3 - Update package description
1616
2.0.4 - Streamline exports and add ESM/CommonJS support
1717
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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

0 commit comments

Comments
 (0)