@automattic/jetpack-scan 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. 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.0.1] - 2025-06-05
9
+ ### Changed
10
+ - Update package dependencies. [#43766]
11
+
8
12
  ## [1.0.0] - 2025-06-03
9
13
  ### Added
10
14
  - Add threat components. [#41654]
@@ -128,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
132
  ### Removed
129
133
  - Updated dependencies. [#39754]
130
134
 
135
+ [1.0.1]: https://github.com/Automattic/jetpack-scan/compare/v1.0.0...v1.0.1
131
136
  [1.0.0]: https://github.com/Automattic/jetpack-scan/compare/v0.5.9...v1.0.0
132
137
  [0.5.9]: https://github.com/Automattic/jetpack-scan/compare/v0.5.8...v0.5.9
133
138
  [0.5.8]: https://github.com/Automattic/jetpack-scan/compare/v0.5.7...v0.5.8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@automattic/jetpack-scan",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
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": {
@@ -34,7 +34,7 @@
34
34
  "jest": "^29.7.0",
35
35
  "jest-environment-jsdom": "29.7.0",
36
36
  "storybook": "8.6.7",
37
- "typescript": "5.8.2"
37
+ "typescript": "5.8.3"
38
38
  },
39
39
  "exports": {
40
40
  ".": {
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@automattic/jetpack-api": "^1.0.0",
49
49
  "@automattic/jetpack-base-styles": "^1.0.0",
50
- "@automattic/jetpack-components": "^1.0.0",
50
+ "@automattic/jetpack-components": "^1.1.0",
51
51
  "@wordpress/api-fetch": "7.24.0",
52
52
  "@wordpress/components": "29.10.0",
53
53
  "@wordpress/dataviews": "4.17.0",