bangonit 0.5.8 → 0.5.9

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 (63) hide show
  1. package/app/webapp/.next/standalone/app/webapp/.next/BUILD_ID +1 -1
  2. package/app/webapp/.next/standalone/app/webapp/.next/app-build-manifest.json +11 -11
  3. package/app/webapp/.next/standalone/app/webapp/.next/app-path-routes-manifest.json +1 -1
  4. package/app/webapp/.next/standalone/app/webapp/.next/build-manifest.json +3 -3
  5. package/app/webapp/.next/standalone/app/webapp/.next/prerender-manifest.json +1 -1
  6. package/app/webapp/.next/standalone/app/webapp/.next/required-server-files.json +1 -1
  7. package/app/webapp/.next/standalone/app/webapp/.next/server/app/_not-found/page.js +1 -1
  8. package/app/webapp/.next/standalone/app/webapp/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  9. package/app/webapp/.next/standalone/app/webapp/.next/server/app/_not-found.html +1 -1
  10. package/app/webapp/.next/standalone/app/webapp/.next/server/app/_not-found.rsc +1 -1
  11. package/app/webapp/.next/standalone/app/webapp/.next/server/app/api/chat/route.js +1 -1
  12. package/app/webapp/.next/standalone/app/webapp/.next/server/app/api/chat/route.js.nft.json +1 -1
  13. package/app/webapp/.next/standalone/app/webapp/.next/server/app/api/screenshot/route.js +1 -1
  14. package/app/webapp/.next/standalone/app/webapp/.next/server/app/api/screenshot/route.js.nft.json +1 -1
  15. package/app/webapp/.next/standalone/app/webapp/.next/server/app/app/page.js +5 -5
  16. package/app/webapp/.next/standalone/app/webapp/.next/server/app/app/page_client-reference-manifest.js +1 -1
  17. package/app/webapp/.next/standalone/app/webapp/.next/server/app/app.html +1 -1
  18. package/app/webapp/.next/standalone/app/webapp/.next/server/app/app.rsc +2 -2
  19. package/app/webapp/.next/standalone/app/webapp/.next/server/app/index.html +1 -1
  20. package/app/webapp/.next/standalone/app/webapp/.next/server/app/index.rsc +1 -1
  21. package/app/webapp/.next/standalone/app/webapp/.next/server/app/page.js +1 -1
  22. package/app/webapp/.next/standalone/app/webapp/.next/server/app/page_client-reference-manifest.js +1 -1
  23. package/app/webapp/.next/standalone/app/webapp/.next/server/app-paths-manifest.json +1 -1
  24. package/app/webapp/.next/standalone/app/webapp/.next/server/chunks/151.js +1 -1
  25. package/app/webapp/.next/standalone/app/webapp/.next/server/chunks/{124.js → 373.js} +15 -15
  26. package/app/webapp/.next/standalone/app/webapp/.next/server/chunks/679.js +1 -1
  27. package/app/webapp/.next/standalone/app/webapp/.next/server/middleware-build-manifest.js +1 -1
  28. package/app/webapp/.next/standalone/app/webapp/.next/server/pages/404.html +1 -1
  29. package/app/webapp/.next/standalone/app/webapp/.next/server/pages/500.html +1 -1
  30. package/app/webapp/.next/standalone/app/webapp/.next/server/server-reference-manifest.json +1 -1
  31. package/app/webapp/.next/{static/chunks/app/app/page-4c6dfbf12230aab7.js → standalone/app/webapp/.next/static/chunks/app/app/page-f4f042a34d2b4471.js} +1 -1
  32. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/app/layout-40f50d9380154ecf.js +1 -0
  33. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/{main-app-106dd83f859b9dfa.js → main-app-76384b941f0b51cb.js} +1 -1
  34. package/app/webapp/.next/standalone/app/webapp/server.js +1 -1
  35. package/app/webapp/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
  36. package/app/webapp/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
  37. package/app/webapp/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
  38. package/app/webapp/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  39. package/app/webapp/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
  40. package/app/webapp/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
  41. package/app/webapp/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  42. package/app/webapp/.next/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
  43. package/app/webapp/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +191 -0
  44. package/app/webapp/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  45. package/app/webapp/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
  46. package/app/webapp/.next/standalone/package.json +8 -6
  47. package/app/webapp/.next/{standalone/app/webapp/.next/static/chunks/app/app/page-4c6dfbf12230aab7.js → static/chunks/app/app/page-f4f042a34d2b4471.js} +1 -1
  48. package/app/webapp/.next/static/chunks/app/layout-40f50d9380154ecf.js +1 -0
  49. package/app/webapp/.next/static/chunks/{main-app-106dd83f859b9dfa.js → main-app-76384b941f0b51cb.js} +1 -1
  50. package/bin/boi.js +22 -0
  51. package/package.json +8 -6
  52. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/app/layout-57acb80d8da0067a.js +0 -1
  53. package/app/webapp/.next/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
  54. package/app/webapp/.next/static/chunks/app/layout-57acb80d8da0067a.js +0 -1
  55. package/bin/app/desktopapp/src/shared/args.js +0 -22
  56. package/bin/src/cli/bangonit.js +0 -1309
  57. /package/app/webapp/.next/standalone/app/webapp/.next/static/{QoPxkNUQxw6VoKyWIUhlL → ZoXPKe-6bpxSAS83EaRH6}/_buildManifest.js +0 -0
  58. /package/app/webapp/.next/standalone/app/webapp/.next/static/{QoPxkNUQxw6VoKyWIUhlL → ZoXPKe-6bpxSAS83EaRH6}/_ssgManifest.js +0 -0
  59. /package/app/webapp/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
  60. /package/app/webapp/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
  61. /package/app/webapp/.next/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/LICENSE +0 -0
  62. /package/app/webapp/.next/static/{QoPxkNUQxw6VoKyWIUhlL → ZoXPKe-6bpxSAS83EaRH6}/_buildManifest.js +0 -0
  63. /package/app/webapp/.next/static/{QoPxkNUQxw6VoKyWIUhlL → ZoXPKe-6bpxSAS83EaRH6}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "bangonit",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
+ "type": "module",
4
5
  "description": "AI-powered E2E testing tool",
5
6
  "bin": {
6
- "bangonit": "bin/src/cli/bangonit.js",
7
- "bang-on-it": "bin/src/cli/bangonit.js",
8
- "boi": "bin/src/cli/bangonit.js"
7
+ "bangonit": "bin/boi.js",
8
+ "bang-on-it": "bin/boi.js",
9
+ "boi": "bin/boi.js"
9
10
  },
10
11
  "scripts": {
11
12
  "prepublishOnly": "npm run build",
12
- "build": "concurrently npm:build:cli npm:build:webapp npm:build:electron npm:build:replay",
13
- "build:cli": "rm -fr bin && npx tsc -p tsconfig.cli.json && chmod +x bin/src/cli/bangonit.js",
13
+ "build": "concurrently npm:build:webapp npm:build:electron npm:build:replay",
14
14
  "build:webapp": "cd app/webapp && rm -rf .next && npm run build && cp -r .next/static .next/standalone/app/webapp/.next/static",
15
15
  "build:electron": "cd app/desktopapp && npx tsc",
16
16
  "build:replay": "cd app/replay && npx vite build",
@@ -65,6 +65,8 @@
65
65
  "electron": "^40.8.0",
66
66
  "is-ci": "^4.1.0",
67
67
  "minio": "^8.0.7",
68
+ "opencode-ai": "^1.3.0",
69
+ "tsx": "^4.21.0",
68
70
  "yargs": "^18.0.0",
69
71
  "zod": "^3.25.0"
70
72
  },
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[185],{4143:function(n,e,u){Promise.resolve().then(u.t.bind(u,2625,23))},2625:function(){}},function(n){n.O(0,[387,293,528,744],function(){return n(n.s=4143)}),_N_E=n.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[185],{4143:function(n,e,u){Promise.resolve().then(u.t.bind(u,2625,23))},2625:function(){}},function(n){n.O(0,[387,293,528,744],function(){return n(n.s=4143)}),_N_E=n.O()}]);
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ELECTRON_ARGS_ENV = exports.electronArgsSchema = void 0;
4
- const zod_1 = require("zod");
5
- exports.electronArgsSchema = zod_1.z.object({
6
- testPlanFiles: zod_1.z.array(zod_1.z.string()),
7
- headless: zod_1.z.boolean(),
8
- exit: zod_1.z.boolean(),
9
- keepOpen: zod_1.z.boolean(),
10
- json: zod_1.z.boolean(),
11
- console: zod_1.z.boolean(),
12
- record: zod_1.z.boolean(),
13
- retries: zod_1.z.number(),
14
- output: zod_1.z.string().nullable(),
15
- plan: zod_1.z.string().nullable(),
16
- prompt: zod_1.z.string().nullable(),
17
- concurrency: zod_1.z.number(),
18
- timeout: zod_1.z.number(),
19
- cwd: zod_1.z.string(),
20
- recordingsDir: zod_1.z.string().nullable(),
21
- });
22
- exports.ELECTRON_ARGS_ENV = "BANGONIT_ARGS";