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 3, 2024
1 parent 061eeef commit efbb5d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions dashboard/public/outputs/node-cjs-script-v22/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
"globals": ["globalThis", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Node.js/22",
"process.version": "v22.3.0",
"process.version": "v22.4.0",
"process.versions": {
"node": "22.3.0",
"node": "22.4.0",
"acorn": "8.11.3",
"ada": "2.8.0",
"base64": "0.5.2",
"cjs_module_lexer": "1.2.2",
"simdjson": "3.9.3",
"nbytes": "0.0.1",
"simdjson": "3.9.4",
"simdutf": "5.2.8",
"undici": "6.18.2",
"sqlite": "3.46.0",
"undici": "6.19.2",
"uvwasi": "0.0.21",
"v8": "12.4.254.20-node.13"
"v8": "12.4.254.21-node.15"
}
},
"entry": "exports.require",
Expand Down
13 changes: 7 additions & 6 deletions dashboard/public/outputs/node-esm-script-v22/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
"globals": ["globalThis", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Node.js/22",
"process.version": "v22.3.0",
"process.version": "v22.4.0",
"process.versions": {
"node": "22.3.0",
"node": "22.4.0",
"acorn": "8.11.3",
"ada": "2.8.0",
"base64": "0.5.2",
"cjs_module_lexer": "1.2.2",
"simdjson": "3.9.3",
"nbytes": "0.0.1",
"simdjson": "3.9.4",
"simdutf": "5.2.8",
"undici": "6.18.2",
"sqlite": "3.46.0",
"undici": "6.19.2",
"uvwasi": "0.0.21",
"v8": "12.4.254.20-node.13"
"v8": "12.4.254.21-node.15"
}
},
"entry": "exports.node.import+exports.node.require",
Expand Down

0 comments on commit efbb5d6

Please sign in to comment.