@akala/pm 13.0.0 → 14.0.0
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 +12 -1
- package/package.json +6 -6
package/changelog.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1
|
-
# (2025-02-
|
1
|
+
# (2025-02-28)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* stop re-exporting spawnAsync from cli 2c2e894
|
7
|
+
* use helpers from @akala/cli 74292f2
|
8
|
+
|
9
|
+
|
10
|
+
### BREAKING CHANGES
|
11
|
+
|
12
|
+
* spawnAsync being available in cli, use that one instead of the one from pm
|
2
13
|
|
3
14
|
|
4
15
|
|
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
|
+
"version": "14.0.0",
|
8
8
|
"scripts": {
|
9
9
|
"test": "echo 1",
|
10
10
|
"generate": "ac generate dist/esm/commands commands.json --name pm && ac generate dist/esm/cli-commands cli-commands.json --name pm",
|
@@ -29,11 +29,11 @@
|
|
29
29
|
"src/fork.ts"
|
30
30
|
],
|
31
31
|
"dependencies": {
|
32
|
-
"@akala/cli": "^3.
|
33
|
-
"@akala/commands": "^11.
|
34
|
-
"@akala/config": "^5.0.
|
35
|
-
"@akala/core": "^
|
36
|
-
"@akala/json-rpc-ws": "^11.0.
|
32
|
+
"@akala/cli": "^3.2.0",
|
33
|
+
"@akala/commands": "^11.3.0",
|
34
|
+
"@akala/config": "^5.0.39",
|
35
|
+
"@akala/core": "^23.0.0",
|
36
|
+
"@akala/json-rpc-ws": "^11.0.20",
|
37
37
|
"reflect-metadata": "^0.2.2",
|
38
38
|
"source-map-support": "^0.5.21"
|
39
39
|
},
|