@ludovicm67/media-tools-utils
Advanced tools
Comparing version 0.1.5 to 0.1.6
# @ludovicm67/media-tools-utils | ||
## 0.1.6 | ||
### Patch Changes | ||
- e4ce2ed: Improve typings | ||
## 0.1.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ludovicm67/media-tools-utils", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Media tools utils", | ||
"main": "index.js", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"typings": "tsc", | ||
"clean": "rimraf *.tgz *.d.ts* **/*.d.ts*", | ||
"build": "yarn clean && yarn typings", | ||
"postpublish": "yarn clean", | ||
"clean": "rimraf dist/", | ||
"build": "npm run clean && npm run typings", | ||
"prepack": "npm run build", | ||
"test": "true" | ||
@@ -23,2 +24,7 @@ }, | ||
}, | ||
"files": [ | ||
"dist", | ||
"index.js", | ||
"CHANGELOG.md" | ||
], | ||
"keywords": [ | ||
@@ -25,0 +31,0 @@ "media", |
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
4175
7
25