Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "ts-whammy", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A modern typescript version of whammy. You can use it to encode images(webp) to webm video.", | ||
@@ -28,3 +28,5 @@ "keywords": [ | ||
"types": "@types/index.d.ts", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"tslib": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
@@ -41,3 +43,2 @@ "@types/node": "^13.1.4", | ||
"tsconfig-paths": "^3.9.0", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.8.2", | ||
@@ -44,0 +45,0 @@ "@astrojs/mdx": "^0.16.0", |
@@ -119,5 +119,5 @@ [Github](https://github.com/Akimyou/ts-whammy) | [Npm](https://www.npmjs.com/package/ts-whammy) | [Home](https://akimyou.github.io/ts-whammy/) | ||
- update the demo, support record canvas/HTML, ✅ upload images to video... | ||
- update the demo, support [✅ ]record canvas/[TODO]HTML, ✅ upload images to video... | ||
- [✅]upgrade docs to astro | ||
- [✅]support build out the esm lib | ||
- update tests case, up test codecov |
78042
17
1
+ Addedtslib@^2.4.0
+ Addedtslib@2.8.1(transitive)