Skip to content

Commit 0465e12

Browse files
committed
1 parent 79cd545 commit 0465e12

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wfh/plink",
3-
"version": "0.9.0-8",
3+
"version": "0.9.0-9",
44
"description": "Plink - A monorepo management tool to link packages and projects",
55
"main": "wfh/lib/main.js",
66
"bin": {

main/redux-toolkit-observable/example-slice-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { PayloadAction } from '@reduxjs/toolkit';
2-
import { /* getModuleInjector, */ ofPayloadAction, stateFactory } from '@bk/module-shared/redux-toolkit-abservable/state-factory';
2+
import { /* getModuleInjector, */ ofPayloadAction, stateFactory } from '@wfh/module-shared/redux-toolkit-abservable/state-factory';
33
import {map, distinctUntilChanged, catchError, ignoreElements, switchMap} from 'rxjs/operators';
44
import {of, from, merge} from 'rxjs';
55

main/redux-toolkit-observable/redux-toolkit-observable.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import { createEpicMiddleware, Epic, ofType } from 'redux-observable';
1717
import { BehaviorSubject, Observable, ReplaySubject, Subject } from 'rxjs';
1818
import { distinctUntilChanged, filter, map, mergeMap, take, takeUntil, tap } from 'rxjs/operators';
1919

20+
export {PayloadAction,
21+
CreateSliceOptions, SliceCaseReducers, Slice};
2022
// export type CallBackActionReducer<SS> = CaseReducer<SS, PayloadAction<(draftState: Draft<SS>) => void>>;
2123

2224
export interface ExtraSliceReducers<SS> {

main/wfh/dist/editor-helper.js

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

main/wfh/ts/editor-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function createTsConfig(pkgName: string, dir: string, workspace: string | null,
112112
jsx: 'preserve',
113113
target: 'es2015',
114114
module: 'commonjs',
115+
declaration: false, // Important: to avoid https://github.com/microsoft/TypeScript/issues/29808#issuecomment-487811832
115116
paths: pathMapping
116117
};
117118
setTsCompilerOptForNodePath(proj, proj, tsjson.compilerOptions, {

0 commit comments

Comments
 (0)