We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd22e6 commit 0b0d252Copy full SHA for 0b0d252
VERSION
@@ -4,10 +4,10 @@ Release Date: 11/25/25
4
Platform: Typescript
5
Version: 1
6
Revision: 0
7
- Minor: 5
+ Minor: 6
8
Authors: Cliff Hall <cliff.hall@puremvc.org>
9
--------------------------------------------------------------------------
10
11
1.0.0 Initial port from the AS3 source.
12
1.0.2 Fix entrypoint
13
-1.0.3 - 1.0.5 Configure npm publishing workflow
+1.0.3 - 1.0.6 Configure npm publishing workflow
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@puremvc/puremvc-typescript-util-async-command",
3
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "PureMVC AsyncCommand Utility for TypeScript",
"main": "./bin/cjs/index.js",
"module": "bin/esm/index.js",
0 commit comments