@novel-segment/loader-stopword
Advanced tools
Comparing version 1.0.16 to 1.0.18
@@ -6,2 +6,33 @@ # Change Log | ||
## [1.0.18](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.16...@novel-segment/loader-stopword@1.0.18) (2022-09-13) | ||
### 📌 Dependencies | ||
* update deps ([87dfb1e](https://github.com/bluelovers/ws-segment/commit/87dfb1e8c4e0ef55b975639bc94e113442cb1af7)) | ||
### 🔖 Miscellaneous | ||
* . ([6608765](https://github.com/bluelovers/ws-segment/commit/66087652b3679f0833cc54051ba4889f8f909383)) | ||
* . ([804af3b](https://github.com/bluelovers/ws-segment/commit/804af3bcd7dbcef46217447be8e9c06ab70674ea)) | ||
## [1.0.17](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.16...@novel-segment/loader-stopword@1.0.17) (2022-09-12) | ||
### 📌 Dependencies | ||
* update deps ([87dfb1e](https://github.com/bluelovers/ws-segment/commit/87dfb1e8c4e0ef55b975639bc94e113442cb1af7)) | ||
### 🔖 Miscellaneous | ||
* . ([804af3b](https://github.com/bluelovers/ws-segment/commit/804af3bcd7dbcef46217447be8e9c06ab70674ea)) | ||
## [1.0.16](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.15...@novel-segment/loader-stopword@1.0.16) (2022-05-21) | ||
@@ -8,0 +39,0 @@ |
@@ -8,4 +8,4 @@ /** | ||
import { LoaderClass } from '@novel-segment/dict-loader-core'; | ||
export declare type IDictRow = string; | ||
export declare type IDict = IDictRow[]; | ||
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>; | ||
@@ -12,0 +12,0 @@ export declare const loadSync: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => IDict; |
{ | ||
"name": "@novel-segment/loader-stopword", | ||
"version": "1.0.16", | ||
"version": "1.0.18", | ||
"description": "", | ||
@@ -11,3 +11,4 @@ "homepage": "https://github.com/bluelovers/ws-segment/tree/master/packages/@novel-segment/loader-stopword#readme", | ||
"type": "git", | ||
"url": "git+https://github.com/bluelovers/ws-segment.git" | ||
"url": "git+https://github.com/bluelovers/ws-segment.git", | ||
"directory": "packages/@novel-segment/loader-stopword" | ||
}, | ||
@@ -20,7 +21,10 @@ "license": "ISC", | ||
"lint": "npx eslint **/*.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "echo \"Error: no test specified\"", | ||
"test:jest": "jest --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
"test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
"test:snapshot": "yarn run test -- -u", | ||
"npm:publish": "npm publish", | ||
"npm:publish:lerna": "lerna publish --yes", | ||
"preversion": "yarn run test", | ||
"prepublish:lockfile": "npx sync-lockfile .", | ||
@@ -35,4 +39,4 @@ "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test", | ||
"dependencies": { | ||
"@novel-segment/dict-loader-core": "^1.0.16", | ||
"tslib": "^2" | ||
"@novel-segment/dict-loader-core": "^1.0.18", | ||
"tslib": ">=2" | ||
}, | ||
@@ -42,3 +46,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5d1f66be120c0067c26e145b74137b2ef5ca3e36" | ||
"gitHead": "4e27479e497b1e564dcd17bf1abc2fb0fbf12397" | ||
} |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
11037
Updatedtslib@>=2