@akala/pm 4.0.0 → 4.0.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.
- package/changelog.md +0 -19
- package/package.json +3 -3
package/changelog.md
CHANGED
@@ -1,23 +1,4 @@
|
|
1
1
|
# (2022-10-26)
|
2
2
|
|
3
3
|
|
4
|
-
### Bug Fixes
|
5
|
-
|
6
|
-
* fix pm startup 9f53b54
|
7
|
-
* path to container schema 86b982d
|
8
|
-
* remove confusing inject property on commands 9c45241
|
9
|
-
* stateless cli gateway working 17d705f
|
10
|
-
* update lock and commands.json files eeae419
|
11
|
-
|
12
|
-
|
13
|
-
### Features
|
14
|
-
|
15
|
-
* add stateless initial support 8605db0
|
16
|
-
|
17
|
-
|
18
|
-
### BREAKING CHANGES
|
19
|
-
|
20
|
-
* inject property does not exist on commands anymore
|
21
|
-
|
22
|
-
|
23
4
|
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"pm": "dist/cli.js",
|
5
5
|
"pm-fork": "dist/fork.js"
|
6
6
|
},
|
7
|
-
"version": "4.0.
|
7
|
+
"version": "4.0.2",
|
8
8
|
"scripts": {
|
9
9
|
"test": "echo 1",
|
10
10
|
"generate": "ac generate dist/commands commands.json",
|
@@ -20,8 +20,8 @@
|
|
20
20
|
"homepage": "https://akala.js.org/pm",
|
21
21
|
"dependencies": {
|
22
22
|
"@akala/cli": "^2.5.0",
|
23
|
-
"@akala/commands": "^4.
|
24
|
-
"@akala/config": "^1.3.
|
23
|
+
"@akala/commands": "^4.1.1",
|
24
|
+
"@akala/config": "^1.3.17",
|
25
25
|
"@akala/core": "^9.5.0",
|
26
26
|
"@akala/json-rpc-ws": "^9.7.0",
|
27
27
|
"reflect-metadata": "^0.1.13",
|