@plurnk/plurnk-execs-common 0.2.10 → 0.2.12
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk-execs-common",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Universal subprocess executor for plurnk-service's exec scheme — one package exposing the shell + node + python floor plus whichever host interpreters (perl, ruby, php, lua, awk, bc, …) are present.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurnk",
|
|
@@ -123,9 +123,9 @@
|
|
|
123
123
|
"devDependencies": {
|
|
124
124
|
"@types/node": "^26.0.0",
|
|
125
125
|
"typescript": "^6.0.3",
|
|
126
|
-
"@plurnk/plurnk-execs": "0.4.
|
|
126
|
+
"@plurnk/plurnk-execs": "0.4.30"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
|
-
"@plurnk/plurnk-execs": "0.4.
|
|
129
|
+
"@plurnk/plurnk-execs": "0.4.30"
|
|
130
130
|
}
|
|
131
131
|
}
|