Skip to content

Commit

Permalink
feat(ses): Expose ses/console-shim.js for real this time (#2462)
Browse files Browse the repository at this point in the history
Stemming from a confusion in #2460, I find that we never exported
ses/console-shim.js and that this change was buried in a subsequent
change in my stack of coming changes.
  • Loading branch information
kriskowal committed Sep 18, 2024
2 parents 013dfb8 + 70dd851 commit b139e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ User-visible changes in `ses`:
- XS and Node >= 22 already have `Array.prototype.transfer`.
- Node 18, Node 20, and all browsers have `structuredClone`
- Node <= 16 have neither, but are also no longer supported by Endo.
- Fixes a missing file for `ses/console-shim.js`.
- Now exports separate layer for console shim: `ses/console-shim.js`.

# v1.8.0 (2024-08-27)

Expand Down
1 change: 1 addition & 0 deletions packages/ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"./assert-shim.js": "./assert-shim.js",
"./lockdown-shim.js": "./lockdown-shim.js",
"./compartment-shim.js": "./compartment-shim.js",
"./console-shim.js": "./console-shim.js",
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit b139e6f

Please sign in to comment.