Skip to content

Commit

Permalink
chore(artifacts): update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2023
1 parent 82cfa2d commit 7864a5b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dashboard/public/outputs/bun-script-canary/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"document": false,
"fetch": true,
"globals": ["globalThis", "self", "global", "navigator"],
"process.isBun": 1,
"process.isBun": true,
"process.release.name": "bun",
"navigator.userAgent": "Bun/0.6.13",
"navigator.userAgent": "Bun/0.6.14",
"import.meta.url": "file:///home/runner/work/client-runtimes-compatibility/client-runtimes-compatibility/runtimes/bun-script/node_modules/@sanity/runtimes-test-client/lib/env.mjs",
"process.version": "v18.15.0",
"process.versions": {
"node": "18.15.0",
"bun": "0.6.13",
"bun": "0.6.14",
"webkit": "60d11703a533fd694cd1d6ddda04813eecb5d69f",
"uwebsockets": "70b1b9fc1341e8b791b42c5447f90505c2abe156",
"tinycc": "2d3ad9e0d32194ad7fd867b66ebe218dcc8cb5cd",
Expand Down
6 changes: 3 additions & 3 deletions dashboard/public/outputs/bun-script-latest/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"document": false,
"fetch": true,
"globals": ["globalThis", "self", "global", "navigator"],
"process.isBun": 1,
"process.isBun": true,
"process.release.name": "bun",
"navigator.userAgent": "Bun/0.6.13",
"navigator.userAgent": "Bun/0.6.14",
"import.meta.url": "file:///home/runner/work/client-runtimes-compatibility/client-runtimes-compatibility/runtimes/bun-script/node_modules/@sanity/runtimes-test-client/lib/env.mjs",
"process.version": "v18.15.0",
"process.versions": {
"node": "18.15.0",
"bun": "0.6.13",
"bun": "0.6.14",
"webkit": "60d11703a533fd694cd1d6ddda04813eecb5d69f",
"uwebsockets": "70b1b9fc1341e8b791b42c5447f90505c2abe156",
"tinycc": "2d3ad9e0d32194ad7fd867b66ebe218dcc8cb5cd",
Expand Down
6 changes: 3 additions & 3 deletions dashboard/public/outputs/deno-cdn-script/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"fetch": true,
"globals": ["globalThis", "self", "window", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Deno/1.35.0",
"navigator.userAgent": "Deno/1.35.1",
"import.meta.url": "https://esm.sh/v128/@sanity/[email protected]/denonext/runtimes-test-client.mjs",
"Deno.version.deno": "1.35.0",
"Deno.version.deno": "1.35.1",
"process.version": "v18.12.1",
"process.versions": {
"node": "18.12.1",
"deno": "1.35.0",
"deno": "1.35.1",
"v8": "11.6.189.7",
"typescript": "5.1.6"
}
Expand Down
6 changes: 3 additions & 3 deletions dashboard/public/outputs/deno-npm-script/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"fetch": true,
"globals": ["globalThis", "self", "window", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Deno/1.35.0",
"navigator.userAgent": "Deno/1.35.1",
"import.meta.url": "file:///home/runner/.cache/deno/npm/registry.npmjs.org/@sanity/runtimes-test-client/2.4.25/lib/env.mjs",
"Deno.version.deno": "1.35.0",
"Deno.version.deno": "1.35.1",
"process.version": "v18.12.1",
"process.versions": {
"node": "18.12.1",
"deno": "1.35.0",
"deno": "1.35.1",
"v8": "11.6.189.7",
"typescript": "5.1.6"
}
Expand Down

0 comments on commit 7864a5b

Please sign in to comment.