You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Tests] add some tests from https://github.com/tc39/test262/pull/4385[`a3a5765`](https://github.com/es-shims/DisposableStack/commit/a3a5765ef72962a2c86d08593d4b16ced7f82a04)
19
+
-[Tests] add test from https://github.com/tc39/test262/pull/4409[`7190006`](https://github.com/es-shims/DisposableStack/commit/719000640ecdec434349a556e4da61927d062955)
20
+
-[Fix] AddDisposableResource: use hyphen in `SYNC-DISPOSE` hint check [`c0871b3`](https://github.com/es-shims/DisposableStack/commit/c0871b3e57baeaec2d36c5bdf71976d6ef2483fc)
-[readme] replace runkit CI badge with shields.io check-runs badge [`f3ff761`](https://github.com/es-shims/DisposableStack/commit/f3ff761d7e51b000fe81cc1bb3dfe803409d13fb)
30
+
-[Tests] skip symbol tests in no-symbol envs [`c368f08`](https://github.com/es-shims/DisposableStack/commit/c368f08a56b21eb451ca93fe5b336c1ed8386d97)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "disposablestack",
3
-
"version": "1.1.7",
3
+
"version": "1.1.8",
4
4
"description": "An ESnext spec-compliant `DisposableStack`, `AsyncDisposableStack`, `Symbol.dispose`, and `Symbol.asyncDispose` shim/polyfill/replacement that works as far down as ES3.",
0 commit comments