File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Release Date: 11/25/2025
44 Platform: JavaScript (Native)
55 Version: 1
66 Revision: 0
7- Minor: 8
7+ Minor: 9
88 Authors: Copyright © 2008 Duncan Hall <duncan.hall@puremvc.org>
99 : Ported in 2024 by Cliff Hall <cliff.hall@puremvc.org>
1010-------------------------------------------------------------------------
@@ -14,5 +14,5 @@ Release Date: 11/25/2025
1414...
15151.0.5 Fixed issues with nullish checking and necessary closure in AsyncMacroCommand
16161.0.6 Update to use PureMVC 2.0.7 and build for cjs and esm.
17- 1.0.7 - 1.0.8 Github workflow based publishing setup, add rollup config, tests
17+ 1.0.7 - 1.0.9 Github workflow based publishing setup, add rollup config, tests
1818
Original file line number Diff line number Diff line change 11{
22 "name" : " @puremvc/puremvc-js-util-async-command" ,
3- "version" : " 1.0.8 " ,
3+ "version" : " 1.0.9 " ,
44 "type" : " module" ,
55 "main" : " bin/cjs/puremvc.cjs" ,
66 "module" : " bin/esm/puremvc.js" ,
2020 " mvc"
2121 ],
2222 "scripts" : {
23- "build" : " npm run clean && npm run build:lib && cp package.json bin/ " ,
23+ "build" : " npm run clean && npm run build:lib" ,
2424 "test" : " NODE_OPTIONS=--experimental-vm-modules jest" ,
2525 "clean" : " rm -rf bin" ,
2626 "lint" : " eslint ./src" ,
You can’t perform that action at this time.
0 commit comments