@lousy-agents/agent-shell 5.15.5 → 5.15.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/dist/index.js +5 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -15219,14 +15219,14 @@ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj
15219
15219
  var installedChunks = {410: 0,};
15220
15220
  var installChunk = (data) => {
15221
15221
  var __rspack_esm_ids = data.__rspack_esm_ids;
15222
- var __webpack_modules__ = data.__webpack_modules__;
15222
+ var moreModules = data.__webpack_modules__;
15223
15223
  var __rspack_esm_runtime = data.__rspack_esm_runtime;
15224
15224
  // add "modules" to the modules object,
15225
15225
  // then flag all "ids" as loaded and fire callback
15226
15226
  var moduleId, chunkId, i = 0;
15227
- for (moduleId in __webpack_modules__) {
15228
- if (__webpack_require__.o(__webpack_modules__, moduleId)) {
15229
- __webpack_require__.m[moduleId] = __webpack_modules__[moduleId];
15227
+ for (moduleId in moreModules) {
15228
+ if (__webpack_require__.o(moreModules, moduleId)) {
15229
+ __webpack_require__.m[moduleId] = moreModules[moduleId];
15230
15230
  }
15231
15231
  }
15232
15232
  if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
@@ -15239,6 +15239,7 @@ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj
15239
15239
  }
15240
15240
 
15241
15241
  };
15242
+
15242
15243
  __webpack_require__.f.j = function (chunkId, promises) {
15243
15244
  // import() chunk loading for javascript
15244
15245
  var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/agent-shell",
3
- "version": "5.15.5",
3
+ "version": "5.15.7",
4
4
  "description": "A flight recorder for npm script execution",
5
5
  "type": "module",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "zod": "4.4.3"
41
41
  },
42
42
  "peerDependencies": {
43
- "@github/copilot-sdk": "1.0.2"
43
+ "@github/copilot-sdk": "1.0.4"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "@github/copilot-sdk": {