@plurnk/plurnk-execs-common 0.2.6 → 0.2.7

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 (1) hide show
  1. 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.6",
3
+ "version": "0.2.7",
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",
@@ -22,7 +22,7 @@
22
22
  "url": "git+https://github.com/plurnk/plurnk-execs-common.git"
23
23
  },
24
24
  "engines": {
25
- "node": ">=25"
25
+ "node": ">=26"
26
26
  },
27
27
  "license": "MIT",
28
28
  "author": "@wikitopian",
@@ -121,7 +121,7 @@
121
121
  "prepare": "npm run build"
122
122
  },
123
123
  "devDependencies": {
124
- "@types/node": "^25.8.0",
124
+ "@types/node": "^26.0.0",
125
125
  "typescript": "^6.0.3",
126
126
  "@plurnk/plurnk-execs": "^0.4.16"
127
127
  },