@plurnk/plurnk-execs-git 0.1.9 → 0.1.11

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-git",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "git + GitHub-CLI runtime executor for plurnk-service's exec scheme — shells the system git/gh binaries (no third-party lib) for EXEC[git] / EXEC[gh].",
5
5
  "keywords": [
6
6
  "plurnk",
@@ -65,9 +65,9 @@
65
65
  "devDependencies": {
66
66
  "@types/node": "^26.0.0",
67
67
  "typescript": "^6.0.3",
68
- "@plurnk/plurnk-execs": "0.4.28"
68
+ "@plurnk/plurnk-execs": "0.4.30"
69
69
  },
70
70
  "peerDependencies": {
71
- "@plurnk/plurnk-execs": "0.4.28"
71
+ "@plurnk/plurnk-execs": "0.4.30"
72
72
  }
73
73
  }