es-iterator-helpers
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -8,2 +8,8 @@ # Changelog | ||
## [v1.0.9](https://github.com/es-shims/iterator-helpers/compare/v1.0.8...v1.0.9) - 2023-05-02 | ||
### Commits | ||
- [Refactor] use 2022 AO instead of 2015 AO [`75ee5c4`](https://github.com/es-shims/iterator-helpers/commit/75ee5c4dea0037f02a61c240114bb6bd8c8b48f1) | ||
## [v1.0.8](https://github.com/es-shims/iterator-helpers/compare/v1.0.7...v1.0.8) - 2023-05-02 | ||
@@ -10,0 +16,0 @@ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var CompletionRecord = require('es-abstract/2022/CompletionRecord'); | ||
var CreateIterResultObject = require('es-abstract/2015/CreateIterResultObject'); | ||
var CreateIterResultObject = require('es-abstract/2022/CreateIterResultObject'); | ||
var GeneratorResume = require('../aos/GeneratorResume'); | ||
@@ -12,0 +12,0 @@ var GeneratorResumeAbrupt = require('../aos/GeneratorResumeAbrupt'); |
{ | ||
"name": "es-iterator-helpers", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.", | ||
@@ -5,0 +5,0 @@ "main": "index.json", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140520