@automattic/jetpack-scan 1.4.3 → 1.4.4
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 +3 -3
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
|
+
## [1.4.4] - 2026-06-08
|
|
9
|
+
### Changed
|
|
10
|
+
- Update dependencies. [#49354]
|
|
11
|
+
|
|
8
12
|
## [1.4.3] - 2026-06-01
|
|
9
13
|
### Changed
|
|
10
14
|
- Update package dependencies. [#48404]
|
|
@@ -204,6 +208,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
204
208
|
### Removed
|
|
205
209
|
- Updated dependencies. [#39754]
|
|
206
210
|
|
|
211
|
+
[1.4.4]: https://github.com/Automattic/jetpack-scan/compare/v1.4.3...v1.4.4
|
|
207
212
|
[1.4.3]: https://github.com/Automattic/jetpack-scan/compare/v1.4.2...v1.4.3
|
|
208
213
|
[1.4.2]: https://github.com/Automattic/jetpack-scan/compare/v1.4.1...v1.4.2
|
|
209
214
|
[1.4.1]: https://github.com/Automattic/jetpack-scan/compare/v1.4.0...v1.4.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-scan",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"private": false,
|
|
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",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"typecheck": "tsgo --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@automattic/jetpack-api": "^1.0.
|
|
30
|
+
"@automattic/jetpack-api": "^1.0.28",
|
|
31
31
|
"@automattic/jetpack-base-styles": "^1.2.5",
|
|
32
|
-
"@automattic/jetpack-components": "^1.12.
|
|
32
|
+
"@automattic/jetpack-components": "^1.12.5",
|
|
33
33
|
"@wordpress/api-fetch": "7.46.0",
|
|
34
34
|
"@wordpress/components": "33.1.0",
|
|
35
35
|
"@wordpress/dataviews": "14.3.0",
|