@novel-segment/loader-stopword
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.0.31](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.30...@novel-segment/loader-stopword@1.0.31) (2024-05-03) | ||
### 🛠 Build System | ||
* update typescript ([d3518d1](https://github.com/bluelovers/ws-segment/commit/d3518d12f74b1087316052b1d904585883c966c7)) | ||
## [1.0.30](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.29...@novel-segment/loader-stopword@1.0.30) (2023-10-06) | ||
@@ -8,0 +18,0 @@ |
@@ -5,15 +5,14 @@ /** | ||
import Promise = require('bluebird'); | ||
import { IStreamLineWithValue } from '@novel-segment/stream-loader-core/line'; | ||
import { ICallback } from '@novel-segment/stream-loader-core/stream'; | ||
import { LoaderClass } from '@novel-segment/dict-loader-core'; | ||
export type IDictRow = string; | ||
export type IDict = IDictRow[]; | ||
export declare const load: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => Promise<IDict>; | ||
export declare const loadSync: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => IDict; | ||
export declare const loadStream: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>, callback?: ICallback<IDict>) => IStreamLineWithValue<IDict>; | ||
export declare const loadStreamSync: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>, callback?: ICallback<IDict>) => IStreamLineWithValue<IDict>; | ||
export declare const parseLine: (input: string) => string; | ||
export declare const stringifyLine: (data: string) => string; | ||
declare const libLoader: LoaderClass<IDict, string>; | ||
export declare const load: typeof libLoader.load; | ||
export declare const loadSync: typeof libLoader.loadSync; | ||
export declare const loadStream: typeof libLoader.loadStream; | ||
export declare const loadStreamSync: typeof libLoader.loadStreamSync; | ||
export declare const parseLine: typeof libLoader.parseLine; | ||
export declare const stringifyLine: typeof libLoader.stringifyLine; | ||
export declare const Loader: LoaderClass<IDict, string>; | ||
declare const _default: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => Promise<IDict>; | ||
export default _default; |
{ | ||
"name": "@novel-segment/loader-stopword", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "", | ||
@@ -40,3 +40,3 @@ "homepage": "https://github.com/bluelovers/ws-segment/tree/master/packages/@novel-segment/loader-stopword#readme", | ||
"dependencies": { | ||
"@novel-segment/dict-loader-core": "^1.0.30", | ||
"@novel-segment/dict-loader-core": "^1.0.31", | ||
"tslib": ">=2" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "e4fccc8da2199c7767cfd0e13e11c1af1adbcbe1" | ||
"gitHead": "8f013ea5ecda34e528d3ac35a97855d0a7060a06" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15319
40
+ Added@types/node@22.10.0(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@22.9.3(transitive)
- Removedundici-types@6.19.8(transitive)