Skip to content

Commit 00d7f79

Browse files
author
Justin Frost
committed
chore(release): 1.0.14
1 parent 4b5136f commit 00d7f79

File tree

7 files changed

+25
-19
lines changed

7 files changed

+25
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.14](https://github.com/monadicarts/lazy-streams/compare/v1.0.12...v1.0.14) (2024-11-14)
6+
7+
### Bug Fixes
8+
9+
- npm deps issue, had to remove rollup ([4b5136f](https://github.com/monadicarts/lazy-streams/commit/4b5136fb6ddf05f8e1b20c6a5e85a7b9fef65673))
10+
511
### [1.0.13](https://github.com/monadicarts/lazy-streams/compare/v1.0.12...v1.0.13) (2024-11-12)
612

713
### [1.0.12](https://github.com/monadicarts/lazy-streams/compare/v1.0.11...v1.0.12) (2024-11-12)

docs/classes/LazyStream.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h4>Implements</h4>
105105
<li>
106106
Defined in
107107
<a
108-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L15"
108+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L15"
109109
>LazyStream.ts:15</a
110110
>
111111
</li>
@@ -331,7 +331,7 @@ <h4 class="tsd-returns-title">
331331
<li>
332332
Defined in
333333
<a
334-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L18"
334+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L18"
335335
>LazyStream.ts:18</a
336336
>
337337
</li>
@@ -482,7 +482,7 @@ <h4 class="tsd-returns-title">
482482
<li>
483483
Defined in
484484
<a
485-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L42"
485+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L42"
486486
>LazyStream.ts:42</a
487487
>
488488
</li>
@@ -645,7 +645,7 @@ <h4 class="tsd-returns-title">
645645
<li>
646646
Defined in
647647
<a
648-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L32"
648+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L32"
649649
>LazyStream.ts:32</a
650650
>
651651
</li>
@@ -728,7 +728,7 @@ <h4 class="tsd-returns-title">
728728
<li>
729729
Defined in
730730
<a
731-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L54"
731+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L54"
732732
>LazyStream.ts:54</a
733733
>
734734
</li>
@@ -794,7 +794,7 @@ <h4 class="tsd-returns-title">
794794
<li>
795795
Defined in
796796
<a
797-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L69"
797+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L69"
798798
>LazyStream.ts:69</a
799799
>
800800
</li>
@@ -899,7 +899,7 @@ <h4 class="tsd-returns-title">
899899
<li>
900900
Defined in
901901
<a
902-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L23"
902+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L23"
903903
>LazyStream.ts:23</a
904904
>
905905
</li>

docs/interfaces/ILazyStream.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h4>Implemented by</h4>
219219
<li>
220220
Defined in
221221
<a
222-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L7"
222+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L7"
223223
>LazyStream.ts:7</a
224224
>
225225
</li>
@@ -400,7 +400,7 @@ <h4 class="tsd-returns-title">
400400
<li>
401401
Defined in
402402
<a
403-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L9"
403+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L9"
404404
>LazyStream.ts:9</a
405405
>
406406
</li>
@@ -551,7 +551,7 @@ <h4 class="tsd-returns-title">
551551
<li>
552552
Defined in
553553
<a
554-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L8"
554+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L8"
555555
>LazyStream.ts:8</a
556556
>
557557
</li>
@@ -625,7 +625,7 @@ <h4 class="tsd-returns-title">
625625
<li>
626626
Defined in
627627
<a
628-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L10"
628+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L10"
629629
>LazyStream.ts:10</a
630630
>
631631
</li>
@@ -680,7 +680,7 @@ <h4 class="tsd-returns-title">
680680
<li>
681681
Defined in
682682
<a
683-
href="https://github.com/monadicarts/lazy-streams/blob/3c21d0d747ea3894bacc6285c6015d5055c0a1a8/src/LazyStream.ts#L11"
683+
href="https://github.com/monadicarts/lazy-streams/blob/1db0a8ef2ffdbbb544988ef020eee07342b5367c/src/LazyStream.ts#L11"
684684
>LazyStream.ts:11</a
685685
>
686686
</li>

eslint.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
parser: "@typescript-eslint/parser",
33
parserOptions: {
4-
ecmaVersion: 2020,
4+
ecmaVersion: 2018,
55
sourceType: "module",
66
},
77
plugins: ["@typescript-eslint", "prettier"],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@monadica/lazy-streams",
3-
"version": "1.0.13",
4-
"main": "dist/index.js",
3+
"version": "1.0.14",
4+
"main": "dist/esm/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
77
"files": [

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2015",
3+
"target": "ES2018",
44
"module": "ESNext", // Change this from "commonjs" to "esnext"
55
"declaration": true,
66
"declarationMap": true,
@@ -13,7 +13,7 @@
1313
"moduleResolution": "node",
1414
"allowSyntheticDefaultImports": true,
1515
"resolveJsonModule": true,
16-
"lib": ["ES2015", "DOM"],
16+
"lib": ["ES2018", "DOM"],
1717
"types": ["jest"]
1818
},
1919
"include": ["src"],

0 commit comments

Comments
 (0)