File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ Release Date: 11/25/25
44 Platform: Typescript
55 Version: 1
66 Revision: 0
7- Minor: 3
7+ Minor: 4
88 Authors: Cliff Hall <cliff.hall@puremvc.org>
99--------------------------------------------------------------------------
1010
11111.0.0 Initial port from the AS3 source.
12121.0.1 NPM Package link
13131.0.2 Fix entry point in package.json
14- 1.0.3 Add github workflow file for build/publish
14+ 1.0.3 - 1.0.4 Add github workflow for build/publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @puremvc/puremvc-typescript-util-state-machine" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " PureMVC State Machine Utility for TypeScript" ,
55 "main" : " ./bin/cjs/index.js" ,
66 "module" : " ./bin/esm/index.js" ,
9393 "typedoc" : " ^0.27.8" ,
9494 "typescript-eslint" : " ^8.25.0" ,
9595 "zod" : " ^3.24.2"
96+ },
97+ "engines" : {
98+ "node" : " >=20"
9699 }
97100}
You can’t perform that action at this time.
0 commit comments