@akala/pm 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/changelog.md +1 -13
  2. package/package.json +2 -2
package/changelog.md CHANGED
@@ -1,16 +1,4 @@
1
- # (2021-09-23)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * discover cli usage 697946b
7
- * improved logging support 8c81e18
8
- * removed mock-require usage 448f5be
9
-
10
-
11
- ### Features
12
-
13
- * cli now supports stream results 155e7ba
1
+ # (2021-10-02)
14
2
 
15
3
 
16
4
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "pm": "dist/cli.js",
5
5
  "pm-fork": "dist/fork.js"
6
6
  },
7
- "version": "2.4.0",
7
+ "version": "2.4.1",
8
8
  "scripts": {
9
9
  "test": "echo 1",
10
10
  "ac": "ac generate dist/commands commands.json",
@@ -19,7 +19,7 @@
19
19
  "homepage": "https://akala.js.org/pm",
20
20
  "dependencies": {
21
21
  "@akala/cli": "1.5.4",
22
- "@akala/commands": "2.5.4",
22
+ "@akala/commands": "2.5.5",
23
23
  "@akala/core": "7.5.9",
24
24
  "@akala/json-rpc-ws": "9.3.1",
25
25
  "debug": "^4.1.1",