File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11.idea
22.goose
3- . bin
3+ bin
44coverage
55node_modules
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Release Date: 11/25/25
44 Platform: Typescript
55 Version: 1
66 Revision: 0
7- Minor: 6
7+ Minor: 7
88 Authors: Cliff Hall <cliff.hall@puremvc.org>
99--------------------------------------------------------------------------
1010
11111.0.0 Initial port from the AS3 source.
12121.0.2 Fix entrypoint
13- 1.0.3 - 1.0.6 Configure npm publishing workflow
13+ 1.0.3 - 1.0.7 Configure npm publishing workflow
Original file line number Diff line number Diff line change 11{
22 "name" : " @puremvc/puremvc-typescript-util-async-command" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " PureMVC AsyncCommand Utility for TypeScript" ,
55 "main" : " ./bin/cjs/index.js" ,
66 "module" : " bin/esm/index.js" ,
2525 " package.json"
2626 ],
2727 "scripts" : {
28- "build" : " npm run clean && npm run build:lib" ,
28+ "build" : " npm run clean && npm run build:lib && npm run build:doc " ,
2929 "test" : " jest --coverage" ,
3030 "lint" : " eslint ./src ./test" ,
3131 "lint:fix" : " eslint ./src ./test --fix" ,
You can’t perform that action at this time.
0 commit comments