Skip to content

Commit fbfd1ca

Browse files
committed
Shifted all the examples after the new 13-transform-filter-reduce
1 parent e551961 commit fbfd1ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+31
-31
lines changed

06-coding-with-streams/13-passthrough-monitoring/README.md 06-coding-with-streams/14-passthrough-monitoring/README.md

+1-1

06-coding-with-streams/13-passthrough-monitoring/package.json 06-coding-with-streams/14-passthrough-monitoring/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "13-passthrough-monitoring",
2+
"name": "14-passthrough-monitoring",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/14-passthrough-late-piping-alternative/README.md 06-coding-with-streams/15-passthrough-late-piping-alternative/README.md

+1-1

06-coding-with-streams/14-passthrough-late-piping-alternative/package-lock.json 06-coding-with-streams/15-passthrough-late-piping-alternative/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

06-coding-with-streams/14-passthrough-late-piping-alternative/package.json 06-coding-with-streams/15-passthrough-late-piping-alternative/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "14-passthrough-late-piping-alternative",
2+
"name": "15-passthrough-late-piping-alternative",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/14-passthrough-late-piping/README.md 06-coding-with-streams/15-passthrough-late-piping/README.md

+1-1

06-coding-with-streams/14-passthrough-late-piping/package-lock.json 06-coding-with-streams/15-passthrough-late-piping/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

06-coding-with-streams/14-passthrough-late-piping/package.json 06-coding-with-streams/15-passthrough-late-piping/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "14-passthrough-late-piping",
2+
"name": "15-passthrough-late-piping",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/15-pipeline-helper/README.md 06-coding-with-streams/16-pipeline-helper/README.md

+1-1

06-coding-with-streams/15-pipeline-helper/package.json 06-coding-with-streams/16-pipeline-helper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "15-pipeline-helper",
2+
"name": "16-pipeline-helper",
33
"version": "1.0.0",
44
"description": "",
55
"main": "uppercasify-gzipped.js",

06-coding-with-streams/16-sequential-execution/README.md 06-coding-with-streams/17-sequential-execution/README.md

+1-1

06-coding-with-streams/16-sequential-execution/package.json 06-coding-with-streams/17-sequential-execution/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "16-sequential-execution",
2+
"name": "17-sequential-execution",
33
"version": "1.0.0",
44
"description": "",
55
"main": "concat-files.js",

06-coding-with-streams/17-unordered-parallel-execution/README.md 06-coding-with-streams/18-unordered-parallel-execution/README.md

+1-1

06-coding-with-streams/17-unordered-parallel-execution/package-lock.json 06-coding-with-streams/18-unordered-parallel-execution/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

06-coding-with-streams/17-unordered-parallel-execution/package.json 06-coding-with-streams/18-unordered-parallel-execution/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "17-unordered-parallel-execution",
2+
"name": "18-unordered-parallel-execution",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/18-unordered-limited-parallel-execution/README.md 06-coding-with-streams/19-unordered-limited-parallel-execution/README.md

+1-1

06-coding-with-streams/18-unordered-limited-parallel-execution/package-lock.json 06-coding-with-streams/19-unordered-limited-parallel-execution/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

06-coding-with-streams/18-unordered-limited-parallel-execution/package.json 06-coding-with-streams/19-unordered-limited-parallel-execution/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "18-unordered-limited-parallel-execution",
2+
"name": "19-unordered-limited-parallel-execution",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/19-ordered-parallel-execution/README.md 06-coding-with-streams/20-ordered-parallel-execution/README.md

+1-1

06-coding-with-streams/19-ordered-parallel-execution/package-lock.json 06-coding-with-streams/20-ordered-parallel-execution/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

06-coding-with-streams/19-ordered-parallel-execution/package.json 06-coding-with-streams/20-ordered-parallel-execution/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "19-ordered-parallel-execution",
2+
"name": "20-ordered-parallel-execution",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/20-combined-stream/README.md 06-coding-with-streams/21-combined-stream/README.md

+1-1

06-coding-with-streams/20-combined-stream/package-lock.json 06-coding-with-streams/21-combined-stream/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

06-coding-with-streams/20-combined-stream/package.json 06-coding-with-streams/21-combined-stream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "20-combined-stream",
2+
"name": "21-combined-stream",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/21-forking-streams/README.md 06-coding-with-streams/22-forking-streams/README.md

+1-1

06-coding-with-streams/21-forking-streams/package.json 06-coding-with-streams/22-forking-streams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "21-forking-streams",
2+
"name": "22-forking-streams",
33
"version": "1.0.0",
44
"description": "",
55
"main": "generate-hashes.js",

06-coding-with-streams/22-merging-streams/README.md 06-coding-with-streams/23-merging-streams/README.md

+1-1

06-coding-with-streams/22-merging-streams/package-lock.json 06-coding-with-streams/23-merging-streams/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

06-coding-with-streams/22-merging-streams/package.json 06-coding-with-streams/23-merging-streams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "22-merging-streams",
2+
"name": "23-merging-streams",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

06-coding-with-streams/23-multiplexing/README.md 06-coding-with-streams/24-multiplexing/README.md

+1-1

06-coding-with-streams/23-multiplexing/package.json 06-coding-with-streams/24-multiplexing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "23-multiplexing",
2+
"name": "24-multiplexing",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

0 commit comments

Comments
 (0)