@akala/pm 9.2.0 → 9.2.2

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
@@ -3,12 +3,7 @@
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * pm log implementation a8fd354
7
-
8
-
9
- ### Features
10
-
11
- * export meta definition ca821ab
6
+ * artificial bump to force using latest tag on npm b3882a7
12
7
 
13
8
 
14
9
 
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.2.0",
7
+ "version": "9.2.2",
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.14.10",
30
- "@akala/commands": "^8.2.0",
31
- "@akala/config": "^4.0.48",
32
- "@akala/core": "^15.0.13",
33
- "@akala/json-rpc-ws": "^10.5.13",
29
+ "@akala/cli": "^2.14.12",
30
+ "@akala/commands": "^8.2.2",
31
+ "@akala/config": "^4.0.50",
32
+ "@akala/core": "^15.0.15",
33
+ "@akala/json-rpc-ws": "^10.5.15",
34
34
  "reflect-metadata": "^0.2.2",
35
35
  "source-map-support": "^0.5.21"
36
36
  },