js-cloudimage-360-view 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,10 @@ Types of changes:
|
|
|
25
25
|
- ...
|
|
26
26
|
|
|
27
27
|
-------------
|
|
28
|
+
## 3.1.1 - 2023-04-19
|
|
29
|
+
### Fixed
|
|
30
|
+
- Remove CVE vulnerabilities
|
|
31
|
+
|
|
28
32
|
## 3.1.0 - 2023-04-10
|
|
29
33
|
### Added
|
|
30
34
|
- possibility to enable/disable the request of new image on resize using `data-request-responsive-images`
|
package/README.md
CHANGED
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
alt="cloudimage logo"
|
|
13
13
|
src="https://scaleflex.cloudimg.io/v7/cloudimage.io/LOGO+WITH+SCALEFLEX-01.png?vh=f6080d&w=350">
|
|
14
14
|
</a>
|
|
15
|
-
<a href="https://www.cloudimage.io/#gh-dark-mode-only">
|
|
15
|
+
<!-- <a href="https://www.cloudimage.io/#gh-dark-mode-only">
|
|
16
16
|
<img
|
|
17
17
|
alt="cloudimage logo"
|
|
18
18
|
src="https://scaleflex.cloudimg.io/v7/cloudimage.io/cloudimage-logo-light.png?vh=b798ab&w=350">
|
|
19
|
-
|
|
19
|
+
</a> -->
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
<h1 align="center">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "js-cloudimage-360-view",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "scaleflex",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"fs": "^0.0.1-security",
|
|
56
56
|
"gh-pages": "^2.0.1",
|
|
57
57
|
"highlight.js": "^10.4.1",
|
|
58
|
-
"html-webpack-plugin": "^
|
|
58
|
+
"html-webpack-plugin": "^5.5.1",
|
|
59
59
|
"isomorphic-fetch": "^3.0.0",
|
|
60
60
|
"mini-css-extract-plugin": "^0.9.0",
|
|
61
61
|
"mobile-detect": "^1.4.3",
|
|
62
|
-
"style-loader": "^
|
|
63
|
-
"webpack": "^
|
|
64
|
-
"webpack-cli": "^
|
|
65
|
-
"webpack-dev-server": "^
|
|
62
|
+
"style-loader": "^3.3.2",
|
|
63
|
+
"webpack": "^5.79.0",
|
|
64
|
+
"webpack-cli": "^5.0.1",
|
|
65
|
+
"webpack-dev-server": "^4.13.3"
|
|
66
66
|
}
|
|
67
67
|
}
|