@akala/pm 8.0.0 → 8.0.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.
- package/changelog.md +1 -16
- package/package.json +3 -3
package/changelog.md
CHANGED
@@ -1,19 +1,4 @@
|
|
1
|
-
# (2023-12-
|
2
|
-
|
3
|
-
|
4
|
-
### Bug Fixes
|
5
|
-
|
6
|
-
* split start and start-self 8ebb5f7
|
7
|
-
|
8
|
-
|
9
|
-
### Features
|
10
|
-
|
11
|
-
* add the possibility to load programs with file urls dbbc1a6
|
12
|
-
|
13
|
-
|
14
|
-
### BREAKING CHANGES
|
15
|
-
|
16
|
-
* .pm.config.json is now read from CWD instead of HOMEDIR
|
1
|
+
# (2023-12-16)
|
17
2
|
|
18
3
|
|
19
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": "8.0.
|
7
|
+
"version": "8.0.1",
|
8
8
|
"scripts": {
|
9
9
|
"test": "echo 1",
|
10
10
|
"generate": "ac generate dist/esm/commands commands.json",
|
@@ -27,8 +27,8 @@
|
|
27
27
|
],
|
28
28
|
"dependencies": {
|
29
29
|
"@akala/cli": "^2.12.8",
|
30
|
-
"@akala/commands": "^6.
|
31
|
-
"@akala/config": "^2.5.
|
30
|
+
"@akala/commands": "^6.5.0",
|
31
|
+
"@akala/config": "^2.5.15",
|
32
32
|
"@akala/core": "^11.0.3",
|
33
33
|
"@akala/json-rpc-ws": "^10.2.41",
|
34
34
|
"reflect-metadata": "^0.1.14",
|