Skip to content

Commit 30c5a67

Browse files
committed
fix: 3.0.0-rc.3
1 parent 4c48fc5 commit 30c5a67

File tree

6 files changed

+51
-35
lines changed

6 files changed

+51
-35
lines changed

.stackblitz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"nuxt": "^3.11.2"
1212
},
1313
"dependencies": {
14-
"@nuxtjs/cloudinary": "^3.0.0-rc.2"
14+
"@nuxtjs/cloudinary": "^3.0.0-rc.3"
1515
}
1616
}

.stackblitz/yarn.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -574,19 +574,25 @@
574574
resolved "https://registry.yarnpkg.com/@cloudinary-util/types/-/types-1.0.2.tgz#3ebc14f01f3c113183ad47cc5a9c69e65d06f762"
575575
integrity sha512-j3xUfN4uMFDMSvoQeOMxqKYsGZovlRFr8niOQXfcqoHp7NVBiJm8oy6y2HDGQhxH63irmFt8VtzJEnYwGYsGXg==
576576

577-
"@cloudinary-util/url-loader@^5.2.2":
578-
version "5.2.2"
579-
resolved "https://registry.yarnpkg.com/@cloudinary-util/url-loader/-/url-loader-5.2.2.tgz#c22fdb13b738af820d9c363cf576feeaffc26c4f"
580-
integrity sha512-gwoBuyoJBriUvmX3jk6Q1k5NdziloEhIp/4InLB6yBNe88K7bVbR/V8dJRhba0ZvlYDOOPjIiJLAa5J7xAnUlw==
577+
"@cloudinary-util/types@1.0.5":
578+
version "1.0.5"
579+
resolved "https://registry.yarnpkg.com/@cloudinary-util/types/-/types-1.0.5.tgz#0325881338b3c390b4ad27f5484e95cdb0c4f9b7"
580+
integrity sha512-QySi6Q138yg/qrD7f6yscH9T+/8VwUfF9AiwFPMS89uI5wnSG9nhC+93a/8iUpgk9ujTDVqE8+TqYAbxvF0BMA==
581+
582+
"@cloudinary-util/url-loader@^5.3.1":
583+
version "5.3.1"
584+
resolved "https://registry.yarnpkg.com/@cloudinary-util/url-loader/-/url-loader-5.3.1.tgz#2898ea4f75a968a5857046d54bd589f228d04848"
585+
integrity sha512-cYgnazu7cLjRaajGmhyVfMxjrOz4EaSQsWK1/utV4K5kknUUhu8vUovGunDQJbEGmBWB/TUt7zmwpdUAQ+pe4g==
581586
dependencies:
582-
"@cloudinary-util/util" "3.0.0"
587+
"@cloudinary-util/types" "1.0.5"
588+
"@cloudinary-util/util" "3.0.2"
583589
"@cloudinary/url-gen" "1.15.0"
584590
zod "^3.22.4"
585591

586-
"@cloudinary-util/util@3.0.0":
587-
version "3.0.0"
588-
resolved "https://registry.yarnpkg.com/@cloudinary-util/util/-/util-3.0.0.tgz#4096e0190108b2680c0027bf9afaeca039cea6cc"
589-
integrity sha512-o6cJsN49OIelLcSkqUf4WzgefpePDFsAaeQfJbpcKhVdtvmWv71K0oZwMXuX62IY1OolqIg0etMiHtWZPhvPNA==
592+
"@cloudinary-util/util@3.0.2":
593+
version "3.0.2"
594+
resolved "https://registry.yarnpkg.com/@cloudinary-util/util/-/util-3.0.2.tgz#a86334eeec9912cf90054f5688a7d10fca9fe952"
595+
integrity sha512-EMmspJLVFn9hX92DaK/yuSzSUXF/BJ88crzN8vT1qCaJMMWKapGNo2HZ6YNgG69PP/Jngdk0mTINDU+GP3A1CA==
590596

591597
"@cloudinary/transformation-builder-sdk@^1.10.0":
592598
version "1.12.0"
@@ -1163,13 +1169,13 @@
11631169
vite-plugin-checker "^0.6.4"
11641170
vue-bundle-renderer "^2.0.0"
11651171

1166-
"@nuxtjs/cloudinary@^3.0.0-rc.2":
1167-
version "3.0.0-rc.2"
1168-
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0-rc.2.tgz#02eca91f0cfe5c26f437a98e15f89c086539720d"
1169-
integrity sha512-2HSVQ/z6rfph4B2vDmRJ5CkwwgFBdwCoHD3crCvTpeCvAjZD4Mxqa9e+Xc5FPbwl87x4j9zHu0xUfrhRnxx+rg==
1172+
"@nuxtjs/cloudinary@^3.0.0-rc.3":
1173+
version "3.0.0-rc.3"
1174+
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0-rc.3.tgz#360bd36f96630d79fe80dde35b923401c1e80046"
1175+
integrity sha512-ZkiMwb8dpFLf9aYEtBZlqjpabw3mrlb2SaJ/8blzMHMgxCz9/ExEjV1IJ70qkNJ2LkeUJdebt+uBE1PL51yObg==
11701176
dependencies:
11711177
"@cloudinary-util/types" "1.0.2"
1172-
"@cloudinary-util/url-loader" "^5.2.2"
1178+
"@cloudinary-util/url-loader" "^5.3.1"
11731179
"@nuxt/kit" "^3.11.2"
11741180
"@unpic/vue" "^0.0.48"
11751181
defu "^6.1.4"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "^5.4.5"
1818
},
1919
"dependencies": {
20-
"@nuxtjs/cloudinary": "^3.0.0-rc.2"
20+
"@nuxtjs/cloudinary": "^3.0.0-rc.3"
2121
}
2222
}

docs/pnpm-lock.yaml

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/cloudinary",
3-
"version": "3.0.0-rc.2",
3+
"version": "3.0.0-rc.3",
44
"description": "Cloudinary module for Nuxt",
55
"license": "MIT",
66
"type": "module",
@@ -48,7 +48,7 @@
4848
"stackblitz": "cd .stackblitz && yarn && yarn dev"
4949
},
5050
"dependencies": {
51-
"@cloudinary-util/url-loader": "^5.2.2",
51+
"@cloudinary-util/url-loader": "^5.3.1",
5252
"@cloudinary-util/types": "1.0.2",
5353
"@nuxt/kit": "^3.11.2",
5454
"@unpic/vue": "^0.0.48",

pnpm-lock.yaml

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)