@boxes-dev/dvb-runtime 1.0.800 → 1.0.802
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
|
@@ -73870,8 +73870,8 @@ var init_otel = __esm({
|
|
|
73870
73870
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
73871
73871
|
};
|
|
73872
73872
|
readBuildMetadata = () => {
|
|
73873
|
-
const rawPackageVersion = "1.0.
|
|
73874
|
-
const rawGitSha = "
|
|
73873
|
+
const rawPackageVersion = "1.0.802";
|
|
73874
|
+
const rawGitSha = "676f747b7769c8df9d9e6ce1856cdc13d28fee9b";
|
|
73875
73875
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
73876
73876
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
73877
73877
|
return { packageVersion, gitSha };
|
|
@@ -106168,9 +106168,9 @@ var init_sentry = __esm({
|
|
|
106168
106168
|
uncaughtExceptionMonitorInstalled = false;
|
|
106169
106169
|
currentDevboxSentryUser = null;
|
|
106170
106170
|
readBuildMetadata2 = () => {
|
|
106171
|
-
const rawPackageVersion = "1.0.
|
|
106172
|
-
const rawGitSha = "
|
|
106173
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
106171
|
+
const rawPackageVersion = "1.0.802";
|
|
106172
|
+
const rawGitSha = "676f747b7769c8df9d9e6ce1856cdc13d28fee9b";
|
|
106173
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.802+676f747b7769c8df9d9e6ce1856cdc13d28fee9b";
|
|
106174
106174
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
106175
106175
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
106176
106176
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -111848,7 +111848,7 @@ var init_packageVersion = __esm({
|
|
|
111848
111848
|
return import_node_path11.default.join(process.cwd(), "dvb");
|
|
111849
111849
|
};
|
|
111850
111850
|
readEmbeddedPackageVersion = () => {
|
|
111851
|
-
const raw = "1.0.
|
|
111851
|
+
const raw = "1.0.802";
|
|
111852
111852
|
return trimVersion(raw);
|
|
111853
111853
|
};
|
|
111854
111854
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"name": "@boxes-dev/managed-codex-install",
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openai/codex": "0.
|
|
11
|
+
"@openai/codex": "0.144.0"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"node_modules/@openai/codex": {
|
|
15
|
-
"version": "0.
|
|
16
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
17
|
-
"integrity": "sha512-
|
|
15
|
+
"version": "0.144.0",
|
|
16
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.0.tgz",
|
|
17
|
+
"integrity": "sha512-QFh6f+v5QUx/Vg0HjIl9HB94p7aDLBDkZjc4IXX5RXUcXHPVCZNb6Hl2R49Og/fqW7orgZkeDcgWfRANUa1WoQ==",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"bin": {
|
|
20
20
|
"codex": "bin/codex.js"
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"node": ">=16"
|
|
24
24
|
},
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.
|
|
27
|
-
"@openai/codex-darwin-x64": "npm:@openai/codex@0.
|
|
28
|
-
"@openai/codex-linux-arm64": "npm:@openai/codex@0.
|
|
29
|
-
"@openai/codex-linux-x64": "npm:@openai/codex@0.
|
|
30
|
-
"@openai/codex-win32-arm64": "npm:@openai/codex@0.
|
|
31
|
-
"@openai/codex-win32-x64": "npm:@openai/codex@0.
|
|
26
|
+
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.144.0-darwin-arm64",
|
|
27
|
+
"@openai/codex-darwin-x64": "npm:@openai/codex@0.144.0-darwin-x64",
|
|
28
|
+
"@openai/codex-linux-arm64": "npm:@openai/codex@0.144.0-linux-arm64",
|
|
29
|
+
"@openai/codex-linux-x64": "npm:@openai/codex@0.144.0-linux-x64",
|
|
30
|
+
"@openai/codex-win32-arm64": "npm:@openai/codex@0.144.0-win32-arm64",
|
|
31
|
+
"@openai/codex-win32-x64": "npm:@openai/codex@0.144.0-win32-x64"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"node_modules/@openai/codex-darwin-arm64": {
|
|
35
35
|
"name": "@openai/codex",
|
|
36
|
-
"version": "0.
|
|
37
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
38
|
-
"integrity": "sha512-
|
|
36
|
+
"version": "0.144.0-darwin-arm64",
|
|
37
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.0-darwin-arm64.tgz",
|
|
38
|
+
"integrity": "sha512-rqFAJdOa2I0VRgepVsSZeLxs96+Y+LXTjccOOvH6894FyaFAYPZ/o+6hgpB1iGHxxdoY/DsGa8jrJC8Leqn9Kg==",
|
|
39
39
|
"cpu": [
|
|
40
40
|
"arm64"
|
|
41
41
|
],
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"node_modules/@openai/codex-darwin-x64": {
|
|
52
52
|
"name": "@openai/codex",
|
|
53
|
-
"version": "0.
|
|
54
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
55
|
-
"integrity": "sha512-
|
|
53
|
+
"version": "0.144.0-darwin-x64",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.0-darwin-x64.tgz",
|
|
55
|
+
"integrity": "sha512-4p2jxRbN+Khg5UQzpkzT9upFj+qkEF/abmdvrtflkkWmVKP6Nt+yi8ospdqv9PDqvQ9SotPvX7iXaFaeUTrtmA==",
|
|
56
56
|
"cpu": [
|
|
57
57
|
"x64"
|
|
58
58
|
],
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
},
|
|
68
68
|
"node_modules/@openai/codex-linux-arm64": {
|
|
69
69
|
"name": "@openai/codex",
|
|
70
|
-
"version": "0.
|
|
71
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
72
|
-
"integrity": "sha512-
|
|
70
|
+
"version": "0.144.0-linux-arm64",
|
|
71
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.0-linux-arm64.tgz",
|
|
72
|
+
"integrity": "sha512-k++xhZrn9P3laO00Q92APG6mdOFDD66nUBo+8ExCa1NXi2pjLEMLC4+UNJTUUtUT1PEflOZ5pDKxPXgzaiFFFg==",
|
|
73
73
|
"cpu": [
|
|
74
74
|
"arm64"
|
|
75
75
|
],
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
},
|
|
85
85
|
"node_modules/@openai/codex-linux-x64": {
|
|
86
86
|
"name": "@openai/codex",
|
|
87
|
-
"version": "0.
|
|
88
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
89
|
-
"integrity": "sha512
|
|
87
|
+
"version": "0.144.0-linux-x64",
|
|
88
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.0-linux-x64.tgz",
|
|
89
|
+
"integrity": "sha512-GmKtQeX+cO9lN7mQD1FEVcXYEMLMgMByHwZdvlluH0bj/+c2ind3hwbRtE3eECFDekNhEiB80Ez0FfbkyFQqoA==",
|
|
90
90
|
"cpu": [
|
|
91
91
|
"x64"
|
|
92
92
|
],
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
},
|
|
102
102
|
"node_modules/@openai/codex-win32-arm64": {
|
|
103
103
|
"name": "@openai/codex",
|
|
104
|
-
"version": "0.
|
|
105
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
106
|
-
"integrity": "sha512-
|
|
104
|
+
"version": "0.144.0-win32-arm64",
|
|
105
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.0-win32-arm64.tgz",
|
|
106
|
+
"integrity": "sha512-e2yGSgwdzrT1SoJMoOzWD58WBEsIaAMZpEchuV2VGkE2T955SG7dn7EyVQTQcy7/rdpE8aEDktZ/1eQQfjkdtQ==",
|
|
107
107
|
"cpu": [
|
|
108
108
|
"arm64"
|
|
109
109
|
],
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
},
|
|
119
119
|
"node_modules/@openai/codex-win32-x64": {
|
|
120
120
|
"name": "@openai/codex",
|
|
121
|
-
"version": "0.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
123
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "0.144.0-win32-x64",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.0-win32-x64.tgz",
|
|
123
|
+
"integrity": "sha512-QiholLCYqNeYvNM77HOmPtrOFrY0rQc/N9nXt+sQGXO3rEGmcWjpLzujY4Oegl3CLRHoieWqlep3EqEvFBjoIA==",
|
|
124
124
|
"cpu": [
|
|
125
125
|
"x64"
|
|
126
126
|
],
|
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.802",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"imports": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"@boxes-dev/daemon": "*",
|
|
52
52
|
"e2b": "^2.18.0"
|
|
53
53
|
},
|
|
54
|
-
"devboxReleasedAt": "2026-07-
|
|
54
|
+
"devboxReleasedAt": "2026-07-09T21:02:39Z"
|
|
55
55
|
}
|