@openbuilder/cli 0.50.44 → 0.50.46

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 (46) hide show
  1. package/dist/chunks/{Banner-BlktOjfl.js → Banner-BKC6yG6z.js} +2 -2
  2. package/dist/chunks/{Banner-BlktOjfl.js.map → Banner-BKC6yG6z.js.map} +1 -1
  3. package/dist/chunks/{cli-auth-ChCnxlFl.js → cli-auth-BgiGSBOt.js} +4 -4
  4. package/dist/chunks/{cli-auth-ChCnxlFl.js.map → cli-auth-BgiGSBOt.js.map} +1 -1
  5. package/dist/chunks/{index-oFqGtEeF.js → index-ZNRLfdj5.js} +2 -2
  6. package/dist/chunks/{index-oFqGtEeF.js.map → index-ZNRLfdj5.js.map} +1 -1
  7. package/dist/chunks/{init-BsQ3dhwf.js → init-IQRjA1g3.js} +5 -6
  8. package/dist/chunks/{init-BsQ3dhwf.js.map → init-IQRjA1g3.js.map} +1 -1
  9. package/dist/chunks/{init-tui-Dvk6Ndvl.js → init-tui-B4jfmo3U.js} +5 -6
  10. package/dist/chunks/{init-tui-Dvk6Ndvl.js.map → init-tui-B4jfmo3U.js.map} +1 -1
  11. package/dist/chunks/{login-BhtodVsj.js → login-CrIcDJpS.js} +2 -2
  12. package/dist/chunks/{login-BhtodVsj.js.map → login-CrIcDJpS.js.map} +1 -1
  13. package/dist/chunks/{logout-CDDASeuQ.js → logout-BxgiczmY.js} +2 -2
  14. package/dist/chunks/{logout-CDDASeuQ.js.map → logout-BxgiczmY.js.map} +1 -1
  15. package/dist/chunks/{main-tui-Cklcr3FX.js → main-tui-NPDVPKol.js} +7 -8
  16. package/dist/chunks/{main-tui-Cklcr3FX.js.map → main-tui-NPDVPKol.js.map} +1 -1
  17. package/dist/chunks/{port-allocator-Ct3ioni4.js → port-allocator-DuAZe2_S.js} +3 -4
  18. package/dist/chunks/{port-allocator-Ct3ioni4.js.map → port-allocator-DuAZe2_S.js.map} +1 -1
  19. package/dist/chunks/{run-wycadErJ.js → run-Yh3YjeLl.js} +10 -16
  20. package/dist/chunks/{run-wycadErJ.js.map → run-Yh3YjeLl.js.map} +1 -1
  21. package/dist/chunks/{start-CQKEEma-.js → start-B-brfyVy.js} +5 -6
  22. package/dist/chunks/{start-CQKEEma-.js.map → start-B-brfyVy.js.map} +1 -1
  23. package/dist/chunks/{theme-CktnrDZj.js → theme-DOjeB8BU.js} +13 -8
  24. package/dist/chunks/{theme-CktnrDZj.js.map → theme-DOjeB8BU.js.map} +1 -1
  25. package/dist/chunks/{use-app-Cj2bzWaw.js → use-app-DozfqdJj.js} +2 -2
  26. package/dist/chunks/{use-app-Cj2bzWaw.js.map → use-app-DozfqdJj.js.map} +1 -1
  27. package/dist/chunks/{useBuildState-pcDGDakI.js → useBuildState-DV6wurQ2.js} +2 -2
  28. package/dist/chunks/{useBuildState-pcDGDakI.js.map → useBuildState-DV6wurQ2.js.map} +1 -1
  29. package/dist/cli/index.js +7 -7
  30. package/dist/index.js +205 -2734
  31. package/dist/index.js.map +1 -1
  32. package/dist/instrument.js +7 -64162
  33. package/dist/instrument.js.map +1 -1
  34. package/package.json +2 -11
  35. package/dist/chunks/_commonjsHelpers-h-Bqc03Z.js +0 -34
  36. package/dist/chunks/_commonjsHelpers-h-Bqc03Z.js.map +0 -1
  37. package/dist/chunks/exports-ij9sv4UM.js +0 -7793
  38. package/dist/chunks/exports-ij9sv4UM.js.map +0 -1
  39. package/scripts/install-vendor-deps.js +0 -34
  40. package/scripts/install-vendor.js +0 -167
  41. package/scripts/prepare-release.js +0 -83
  42. package/vendor/ai-sdk-provider-claude-code-LOCAL.tgz +0 -0
  43. package/vendor/sentry-core-LOCAL.tgz +0 -0
  44. package/vendor/sentry-nextjs-LOCAL.tgz +0 -0
  45. package/vendor/sentry-node-LOCAL.tgz +0 -0
  46. package/vendor/sentry-node-core-LOCAL.tgz +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbuilder/cli",
3
- "version": "0.50.44",
3
+ "version": "0.50.46",
4
4
  "description": "OpenBuilder CLI - Build AI-powered apps with Claude. Just run: npx @openbuilder/cli runner",
5
5
  "private": false,
6
6
  "type": "module",
@@ -13,8 +13,6 @@
13
13
  "bin/",
14
14
  "dist/",
15
15
  "templates/",
16
- "vendor/*.tgz",
17
- "scripts/",
18
16
  "templates.json",
19
17
  ".npmrc"
20
18
  ],
@@ -43,7 +41,6 @@
43
41
  "homepage": "https://github.com/codyde/openbuilder#readme",
44
42
  "preferGlobal": true,
45
43
  "scripts": {
46
- "postinstall": "node scripts/install-vendor.js",
47
44
  "dev": "RUNNER_WS_URL=ws://localhost:3000/ws/runner tsx --import ./src/instrument.ts src/index.ts",
48
45
  "dev:cli": "tsx --import ./src/instrument.ts src/cli/index.ts",
49
46
  "build": "rollup -c && cp templates.json dist/",
@@ -52,16 +49,10 @@
52
49
  "cli": "node --import ./dist/instrument.js dist/cli/index.js"
53
50
  },
54
51
  "dependencies": {
55
- "@ai-sdk/openai": "^2.0.53",
56
52
  "@anthropic-ai/claude-agent-sdk": "^0.2.12",
57
53
  "@clack/prompts": "^0.11.0",
58
54
  "@openai/codex-sdk": "^0.53.0",
59
- "@sentry/core": "^10.17.0",
60
- "@sentry/nextjs": "^10.17.0",
61
- "@sentry/node": "^10.17.0",
62
- "@sentry/node-core": "^10.17.0",
63
- "ai": "^5.0.79",
64
- "ai-sdk-provider-claude-code": "^2.1.0",
55
+ "@sentry/node": "^10.37.0",
65
56
  "chalk": "^5.6.2",
66
57
  "commander": "^14.0.1",
67
58
  "conf": "^15.0.2",
@@ -1,34 +0,0 @@
1
- // OpenBuilder CLI - Built with Rollup
2
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
3
-
4
- function getDefaultExportFromCjs (x) {
5
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
6
- }
7
-
8
- function getAugmentedNamespace(n) {
9
- if (n.__esModule) return n;
10
- var f = n.default;
11
- if (typeof f == "function") {
12
- var a = function a () {
13
- if (this instanceof a) {
14
- return Reflect.construct(f, arguments, this.constructor);
15
- }
16
- return f.apply(this, arguments);
17
- };
18
- a.prototype = f.prototype;
19
- } else a = {};
20
- Object.defineProperty(a, '__esModule', {value: true});
21
- Object.keys(n).forEach(function (k) {
22
- var d = Object.getOwnPropertyDescriptor(n, k);
23
- Object.defineProperty(a, k, d.get ? d : {
24
- enumerable: true,
25
- get: function () {
26
- return n[k];
27
- }
28
- });
29
- });
30
- return a;
31
- }
32
-
33
- export { getDefaultExportFromCjs as a, commonjsGlobal as c, getAugmentedNamespace as g };
34
- //# sourceMappingURL=_commonjsHelpers-h-Bqc03Z.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_commonjsHelpers-h-Bqc03Z.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}