Skip to content

Commit 336809e

Browse files
committed
update
- Streamlined export structure for simplified and easier named imports - Added separate build output for ESM and CommonJS - Configured package.json with `main`, `module`, and `exports` fields - Consumers can now import using either module system
1 parent 978f714 commit 336809e

40 files changed

+3027
-292
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ PureMVC is a lightweight framework for creating applications based upon the clas
1313
## Platforms / Technologies
1414
* [JavaScript](https://en.wikipedia.org/wiki/JavaScript)
1515
* [ECMAScript](https://en.wikipedia.org/wiki/ECMAScript)
16+
* [CommonJS](https://en.wikipedia.org/wiki/CommonJS)
1617
* [Node.js](https://en.wikipedia.org/wiki/Node.js)
18+
* [React](https://en.wikipedia.org/wiki/React_(JavaScript_library))
19+
* [React Native](https://en.wikipedia.org/wiki/React_Native)
1720

1821
## Status
19-
Production - [Version 2.0.3](https://github.com/PureMVC/puremvc-js-multicore-framework/blob/master/VERSION)
22+
Production - [Version 2.0.4](https://github.com/PureMVC/puremvc-js-multicore-framework/blob/master/VERSION)
2023

2124
#### Documentation
2225
- https://jsdoc.app/about-commandline.html
@@ -38,7 +41,7 @@ Production - [Version 2.0.3](https://github.com/PureMVC/puremvc-js-multicore-fra
3841
- https://docs.npmjs.com/package-name-guidelines
3942

4043
## License
41-
* PureMVC MultiCore Framework for JavaScript - Copyright © 2023 [Saad Shams](https://www.linkedin.com/in/muizz/), [David Foley](https://github.com/objectkit)
44+
* PureMVC MultiCore Framework for JavaScript - Copyright © 2023 [Saad Shams](https://www.linkedin.com/in/muizz), [David Foley](https://github.com/objectkit), [Cliff Hall](https://www.linkedin.com/in/cliff)
4245
* PureMVC - Copyright © 2023 [Futurescale, Inc.](http://futurescale.com/)
4346
* All rights reserved.
4447

VERSION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
PureMVC MultiCore Framework for JavaScript
22
--------------------------------------------------------------------------
3-
Release Date: 3/3/24
3+
Release Date: 8/13/24
44
Platform: JavaScript
55
Version: 2
66
Revision: 0
7-
Minor: 3
7+
Minor: 4
88
Authors: Saad Shams <[email protected]>
99
: David Foley <[email protected]>
1010
: Cliff Hall <[email protected]>
1111
--------------------------------------------------------------------------
1212
2.0 - Brand new implementation of ported code, equivalent to AS3 MultiCore Version 1.0.5.
1313
2.0.1 - Package for npm
1414
2.0.2 - Version alignment in build
15-
2.0.3 - Update package description
15+
2.0.3 - Update package description
16+
2.0.4 - Streamline exports and add ESM/CommonJS support

0 commit comments

Comments
 (0)