@poe-platform/safe-bash 0.1.145 → 0.1.147

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 (76) hide show
  1. package/README.md +1 -1
  2. package/dist/safe-bash/browser.d.ts +4 -0
  3. package/dist/safe-bash/browser.d.ts.map +1 -1
  4. package/dist/safe-bash/browser.js +4046 -2910
  5. package/dist/safe-bash/browser.js.map +4 -4
  6. package/dist/safe-bash/commands/basic.d.ts +3 -1
  7. package/dist/safe-bash/commands/basic.d.ts.map +1 -1
  8. package/dist/safe-bash/commands/basic.js +143 -141
  9. package/dist/safe-bash/commands/basic.js.map +1 -1
  10. package/dist/safe-bash/commands/execution.d.ts +4 -1
  11. package/dist/safe-bash/commands/execution.d.ts.map +1 -1
  12. package/dist/safe-bash/commands/execution.js +134 -32
  13. package/dist/safe-bash/commands/execution.js.map +1 -1
  14. package/dist/safe-bash/commands/filesystem.d.ts.map +1 -1
  15. package/dist/safe-bash/commands/filesystem.js +161 -39
  16. package/dist/safe-bash/commands/filesystem.js.map +1 -1
  17. package/dist/safe-bash/commands/find.d.ts.map +1 -1
  18. package/dist/safe-bash/commands/find.js +83 -3
  19. package/dist/safe-bash/commands/find.js.map +1 -1
  20. package/dist/safe-bash/commands/index.d.ts +4 -0
  21. package/dist/safe-bash/commands/index.d.ts.map +1 -1
  22. package/dist/safe-bash/commands/index.js +1 -1
  23. package/dist/safe-bash/commands/index.js.map +1 -1
  24. package/dist/safe-bash/commands/regex-execution/ere/matcher.d.ts.map +1 -1
  25. package/dist/safe-bash/commands/regex-execution/ere/matcher.js +35 -15
  26. package/dist/safe-bash/commands/regex-execution/ere/matcher.js.map +1 -1
  27. package/dist/safe-bash/commands/search/file-types.d.ts +2 -0
  28. package/dist/safe-bash/commands/search/file-types.d.ts.map +1 -0
  29. package/dist/safe-bash/commands/search/file-types.js +229 -0
  30. package/dist/safe-bash/commands/search/file-types.js.map +1 -0
  31. package/dist/safe-bash/commands/search/options.d.ts +4 -0
  32. package/dist/safe-bash/commands/search/options.d.ts.map +1 -1
  33. package/dist/safe-bash/commands/search/options.js +14 -1
  34. package/dist/safe-bash/commands/search/options.js.map +1 -1
  35. package/dist/safe-bash/commands/search/walk.d.ts +2 -0
  36. package/dist/safe-bash/commands/search/walk.d.ts.map +1 -1
  37. package/dist/safe-bash/commands/search/walk.js +32 -0
  38. package/dist/safe-bash/commands/search/walk.js.map +1 -1
  39. package/dist/safe-bash/commands/streams.d.ts +1 -1
  40. package/dist/safe-bash/commands/streams.d.ts.map +1 -1
  41. package/dist/safe-bash/commands/streams.js +7 -1
  42. package/dist/safe-bash/commands/streams.js.map +1 -1
  43. package/dist/safe-bash/commands/structured/interpreter.d.ts +9 -1
  44. package/dist/safe-bash/commands/structured/interpreter.d.ts.map +1 -1
  45. package/dist/safe-bash/commands/structured/interpreter.js +78 -2
  46. package/dist/safe-bash/commands/structured/interpreter.js.map +1 -1
  47. package/dist/safe-bash/commands/structured/parser.d.ts +13 -0
  48. package/dist/safe-bash/commands/structured/parser.d.ts.map +1 -1
  49. package/dist/safe-bash/commands/structured/parser.js +49 -2
  50. package/dist/safe-bash/commands/structured/parser.js.map +1 -1
  51. package/dist/safe-bash/commands/table-text/join.d.ts.map +1 -1
  52. package/dist/safe-bash/commands/table-text/join.js +7 -2
  53. package/dist/safe-bash/commands/table-text/join.js.map +1 -1
  54. package/dist/safe-bash/commands/text-programs/sed.d.ts.map +1 -1
  55. package/dist/safe-bash/commands/text-programs/sed.js +98 -29
  56. package/dist/safe-bash/commands/text-programs/sed.js.map +1 -1
  57. package/dist/safe-bash/commands/text.d.ts.map +1 -1
  58. package/dist/safe-bash/commands/text.js +26 -16
  59. package/dist/safe-bash/commands/text.js.map +1 -1
  60. package/dist/safe-bash/plugins/index.d.ts +3 -0
  61. package/dist/safe-bash/plugins/index.d.ts.map +1 -1
  62. package/dist/safe-bash/plugins/index.js +1 -1
  63. package/dist/safe-bash/plugins/index.js.map +1 -1
  64. package/dist/safe-bash/shell/brace-expansion.d.ts +6 -0
  65. package/dist/safe-bash/shell/brace-expansion.d.ts.map +1 -0
  66. package/dist/safe-bash/shell/brace-expansion.js +335 -0
  67. package/dist/safe-bash/shell/brace-expansion.js.map +1 -0
  68. package/dist/safe-bash/shell/parser.d.ts +10 -1
  69. package/dist/safe-bash/shell/parser.d.ts.map +1 -1
  70. package/dist/safe-bash/shell/parser.js +92 -18
  71. package/dist/safe-bash/shell/parser.js.map +1 -1
  72. package/dist/safe-bash/shell/runtime.d.ts +4 -2
  73. package/dist/safe-bash/shell/runtime.d.ts.map +1 -1
  74. package/dist/safe-bash/shell/runtime.js +239 -38
  75. package/dist/safe-bash/shell/runtime.js.map +1 -1
  76. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poe-platform/safe-bash",
3
- "version": "0.1.145",
3
+ "version": "0.1.147",
4
4
  "description": "Extensible virtual shell with pluggable filesystems and streaming commands",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -137,7 +137,7 @@
137
137
  "access": "public"
138
138
  },
139
139
  "dependencies": {
140
- "@poe-platform/safe-fs": "0.1.145",
140
+ "@poe-platform/safe-fs": "0.1.147",
141
141
  "@types/node": "^25.2.2"
142
142
  }
143
143
  }