Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release Date: 11/25/2025
Platform: JavaScript (Native)
Version: 1
Revision: 0
Minor: 8
Minor: 9
Authors: Copyright © 2008 Duncan Hall <duncan.hall@puremvc.org>
: Ported in 2024 by Cliff Hall <cliff.hall@puremvc.org>
-------------------------------------------------------------------------
Expand All @@ -14,5 +14,5 @@ Release Date: 11/25/2025
...
1.0.5 Fixed issues with nullish checking and necessary closure in AsyncMacroCommand
1.0.6 Update to use PureMVC 2.0.7 and build for cjs and esm.
1.0.7 - 1.0.8 Github workflow based publishing setup, add rollup config, tests
1.0.7 - 1.0.9 Github workflow based publishing setup, add rollup config, tests

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puremvc/puremvc-js-util-async-command",
"version": "1.0.8",
"version": "1.0.9",
"type": "module",
"main": "bin/cjs/puremvc.cjs",
"module": "bin/esm/puremvc.js",
Expand All @@ -20,7 +20,7 @@
"mvc"
],
"scripts": {
"build": "npm run clean && npm run build:lib && cp package.json bin/",
"build": "npm run clean && npm run build:lib",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"clean": "rm -rf bin",
"lint": "eslint ./src",
Expand Down