Comparing version 1.2.8 to 1.2.9
export * from './generic'; | ||
export * from './helper'; | ||
export * from './helper/filter'; | ||
export * from './helper/infer'; | ||
export * from './helper/key-value'; | ||
@@ -5,0 +6,0 @@ export * from './helper/overwrite'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9nZW5lcmljJztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyL2ZpbHRlcic7XG5leHBvcnQgKiBmcm9tICcuL2hlbHBlci9rZXktdmFsdWUnO1xuZXhwb3J0ICogZnJvbSAnLi9oZWxwZXIvb3ZlcndyaXRlJztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyL3JlYWRvbmx5JztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyL3R5cGVvZic7XG5leHBvcnQgKiBmcm9tICcuL2hlbHBlci91bnBhY2tlZCc7XG5leHBvcnQgKiBmcm9tICcuL3R5cGUvYmFzZSc7XG5leHBvcnQgKiBmcm9tICcuL3R5cGUvYmx1ZWJpcmQnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlL2RlY29yYXRvcnMnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlL3Byb21pc2UnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlL3Byb3h5JztcbmV4cG9ydCAqIGZyb20gJy4vdHlwZS9yZWNvcmQnO1xuIl19 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9nZW5lcmljJztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyL2ZpbHRlcic7XG5leHBvcnQgKiBmcm9tICcuL2hlbHBlci9pbmZlcic7XG5leHBvcnQgKiBmcm9tICcuL2hlbHBlci9rZXktdmFsdWUnO1xuZXhwb3J0ICogZnJvbSAnLi9oZWxwZXIvb3ZlcndyaXRlJztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyL3JlYWRvbmx5JztcbmV4cG9ydCAqIGZyb20gJy4vaGVscGVyL3R5cGVvZic7XG5leHBvcnQgKiBmcm9tICcuL2hlbHBlci91bnBhY2tlZCc7XG5leHBvcnQgKiBmcm9tICcuL3R5cGUvYmFzZSc7XG5leHBvcnQgKiBmcm9tICcuL3R5cGUvYmx1ZWJpcmQnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlL2RlY29yYXRvcnMnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlL3Byb21pc2UnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlL3Byb3h5JztcbmV4cG9ydCAqIGZyb20gJy4vdHlwZS9yZWNvcmQnO1xuIl19 |
{ | ||
"name": "ts-type", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "add some typescript type and re-export some build-in typescript type", | ||
@@ -55,9 +55,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/bluebird": "*", | ||
"@types/node": "*", | ||
"typedarray-dts": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@bluelovers/tsconfig": "^1.0.7", | ||
"@typescript-eslint/eslint-plugin": "^1.10.2" | ||
"@bluelovers/tsconfig": "^1.0.8", | ||
"@types/bluebird": "*", | ||
"@types/node": "*" | ||
}, | ||
@@ -64,0 +63,0 @@ "peerDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
219835
3
40
370
0
3
- Removed@types/bluebird@*
- Removed@types/node@*