File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# @transloadit/post
22
3+ ## 1.0.2
4+
5+ ### Patch Changes
6+
7+ - Upgrade title to v4 and use its built-in types.
8+
39## 1.0.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @transloadit/post" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git://github.com/transloadit/monolib.git" ,
2525 "@transloadit/slugify" : " ^1.0.0" ,
2626 "inquirer" : " ^8.2.7" ,
2727 "open-in-editor" : " ^2.2.0" ,
28- "title" : " ^3.5.3 "
28+ "title" : " ^4.0.1 "
2929 },
3030 "devDependencies" : {
3131 "@types/inquirer" : " ^8.2.12" ,
32- "@types/open-in-editor" : " ^2.2.0" ,
33- "@types/title" : " ^3.4.3"
32+ "@types/open-in-editor" : " ^2.2.0"
3433 },
3534 "publishConfig" : {
3635 "access" : " public"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import openInEditor = require('open-in-editor')
77import { fileExists } from '@transloadit/file-exists'
88import { slugify } from '@transloadit/slugify'
99
10- import title = require ( 'title' )
10+ import title from 'title'
1111
1212async function post ( ) : Promise < void > {
1313 console. log ( `Welcome to @transloadit/post.` )
You can’t perform that action at this time.
0 commit comments