@akala/pm 3.5.4 → 3.5.5

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 +0 -5
  2. package/package.json +3 -3
package/changelog.md CHANGED
@@ -1,9 +1,4 @@
1
1
  # (2022-05-09)
2
2
 
3
3
 
4
- ### Bug Fixes
5
-
6
- * force socket processor on pm forks 0874275
7
-
8
-
9
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": "3.5.4",
7
+ "version": "3.5.5",
8
8
  "scripts": {
9
9
  "test": "echo 1",
10
10
  "generate": "ac generate dist/commands commands.json",
@@ -20,8 +20,8 @@
20
20
  "homepage": "https://akala.js.org/pm",
21
21
  "dependencies": {
22
22
  "@akala/cli": "^2.1.8",
23
- "@akala/commands": "^3.3.2",
24
- "@akala/config": "^1.1.22",
23
+ "@akala/commands": "^3.3.3",
24
+ "@akala/config": "^1.1.23",
25
25
  "@akala/core": "^9.0.4",
26
26
  "@akala/json-rpc-ws": "^9.5.0",
27
27
  "reflect-metadata": "^0.1.13",