@aurelia/runtime
Advanced tools
Comparing version
{ | ||
"name": "@aurelia/runtime", | ||
"version": "2.1.0-dev.202412161127", | ||
"version": "2.1.0-dev.202501070107", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -57,6 +57,6 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/kernel": "2.1.0-dev.202412161127", | ||
"@aurelia/expression-parser": "2.1.0-dev.202412161127", | ||
"@aurelia/metadata": "2.1.0-dev.202412161127", | ||
"@aurelia/platform": "2.1.0-dev.202412161127" | ||
"@aurelia/kernel": "2.1.0-dev.202501070107", | ||
"@aurelia/expression-parser": "2.1.0-dev.202501070107", | ||
"@aurelia/metadata": "2.1.0-dev.202501070107", | ||
"@aurelia/platform": "2.1.0-dev.202501070107" | ||
}, | ||
@@ -63,0 +63,0 @@ "devDependencies": { |
@@ -458,3 +458,3 @@ import { IIndexable, isArray, isMap, isSet } from '@aurelia/kernel'; | ||
const next = iterator.next(); | ||
const value = next.value; | ||
const value = next.value!; | ||
const done = next.done; | ||
@@ -464,3 +464,2 @@ | ||
? { value: void 0, done } | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
: { value: [wrap(value[0]), wrap(value[1])], done }; | ||
@@ -467,0 +466,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1500082
-1.64%25049
-0.02%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed