@automattic/jetpack-ai-client 0.31.0 → 0.31.2

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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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.31.2] - 2025-06-16
9
+ ### Changed
10
+ - Update dependencies. [#43878]
11
+
12
+ ## [0.31.1] - 2025-06-05
13
+ ### Changed
14
+ - Update package dependencies. [#43718] [#43766]
15
+
8
16
  ## [0.31.0] - 2025-06-02
9
17
  ### Changed
10
18
  - Change how Chrome's built-in AI API tokens are injected. [#43682]
@@ -627,6 +635,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
627
635
  - AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
628
636
  - Updated package dependencies. [#31468] [#31659] [#31785]
629
637
 
638
+ [0.31.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.31.1...v0.31.2
639
+ [0.31.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.31.0...v0.31.1
630
640
  [0.31.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.30.0...v0.31.0
631
641
  [0.30.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.29.0...v0.30.0
632
642
  [0.29.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.28.1...v0.29.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@automattic/jetpack-ai-client",
4
- "version": "0.31.0",
4
+ "version": "0.31.2",
5
5
  "description": "A JS client for consuming Jetpack AI services",
6
6
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
7
7
  "bugs": {
@@ -34,7 +34,7 @@
34
34
  "jest": "^29.6.2",
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
  ".": {
@@ -45,13 +45,13 @@
45
45
  "main": "./build/index.js",
46
46
  "types": "./build/index.d.ts",
47
47
  "dependencies": {
48
- "@automattic/jetpack-base-styles": "^0.8.0",
49
- "@automattic/jetpack-components": "^0.73.4",
50
- "@automattic/jetpack-connection": "^0.39.18",
51
- "@automattic/jetpack-shared-extension-utils": "^0.20.3",
48
+ "@automattic/jetpack-base-styles": "^1.0.0",
49
+ "@automattic/jetpack-components": "^1.1.2",
50
+ "@automattic/jetpack-connection": "^1.2.2",
51
+ "@automattic/jetpack-shared-extension-utils": "^1.1.0",
52
52
  "@microsoft/fetch-event-source": "2.0.1",
53
53
  "@types/jest": "29.5.14",
54
- "@types/react": "18.3.18",
54
+ "@types/react": "18.3.23",
55
55
  "@types/wordpress__block-editor": "11.5.16",
56
56
  "@wordpress/api-fetch": "7.24.0",
57
57
  "@wordpress/base-styles": "6.0.0",