Comparing version 1.2.38 to 1.2.39
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.39](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.38...ts-type@1.2.39) (2021-07-20) | ||
### 🔖 Miscellaneous | ||
* . ([c65df57](https://github.com/bluelovers/ws-ts-type/commit/c65df5763d3293781d1da658cf442457c2a0608d)) | ||
## [1.2.38](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.37...ts-type@1.2.38) (2021-07-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "ts-type", | ||
"version": "1.2.38", | ||
"version": "1.2.39", | ||
"description": "add some typescript type and re-export some build-in typescript type", | ||
@@ -52,4 +52,4 @@ "keywords": [ | ||
"preversion": "yarn run test && yarn run postpublish:git:commit", | ||
"prepublishOnly": "echo prepublishOnly", | ||
"postpublish:git:commit": "git commit -m \"build(release): publish\" ./lib/index.d.ts & echo postpublish:git:commit", | ||
"prepublishOnly": "echo prepublishOnly", | ||
"ncu": "npx yarn-tool ncu -u", | ||
@@ -60,2 +60,3 @@ "sort-package-json": "npx yarn-tool sort", | ||
"dependencies": { | ||
"tslib": "^2.3.0", | ||
"typedarray-dts": "^1.0.0" | ||
@@ -68,3 +69,3 @@ }, | ||
}, | ||
"gitHead": "e8649207676818f23c6897f4963a650e31eef1ae" | ||
"gitHead": "a9afeb2513c2967c1f6f2c56260b5158aafe164a" | ||
} |
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
244348
5
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)