Skip to content

Commit

Permalink
NPM package 2.0.7,
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffhall committed Aug 14, 2024
1 parent 2bdfca3 commit 8e4546f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PureMVC is a lightweight framework for creating applications based upon the clas
* [React Native](https://en.wikipedia.org/wiki/React_Native)

## Status
Production - [Version 2.0.6](https://github.com/PureMVC/puremvc-js-multicore-framework/blob/master/VERSION)
Production - [Version 2.0.7](https://github.com/PureMVC/puremvc-js-multicore-framework/blob/master/VERSION)

#### Documentation
- https://jsdoc.app/about-commandline.html
Expand Down
7 changes: 4 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PureMVC MultiCore Framework for JavaScript
--------------------------------------------------------------------------
Release Date: 8/13/24
Release Date: 8/14/24
Platform: JavaScript
Version: 2
Revision: 0
Minor: 6
Minor: 7
Authors: Saad Shams <[email protected]>
: David Foley <[email protected]>
: Cliff Hall <[email protected]>
Expand All @@ -15,4 +15,5 @@ Release Date: 8/13/24
2.0.3 - Update package description
2.0.4 - Streamline exports and add ESM/CommonJS support
2.0.5 - NPM package borked for cjs
2.0.6 - NPM package bundling the ESM/CommonJS suuport
2.0.6 - NPM package bundling the ESM/CommonJS support
2.0.7 - Finally? NPM bundling
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@puremvc/puremvc-js-multicore-framework",
"version": "2.0.6",
"version": "2.0.7",
"type": "module",
"main": "bin/cjs/puremvc.js",
"modules": "bin/esm/puremvc.js",
"main": "bin/cjs/puremvc.cjs",
"module": "bin/esm/puremvc.js",
"exports": {
".": {
"import": "./bin/esm/puremvc.js",
"require": "./bin/cjs/puremvc.js"
"require": "./bin/cjs/puremvc.cjs",
"import": "./bin/esm/puremvc.js"
}
},
"description": "PureMVC MultiCore Framework for JavaScript",
Expand Down

0 comments on commit 8e4546f

Please sign in to comment.