Skip to content

Commit bd5231f

Browse files
author
Justin Frost
committed
fix: fixed parcel wonkiness
1 parent 0d707f0 commit bd5231f

File tree

5 files changed

+19
-41
lines changed

5 files changed

+19
-41
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,19 @@ All notable changes to this project will be documented in this file. See [standa
66

77
### [1.1.1](https://github.com/monadicarts/lazy-streams/compare/v1.1.0...v1.1.1) (2024-11-20)
88

9-
109
### Bug Fixes
1110

12-
* package / parcel settings ([86100d9](https://github.com/monadicarts/lazy-streams/commit/86100d9960ba4a300b9d53da3b316d50d5e0eb7e))
11+
- package / parcel settings ([86100d9](https://github.com/monadicarts/lazy-streams/commit/86100d9960ba4a300b9d53da3b316d50d5e0eb7e))
1312

1413
## [1.1.0](https://github.com/monadicarts/lazy-streams/compare/v1.0.12...v1.1.0) (2024-11-20)
1514

16-
1715
### Features
1816

19-
* tsup -> parcel for build output ([086f5b2](https://github.com/monadicarts/lazy-streams/commit/086f5b21c3e41c8eb952e1927690f42667b4a8fa))
20-
17+
- tsup -> parcel for build output ([086f5b2](https://github.com/monadicarts/lazy-streams/commit/086f5b21c3e41c8eb952e1927690f42667b4a8fa))
2118

2219
### Bug Fixes
2320

24-
* npm deps issue, had to remove rollup ([4b5136f](https://github.com/monadicarts/lazy-streams/commit/4b5136fb6ddf05f8e1b20c6a5e85a7b9fef65673))
21+
- npm deps issue, had to remove rollup ([4b5136f](https://github.com/monadicarts/lazy-streams/commit/4b5136fb6ddf05f8e1b20c6a5e85a7b9fef65673))
2522

2623
### [1.0.14](https://github.com/monadicarts/lazy-streams/compare/v1.0.12...v1.0.14) (2024-11-14)
2724

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/00d7f791da6348870834c7afb6415da358f62a81/src/LazyStream.ts#L8"
108+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/LazyStream.ts#L8"
109109
>LazyStream.ts:8</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/00d7f791da6348870834c7afb6415da358f62a81/src/LazyStream.ts#L11"
334+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/LazyStream.ts#L11"
335335
>LazyStream.ts:11</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/00d7f791da6348870834c7afb6415da358f62a81/src/LazyStream.ts#L35"
485+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/LazyStream.ts#L35"
486486
>LazyStream.ts:35</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/00d7f791da6348870834c7afb6415da358f62a81/src/LazyStream.ts#L25"
648+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/LazyStream.ts#L25"
649649
>LazyStream.ts:25</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/00d7f791da6348870834c7afb6415da358f62a81/src/LazyStream.ts#L47"
731+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/LazyStream.ts#L47"
732732
>LazyStream.ts:47</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/00d7f791da6348870834c7afb6415da358f62a81/src/LazyStream.ts#L62"
797+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/LazyStream.ts#L62"
798798
>LazyStream.ts:62</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/00d7f791da6348870834c7afb6415da358f62a81/src/LazyStream.ts#L16"
902+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/LazyStream.ts#L16"
903903
>LazyStream.ts:16</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/00d7f791da6348870834c7afb6415da358f62a81/src/ILazyStream.ts#L2"
222+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/ILazyStream.ts#L2"
223223
>ILazyStream.ts:2</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/00d7f791da6348870834c7afb6415da358f62a81/src/ILazyStream.ts#L4"
403+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/ILazyStream.ts#L4"
404404
>ILazyStream.ts:4</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/00d7f791da6348870834c7afb6415da358f62a81/src/ILazyStream.ts#L3"
554+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/ILazyStream.ts#L3"
555555
>ILazyStream.ts:3</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/00d7f791da6348870834c7afb6415da358f62a81/src/ILazyStream.ts#L5"
628+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/ILazyStream.ts#L5"
629629
>ILazyStream.ts:5</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/00d7f791da6348870834c7afb6415da358f62a81/src/ILazyStream.ts#L6"
683+
href="https://github.com/monadicarts/lazy-streams/blob/0d707f0ad09728ce6147cfad54a01f3829855d7e/src/ILazyStream.ts#L6"
684684
>ILazyStream.ts:6</a
685685
>
686686
</li>

package-lock.json

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

package.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@
1717
"unpkg": "./dist/index.js",
1818
"jsdelivr": "./dist/index.js",
1919
"packageManager": "npm@10.9.0",
20-
"exports": {
21-
".": {
22-
"module": "./dist/main.js",
23-
"import": {
24-
"types": "./dist/index.d.ts",
25-
"default": "./dist/main.js"
26-
},
27-
"require": {
28-
"types": "./dist/types.d.ts",
29-
"default": "./dist/index.js"
30-
},
31-
"default": "./dist/main.js"
32-
},
33-
"./package.json": "./package.json"
34-
},
3520
"publishConfig": {
3621
"access": "public"
3722
},
@@ -43,7 +28,7 @@
4328
"serve": "parcel docs/index.html --open firefox",
4429
"watch": "parcel watch",
4530
"prebuild": "npx rimraf dist && mkdir dist",
46-
"build": "parcel build src/index.ts --dist-dir dist --no-content-hash",
31+
"build": "parcel build src/index.ts",
4732
"prepare": "npm run build",
4833
"precompress": "rm dist/template-ts-npm.*",
4934
"compress": "tar -czvf template-ts-npm.tar.gz dist && zip -r template-ts-npm.zip dist && mv template-ts-npm.* dist/",
@@ -109,7 +94,7 @@
10994
},
11095
"targets": {
11196
"main": {
112-
"distDir": "dist",
97+
"distDir": "./dist",
11398
"context": "node",
11499
"isLibrary": true,
115100
"scopeHoist": true,
@@ -119,7 +104,7 @@
119104
}
120105
},
121106
"module": {
122-
"distDir": "dist",
107+
"distDir": "./dist",
123108
"context": "node",
124109
"isLibrary": true,
125110
"scopeHoist": true,
@@ -129,7 +114,7 @@
129114
}
130115
},
131116
"browser": {
132-
"distDir": "dist",
117+
"distDir": "./dist",
133118
"context": "browser",
134119
"isLibrary": true,
135120
"scopeHoist": true,

0 commit comments

Comments
 (0)