Comparing version
@@ -80,4 +80,4 @@ /** | ||
* import { map, range, forEach, zip } from 'deleight/generators'; | ||
* apply({ | ||
* applyAll: ([main]) => { | ||
* applyAll({ | ||
* main: ([main]) => { | ||
* const newContent = map(range(101, 120), i => `My index is now ${i}`); | ||
@@ -84,0 +84,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild); |
@@ -94,4 +94,4 @@ "use strict"; | ||
* import { map, range, forEach, zip } from 'deleight/generators'; | ||
* apply({ | ||
* applyAll: ([main]) => { | ||
* applyAll({ | ||
* main: ([main]) => { | ||
* const newContent = map(range(101, 120), i => `My index is now ${i}`); | ||
@@ -98,0 +98,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild); |
@@ -80,4 +80,4 @@ /** | ||
* import { map, range, forEach, zip } from 'deleight/generators'; | ||
* apply({ | ||
* applyAll: ([main]) => { | ||
* applyAll({ | ||
* main: ([main]) => { | ||
* const newContent = map(range(101, 120), i => `My index is now ${i}`); | ||
@@ -84,0 +84,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild); |
@@ -87,4 +87,4 @@ /** | ||
* import { map, range, forEach, zip } from 'deleight/generators'; | ||
* apply({ | ||
* applyAll: ([main]) => { | ||
* applyAll({ | ||
* main: ([main]) => { | ||
* const newContent = map(range(101, 120), i => `My index is now ${i}`); | ||
@@ -91,0 +91,0 @@ * const lastChildren = map(main.children, c => c.lastElementChild); |
{ | ||
"name": "deleight", | ||
"version": "5.6.2", | ||
"version": "5.6.3", | ||
"description": "A library with 9 modules for writing more expressive web applications with traditional HTML, CSS and JavaScript.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,2 +0,2 @@ | ||
# Deleight | ||
# Deleight (v5.6.3) | ||
@@ -3,0 +3,0 @@  |
595665
0