@akala/pm 7.0.0 → 7.0.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 +0 -10
  2. package/package.json +3 -3
package/changelog.md CHANGED
@@ -1,14 +1,4 @@
1
1
  # (2023-06-10)
2
2
 
3
3
 
4
- ### Bug Fixes
5
-
6
- * move socket name as part of socket options 97dd422
7
-
8
-
9
- ### BREAKING CHANGES
10
-
11
- * serveMetadata signature change
12
-
13
-
14
4
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "pm": "dist/esm/cli.js",
5
5
  "pm-fork": "dist/esm/fork.js"
6
6
  },
7
- "version": "7.0.0",
7
+ "version": "7.0.1",
8
8
  "scripts": {
9
9
  "test": "echo 1",
10
10
  "generate": "ac generate dist/esm/commands commands.json",
@@ -27,8 +27,8 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@akala/cli": "^2.11.0",
30
- "@akala/commands": "^6.0.0",
31
- "@akala/config": "^2.5.1",
30
+ "@akala/commands": "^6.0.1",
31
+ "@akala/config": "^2.5.2",
32
32
  "@akala/core": "^10.5.4",
33
33
  "@akala/json-rpc-ws": "^10.2.37",
34
34
  "reflect-metadata": "^0.1.13",