Skip to content

Commit

Permalink
feat: 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Sep 6, 2023
1 parent e06c590 commit 011e174
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nuxt": "^3.6.2"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.3.3"
"@nuxtjs/cloudinary": "^2.3.4"
}
}
8 changes: 4 additions & 4 deletions .stackblitz/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,10 @@
vite-plugin-checker "^0.6.1"
vue-bundle-renderer "^1.0.3"

"@nuxtjs/cloudinary@^2.3.3":
version "2.3.3"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.3.tgz#59875117737748bb1cee2d89e9e52eb02513e496"
integrity sha512-qrk+wuAc2iC5oTXc3CJV1o0Pff2X8A7/qNoX80jvbTJIWWN2b/kWGmeXVe1RYJmCTpRfka7RiavXVOTj1mya+g==
"@nuxtjs/cloudinary@^2.3.4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.4.tgz#81ccefcbe803b20ab37bd5fb2618a2574ed6fe42"
integrity sha512-603PVOkmVzHzlwww9WYkdJRL7Z+FP7qfyL4bylUSlwVav6I8fEBi8embMOHo0XL2jbMkNLkM1WBGBNhen5hd3Q==
dependencies:
"@cloudinary-util/url-loader" "^3.10.0"
"@nuxt/kit" "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"nuxt": "^3.5.3"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.3.3"
"@nuxtjs/cloudinary": "^2.3.4"
}
}
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,10 @@
socket.io-client "^4.6.1"
ufo "^1.1.2"

"@nuxtjs/cloudinary@^2.3.3":
version "2.3.3"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.3.tgz#59875117737748bb1cee2d89e9e52eb02513e496"
integrity sha512-qrk+wuAc2iC5oTXc3CJV1o0Pff2X8A7/qNoX80jvbTJIWWN2b/kWGmeXVe1RYJmCTpRfka7RiavXVOTj1mya+g==
"@nuxtjs/cloudinary@^2.3.4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.4.tgz#81ccefcbe803b20ab37bd5fb2618a2574ed6fe42"
integrity sha512-603PVOkmVzHzlwww9WYkdJRL7Z+FP7qfyL4bylUSlwVav6I8fEBi8embMOHo0XL2jbMkNLkM1WBGBNhen5hd3Q==
dependencies:
"@cloudinary-util/url-loader" "^3.10.0"
"@nuxt/kit" "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/cloudinary",
"version": "2.3.3",
"version": "2.3.4",
"description": "Cloudinary module for Nuxt",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 011e174

Please sign in to comment.