@lousy-agents/agent-shell 5.17.1 → 5.17.3
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.
- package/dist/300.js +2 -2
- package/package.json +2 -2
package/dist/300.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as __rspack_external__github_copilot_sdk_2f0a8c70 from "@github/copilot-sdk";
|
|
2
2
|
export const __rspack_esm_id = 300;
|
|
3
3
|
export const __rspack_esm_ids = [300];
|
|
4
4
|
export const __webpack_modules__ = {
|
|
5
5
|
791(module) {
|
|
6
6
|
|
|
7
|
-
module.exports =
|
|
7
|
+
module.exports = __rspack_external__github_copilot_sdk_2f0a8c70;
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lousy-agents/agent-shell",
|
|
3
|
-
"version": "5.17.
|
|
3
|
+
"version": "5.17.3",
|
|
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.
|
|
43
|
+
"@github/copilot-sdk": "1.0.6"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
46
46
|
"@github/copilot-sdk": {
|