@akala/pm 8.0.24 → 8.0.25

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 +6 -6
package/changelog.md CHANGED
@@ -1,9 +1,4 @@
1
1
  # (2023-12-29)
2
2
 
3
3
 
4
- ### Bug Fixes
5
-
6
- * fix after config upgrade 90625ec
7
-
8
-
9
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": "8.0.24",
7
+ "version": "8.0.25",
8
8
  "scripts": {
9
9
  "test": "echo 1",
10
10
  "generate": "ac generate dist/esm/commands commands.json",
@@ -26,11 +26,11 @@
26
26
  "src/fork.ts"
27
27
  ],
28
28
  "dependencies": {
29
- "@akala/cli": "^2.12.16",
30
- "@akala/commands": "^6.5.18",
31
- "@akala/config": "^4.0.0",
32
- "@akala/core": "^12.2.4",
33
- "@akala/json-rpc-ws": "^10.2.49",
29
+ "@akala/cli": "^2.12.17",
30
+ "@akala/commands": "^6.5.19",
31
+ "@akala/config": "^4.0.1",
32
+ "@akala/core": "^12.2.5",
33
+ "@akala/json-rpc-ws": "^10.2.50",
34
34
  "reflect-metadata": "^0.2.0",
35
35
  "source-map-support": "^0.5.21"
36
36
  },