@boxes-dev/dvb-runtime 1.0.758 → 1.0.759
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/bin/dvbd.cjs
CHANGED
|
@@ -73998,8 +73998,8 @@ var init_otel = __esm({
|
|
|
73998
73998
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
73999
73999
|
};
|
|
74000
74000
|
readBuildMetadata = () => {
|
|
74001
|
-
const rawPackageVersion = "1.0.
|
|
74002
|
-
const rawGitSha = "
|
|
74001
|
+
const rawPackageVersion = "1.0.759";
|
|
74002
|
+
const rawGitSha = "912813fe26d5aa558f5194be3cd6864420298b6b";
|
|
74003
74003
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
74004
74004
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
74005
74005
|
return { packageVersion, gitSha };
|
|
@@ -111891,9 +111891,9 @@ var init_sentry = __esm({
|
|
|
111891
111891
|
uncaughtExceptionMonitorInstalled = false;
|
|
111892
111892
|
currentDevboxSentryUser = null;
|
|
111893
111893
|
readBuildMetadata2 = () => {
|
|
111894
|
-
const rawPackageVersion = "1.0.
|
|
111895
|
-
const rawGitSha = "
|
|
111896
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
111894
|
+
const rawPackageVersion = "1.0.759";
|
|
111895
|
+
const rawGitSha = "912813fe26d5aa558f5194be3cd6864420298b6b";
|
|
111896
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.759+912813fe26d5aa558f5194be3cd6864420298b6b";
|
|
111897
111897
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
111898
111898
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
111899
111899
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -117367,7 +117367,7 @@ var init_packageVersion = __esm({
|
|
|
117367
117367
|
return import_node_path10.default.join(process.cwd(), "dvb");
|
|
117368
117368
|
};
|
|
117369
117369
|
readEmbeddedPackageVersion = () => {
|
|
117370
|
-
const raw = "1.0.
|
|
117370
|
+
const raw = "1.0.759";
|
|
117371
117371
|
return trimVersion(raw);
|
|
117372
117372
|
};
|
|
117373
117373
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@boxes-dev/managed-codex-install",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "@boxes-dev/managed-codex-install",
|
|
9
|
+
"version": "0.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@openai/codex": "0.138.0"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"node_modules/@openai/codex": {
|
|
15
|
+
"version": "0.138.0",
|
|
16
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0.tgz",
|
|
17
|
+
"integrity": "sha512-m5vUQeN+oFkCt594xbVujSzzT3CiihFuRXlbQfqJ7sEXH4yNeY99e6ryqFZgQSz/deQcaVbjhhO/TR0YJ1Vsjg==",
|
|
18
|
+
"license": "Apache-2.0",
|
|
19
|
+
"bin": {
|
|
20
|
+
"codex": "bin/codex.js"
|
|
21
|
+
},
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">=16"
|
|
24
|
+
},
|
|
25
|
+
"optionalDependencies": {
|
|
26
|
+
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.138.0-darwin-arm64",
|
|
27
|
+
"@openai/codex-darwin-x64": "npm:@openai/codex@0.138.0-darwin-x64",
|
|
28
|
+
"@openai/codex-linux-arm64": "npm:@openai/codex@0.138.0-linux-arm64",
|
|
29
|
+
"@openai/codex-linux-x64": "npm:@openai/codex@0.138.0-linux-x64",
|
|
30
|
+
"@openai/codex-win32-arm64": "npm:@openai/codex@0.138.0-win32-arm64",
|
|
31
|
+
"@openai/codex-win32-x64": "npm:@openai/codex@0.138.0-win32-x64"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"node_modules/@openai/codex-darwin-arm64": {
|
|
35
|
+
"name": "@openai/codex",
|
|
36
|
+
"version": "0.138.0-darwin-arm64",
|
|
37
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-darwin-arm64.tgz",
|
|
38
|
+
"integrity": "sha512-kQyY2E25GVUUmNhHwUzg8CylA71SX/3H8Fy8h/hy6lu+uB/I5dWzwpQlcMqAFJToT8lPS6FjHX0UYOizpPle0g==",
|
|
39
|
+
"cpu": [
|
|
40
|
+
"arm64"
|
|
41
|
+
],
|
|
42
|
+
"license": "Apache-2.0",
|
|
43
|
+
"optional": true,
|
|
44
|
+
"os": [
|
|
45
|
+
"darwin"
|
|
46
|
+
],
|
|
47
|
+
"engines": {
|
|
48
|
+
"node": ">=16"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"node_modules/@openai/codex-darwin-x64": {
|
|
52
|
+
"name": "@openai/codex",
|
|
53
|
+
"version": "0.138.0-darwin-x64",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-darwin-x64.tgz",
|
|
55
|
+
"integrity": "sha512-N7du+rxsvubFYhEgiUWN3lZyjdNdVrqwLhUrjUHsb1ZrlIakV+1alIBonURQ0lRunU8SWZ+Ncfsw5eryejooyw==",
|
|
56
|
+
"cpu": [
|
|
57
|
+
"x64"
|
|
58
|
+
],
|
|
59
|
+
"license": "Apache-2.0",
|
|
60
|
+
"optional": true,
|
|
61
|
+
"os": [
|
|
62
|
+
"darwin"
|
|
63
|
+
],
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": ">=16"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"node_modules/@openai/codex-linux-arm64": {
|
|
69
|
+
"name": "@openai/codex",
|
|
70
|
+
"version": "0.138.0-linux-arm64",
|
|
71
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-linux-arm64.tgz",
|
|
72
|
+
"integrity": "sha512-ZMnhHRPJk+tx9PTVcjbWkNr+WniTUNDax3sQ2+WusV8XWJbdtFPA9v3kbcUqN5f5iw3Aqzgl/PvbHVJzum7cEg==",
|
|
73
|
+
"cpu": [
|
|
74
|
+
"arm64"
|
|
75
|
+
],
|
|
76
|
+
"license": "Apache-2.0",
|
|
77
|
+
"optional": true,
|
|
78
|
+
"os": [
|
|
79
|
+
"linux"
|
|
80
|
+
],
|
|
81
|
+
"engines": {
|
|
82
|
+
"node": ">=16"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@openai/codex-linux-x64": {
|
|
86
|
+
"name": "@openai/codex",
|
|
87
|
+
"version": "0.138.0-linux-x64",
|
|
88
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-linux-x64.tgz",
|
|
89
|
+
"integrity": "sha512-/nLUrXRPthrSLZWtDGrn/LkREDJCz3oLoaEknYCVZVDmiMnoB3IEgBdmoLqeyor4uKOs0/AN0h/opqmJrRBf8w==",
|
|
90
|
+
"cpu": [
|
|
91
|
+
"x64"
|
|
92
|
+
],
|
|
93
|
+
"license": "Apache-2.0",
|
|
94
|
+
"optional": true,
|
|
95
|
+
"os": [
|
|
96
|
+
"linux"
|
|
97
|
+
],
|
|
98
|
+
"engines": {
|
|
99
|
+
"node": ">=16"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"node_modules/@openai/codex-win32-arm64": {
|
|
103
|
+
"name": "@openai/codex",
|
|
104
|
+
"version": "0.138.0-win32-arm64",
|
|
105
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-win32-arm64.tgz",
|
|
106
|
+
"integrity": "sha512-91EdgXIKnhbBUoNe0iK8TAnBoaXoIG/YZhBi9R50mx54wWVuVCYE3dWW/p0lby4ckbBxDZ67lwR9IgIpj5mNYw==",
|
|
107
|
+
"cpu": [
|
|
108
|
+
"arm64"
|
|
109
|
+
],
|
|
110
|
+
"license": "Apache-2.0",
|
|
111
|
+
"optional": true,
|
|
112
|
+
"os": [
|
|
113
|
+
"win32"
|
|
114
|
+
],
|
|
115
|
+
"engines": {
|
|
116
|
+
"node": ">=16"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"node_modules/@openai/codex-win32-x64": {
|
|
120
|
+
"name": "@openai/codex",
|
|
121
|
+
"version": "0.138.0-win32-x64",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.138.0-win32-x64.tgz",
|
|
123
|
+
"integrity": "sha512-VbX+EgSdIAMMNwOzGOd1w+iCBq7N53JQC/11iSnNMTn7bWKTo1Ho3mp1UP7VJxvRoBVRRQxPErcvpvIuQkTwCA==",
|
|
124
|
+
"cpu": [
|
|
125
|
+
"x64"
|
|
126
|
+
],
|
|
127
|
+
"license": "Apache-2.0",
|
|
128
|
+
"optional": true,
|
|
129
|
+
"os": [
|
|
130
|
+
"win32"
|
|
131
|
+
],
|
|
132
|
+
"engines": {
|
|
133
|
+
"node": ">=16"
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boxes-dev/dvb-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.759",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"imports": {
|
|
@@ -22,12 +22,13 @@
|
|
|
22
22
|
"dist/bin/dvbd.cjs",
|
|
23
23
|
"dist/bin/dvbd.cjs.map",
|
|
24
24
|
"dist/codex",
|
|
25
|
+
"dist/managed-codex-install",
|
|
25
26
|
"dist/prompts"
|
|
26
27
|
],
|
|
27
28
|
"scripts": {
|
|
28
29
|
"build": "tsc -b && npm run build:bundle && npm run build:prompts",
|
|
29
30
|
"build:bundle": "node ./scripts/build-bundle.mjs",
|
|
30
|
-
"build:prompts": "mkdir -p dist/prompts dist/codex && cp -R src/devbox/commands/init/codex/prompts/* dist/prompts/ && cp -R src/devbox/commands/init/codex/schema/* dist/codex/",
|
|
31
|
+
"build:prompts": "mkdir -p dist/prompts dist/codex dist/managed-codex-install && cp -R src/devbox/commands/init/codex/prompts/* dist/prompts/ && cp -R src/devbox/commands/init/codex/schema/* dist/codex/ && cp -R ../../../../shared/devboxCore/assets/managed-codex-install/* dist/managed-codex-install/",
|
|
31
32
|
"prepack": "npm run clean && npm run build",
|
|
32
33
|
"typecheck": "tsc -b",
|
|
33
34
|
"lint": "npm run typecheck",
|
|
@@ -50,5 +51,5 @@
|
|
|
50
51
|
"@boxes-dev/daemon": "*",
|
|
51
52
|
"e2b": "^2.18.0"
|
|
52
53
|
},
|
|
53
|
-
"devboxReleasedAt": "2026-06-
|
|
54
|
+
"devboxReleasedAt": "2026-06-11T15:10:39Z"
|
|
54
55
|
}
|