@automattic/jetpack-scan 0.5.7 → 0.5.8
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 +5 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.5.8] - 2025-03-03
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#42163]
|
|
11
|
+
|
|
8
12
|
## [0.5.7] - 2025-02-24
|
|
9
13
|
### Changed
|
|
10
14
|
- Update package dependencies. [#41955]
|
|
@@ -107,6 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
107
111
|
### Removed
|
|
108
112
|
- Updated dependencies. [#39754]
|
|
109
113
|
|
|
114
|
+
[0.5.8]: https://github.com/Automattic/jetpack-scan/compare/v0.5.7...v0.5.8
|
|
110
115
|
[0.5.7]: https://github.com/Automattic/jetpack-scan/compare/v0.5.6...v0.5.7
|
|
111
116
|
[0.5.6]: https://github.com/Automattic/jetpack-scan/compare/v0.5.5...v0.5.6
|
|
112
117
|
[0.5.5]: https://github.com/Automattic/jetpack-scan/compare/v0.5.4...v0.5.5
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@automattic/jetpack-scan",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.8",
|
|
5
5
|
"description": "A JS client for consuming Jetpack Scan services",
|
|
6
6
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/scan/#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"main": "./build/index.js",
|
|
46
46
|
"types": "./build/index.d.ts",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@automattic/jetpack-api": "^0.
|
|
49
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
50
|
-
"@wordpress/api-fetch": "7.
|
|
51
|
-
"@wordpress/element": "6.
|
|
52
|
-
"@wordpress/i18n": "5.
|
|
53
|
-
"@wordpress/url": "4.
|
|
48
|
+
"@automattic/jetpack-api": "^0.20.0",
|
|
49
|
+
"@automattic/jetpack-base-styles": "^0.6.44",
|
|
50
|
+
"@wordpress/api-fetch": "7.19.0",
|
|
51
|
+
"@wordpress/element": "6.19.0",
|
|
52
|
+
"@wordpress/i18n": "5.19.0",
|
|
53
|
+
"@wordpress/url": "4.19.0",
|
|
54
54
|
"debug": "4.4.0",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
56
|
"react-dom": "^18.2.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@wordpress/i18n": "5.
|
|
59
|
+
"@wordpress/i18n": "5.19.0",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-dom": "^18.2.0"
|
|
62
62
|
}
|