@akala/pm 7.1.0 → 7.1.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 +0 -10
  2. package/package.json +4 -4
package/changelog.md CHANGED
@@ -1,14 +1,4 @@
1
1
  # (2023-07-14)
2
2
 
3
3
 
4
- ### Bug Fixes
5
-
6
- * improve spanasync resilience 7c1b792
7
-
8
-
9
- ### Features
10
-
11
- * export spanAsync 93a722d
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.1.0",
7
+ "version": "7.1.2",
8
8
  "scripts": {
9
9
  "test": "echo 1",
10
10
  "generate": "ac generate dist/esm/commands commands.json",
@@ -26,9 +26,9 @@
26
26
  "src/fork.ts"
27
27
  ],
28
28
  "dependencies": {
29
- "@akala/cli": "^2.12.2",
30
- "@akala/commands": "^6.4.0",
31
- "@akala/config": "^2.5.8",
29
+ "@akala/cli": "^2.12.4",
30
+ "@akala/commands": "^6.4.2",
31
+ "@akala/config": "^2.5.10",
32
32
  "@akala/core": "^11.0.0",
33
33
  "@akala/json-rpc-ws": "^10.2.39",
34
34
  "reflect-metadata": "^0.1.13",