vue-cloudimage-responsive
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -28,2 +28,5 @@ # Changelog | ||
------------- | ||
## 1.3.1 - 2022-1-4 | ||
### updated | ||
- utils version to fix img-src starts with "//" | ||
## 1.3.0 - 2021-11-18 | ||
@@ -30,0 +33,0 @@ ### Added |
/* | ||
* vue-cloudimage-responsive v1.3.0 | ||
* vue-cloudimage-responsive v1.3.1 | ||
* | ||
@@ -4,0 +4,0 @@ * @license |
/* | ||
* vue-cloudimage-responsive v1.3.0 | ||
* vue-cloudimage-responsive v1.3.1 | ||
* | ||
@@ -4,0 +4,0 @@ * @license |
{ | ||
"name": "vue-cloudimage-responsive", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -39,3 +39,3 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"cloudimage-responsive-utils": "^2.4.0", | ||
"cloudimage-responsive-utils": "^2.4.2", | ||
"core-js": "^3.15.2" | ||
@@ -42,0 +42,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
[![Release](https://img.shields.io/badge/release-v1.3.0-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases) | ||
[![Release](https://img.shields.io/badge/release-v1.3.1-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases) | ||
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5) | ||
@@ -3,0 +3,0 @@ [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78194