pi-landstrip 0.11.6 → 0.11.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 (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -91,7 +91,7 @@ interface LandstripBashCallbacks {
91
91
  onErrorFd?: (data: Buffer) => void;
92
92
  }
93
93
 
94
- const LANDSTRIP_VERSION = [0, 11, 9] as const;
94
+ const LANDSTRIP_VERSION = [0, 11, 11] as const;
95
95
  const REQUIRED_LANDSTRIP_VERSION = LANDSTRIP_VERSION.join('.');
96
96
  const LANDSTRIP_ERROR_REASONS = new Set<LandstripErrorReason>([
97
97
  'Other',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-landstrip",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "description": "Landlock-based sandboxing for pi with interactive permission prompts",
5
5
  "keywords": [
6
6
  "landstrip",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@earendil-works/pi-tui": "^0.78.0",
34
- "@jarkkojs/landstrip": "^0.11.10"
34
+ "@jarkkojs/landstrip": "^0.11.11"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@earendil-works/pi-coding-agent": "^0.78.0",