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 Jan 15, 2025
1 parent 7bd1bd3 commit 192674a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions dashboard/public/outputs/deno-cdn-script/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"env": {
"document": false,
"fetch": true,
"globals": ["globalThis", "self", "global", "navigator"],
"globals": ["globalThis", "self", "window", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Deno/2.1.5",
"import.meta.url": "https://esm.sh/v135/@sanity/[email protected]/denonext/runtimes-test-client.mjs",
"import.meta.url": "https://esm.sh/@sanity/[email protected]/denonext/runtimes-test-client.mjs",
"Deno.version.deno": "2.1.5",
"process.version": "v20.11.1",
"process.versions": {
Expand All @@ -18,12 +18,5 @@
}
},
"entry": "exports.deno",
"conditions": [
"deno",
"import",
"module",
"worker",
"worker.browser",
"worker.node"
]
"conditions": ["deno", "import", "module"]
}

0 comments on commit 192674a

Please sign in to comment.