pi-landstrip 0.5.8 → 0.11.0

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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -35,3 +35,6 @@ Use `/sandbox` inside Pi to show the active config.
35
35
 
36
36
  `pi-landstrip` is licensed under `MIT`. See [LICENSE](LICENSE) for more
37
37
  information.
38
+
39
+ The bundled `@jarkkojs/landstrip` package is licensed under
40
+ `Apache-2.0 AND LGPL-2.1-or-later`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-landstrip",
3
- "version": "0.5.8",
3
+ "version": "0.11.0",
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.3"
34
+ "@jarkkojs/landstrip": "^0.11.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@earendil-works/pi-coding-agent": "^0.78.0",