Comparing version 1.2.36 to 1.2.37
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.2.37](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.36...ts-type@1.2.37) (2021-07-19) | ||
### 🔖 Miscellaneous | ||
* . ([8d84847](https://github.com/bluelovers/ws-ts-type/commit/8d848475d499f4d0a4ceb1279e06e5fbd2066372)) | ||
* . ([959095d](https://github.com/bluelovers/ws-ts-type/commit/959095d32c270ebb9af84bc0ffdf6f0b3c54355a)) | ||
## [1.2.36](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.35...ts-type@1.2.36) (2021-07-16) | ||
@@ -8,0 +20,0 @@ |
@@ -13,2 +13,3 @@ export * from './generic'; | ||
export * from './helper/unpacked'; | ||
export * from './internal/filter'; | ||
export * from './logic/any'; | ||
@@ -15,0 +16,0 @@ export * from './type/base'; |
{ | ||
"name": "ts-type", | ||
"version": "1.2.36", | ||
"version": "1.2.37", | ||
"description": "add some typescript type and re-export some build-in typescript type", | ||
@@ -58,2 +58,3 @@ "keywords": [ | ||
"dependencies": { | ||
"tslib": "^2.3.0", | ||
"typedarray-dts": "^1.0.0" | ||
@@ -63,5 +64,6 @@ }, | ||
"@types/bluebird": "*", | ||
"@types/node": "*", | ||
"ts-toolbelt": "^8.0.7" | ||
}, | ||
"gitHead": "a697b60f17669edb304258b475ff01fed302d305" | ||
"gitHead": "faf716fbdf1f61e4638db6c1bb7002efa6d924c6" | ||
} |
{ | ||
"extends": "@bluelovers/tsconfig/esm/mapfile.json", | ||
"compilerOptions": { | ||
"skipLibCheck": true | ||
"skipLibCheck": true, | ||
"noEmit": true, | ||
"declaration": false | ||
}, | ||
@@ -12,4 +14,5 @@ "exclude": [ | ||
"**/test/script/*", | ||
"**/test/demo/*" | ||
"**/test/demo/*", | ||
"**/test/temp/*" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
243547
76
538
5
+ Addedtslib@^2.3.0
+ Added@types/node@22.9.0(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedundici-types@6.19.8(transitive)