Skip to content

Commit 3a500dd

Browse files
committed
Add engines section to package.json
Bump version to 1.0.2
1 parent 1e2f05b commit 3a500dd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Release Date: 12/18/25
44
Platform: Typescript
55
Version: 1
66
Revision: 0
7-
Patch: 1
7+
Patch: 2
88
Author:Cliff Hall <[email protected]>
99
--------------------------------------------------------------------------
1010
1.0.0 - Initial port from AS3
11-
1.0.1 - Added DEV_GUIDE.md
11+
1.0.2 - Added DEV_GUIDE.md

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puremvc/puremvc-typescript-util-pipes",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "PureMVC Pipes Utility for TypeScript",
55
"main": "./bin/cjs/index.js",
66
"module": "./bin/esm/index.js",
@@ -94,5 +94,8 @@
9494
"typedoc": "^0.27.8",
9595
"typescript-eslint": "^8.25.0",
9696
"zod": "^3.24.2"
97+
},
98+
"engines": {
99+
"node": ">=20"
97100
}
98101
}

0 commit comments

Comments
 (0)