@akala/pm 9.3.0 → 9.3.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 -6
  2. package/package.json +6 -6
package/changelog.md CHANGED
@@ -1,9 +1,4 @@
1
- # (2024-08-27)
2
-
3
-
4
- ### Features
5
-
6
- * expose start command to self-host pm 1a6e822
1
+ # (2024-08-28)
7
2
 
8
3
 
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": "9.3.0",
7
+ "version": "9.3.1",
8
8
  "scripts": {
9
9
  "test": "echo 1",
10
10
  "generate": "ac generate dist/esm/commands commands.json",
@@ -29,11 +29,11 @@
29
29
  "src/fork.ts"
30
30
  ],
31
31
  "dependencies": {
32
- "@akala/cli": "^2.14.15",
33
- "@akala/commands": "^8.2.5",
34
- "@akala/config": "^4.0.53",
35
- "@akala/core": "^15.0.18",
36
- "@akala/json-rpc-ws": "^10.5.18",
32
+ "@akala/cli": "^2.14.16",
33
+ "@akala/commands": "^8.2.6",
34
+ "@akala/config": "^4.0.54",
35
+ "@akala/core": "^15.0.19",
36
+ "@akala/json-rpc-ws": "^10.5.19",
37
37
  "reflect-metadata": "^0.2.2",
38
38
  "source-map-support": "^0.5.21"
39
39
  },