File tree Expand file tree Collapse file tree
vue-cli-plugin-cloudinary-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 " typescript"
3838 ],
3939 "dependencies" : {
40- "@cld-apis/utils" : " ^0.1.0 "
40+ "@cld-apis/utils" : " ^0.1.1 "
4141 },
4242 "devDependencies" : {
4343 "@types/jest" : " ^26.0.15" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cld-apis/utils" ,
3- "version" : " 0.1.0 " ,
4- "description" : " Cloudinary constants" ,
3+ "version" : " 0.1.1 " ,
4+ "description" : " Cloudinary constants and helpers for transformations " ,
55 "author" : " Maya Shavin <maya@cloudinary.com>" ,
66 "homepage" : " https://github.com/mayashavin/cloudinary-api/tree/master/packages/constants#readme" ,
77 "license" : " MIT" ,
4646 " typescript"
4747 ],
4848 "devDependencies" : {
49- "@cld-apis/types" : " ^0.1.0" ,
5049 "@types/jest" : " ^26.0.15" ,
5150 "@types/node" : " ^14.14.10" ,
5251 "agadoo" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 22module . exports = ( api , opts ) => {
33 api . extendPackage ( {
44 dependencies : {
5- "cloudinary-build-url" : "latest " ,
5+ "cloudinary-build-url" : "^0.1.1 " ,
66 } ,
77 } ) ;
88
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-cli-plugin-cloudinary-api" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " Cloudinary light APIs plugin for vue-cli (3.0+)" ,
55 "keywords" : [
66 " vue" ,
You can’t perform that action at this time.
0 commit comments