@automattic/jetpack-ai-client 0.33.1 → 0.33.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.
- package/CHANGELOG.md +5 -0
- package/package.json +12 -13
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.33.2] - 2025-07-14
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#44217] [#44219]
|
|
11
|
+
|
|
8
12
|
## [0.33.1] - 2025-07-07
|
|
9
13
|
### Changed
|
|
10
14
|
- Jetpack AI: Change Chrome AI experiment name to v2. [#44135]
|
|
@@ -659,6 +663,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
659
663
|
- AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
|
|
660
664
|
- Updated package dependencies. [#31468] [#31659] [#31785]
|
|
661
665
|
|
|
666
|
+
[0.33.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.1...v0.33.2
|
|
662
667
|
[0.33.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.0...v0.33.1
|
|
663
668
|
[0.33.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.32.1...v0.33.0
|
|
664
669
|
[0.32.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.32.0...v0.32.1
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@automattic/jetpack-ai-client",
|
|
4
|
-
"version": "0.33.
|
|
4
|
+
"version": "0.33.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": {
|
|
@@ -25,15 +25,14 @@
|
|
|
25
25
|
},
|
|
26
26
|
"type": "module",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@storybook/addon-
|
|
29
|
-
"@storybook/
|
|
30
|
-
"@
|
|
31
|
-
"@storybook/react": "8.6.7",
|
|
28
|
+
"@storybook/addon-docs": "9.0.15",
|
|
29
|
+
"@storybook/react": "9.0.15",
|
|
30
|
+
"@testing-library/dom": "10.4.0",
|
|
32
31
|
"@types/markdown-it": "14.1.2",
|
|
33
32
|
"@types/turndown": "5.0.5",
|
|
34
|
-
"jest": "30.0.
|
|
35
|
-
"jest-environment-jsdom": "30.0.
|
|
36
|
-
"storybook": "
|
|
33
|
+
"jest": "30.0.4",
|
|
34
|
+
"jest-environment-jsdom": "30.0.4",
|
|
35
|
+
"storybook": "9.0.15",
|
|
37
36
|
"typescript": "5.8.3"
|
|
38
37
|
},
|
|
39
38
|
"exports": {
|
|
@@ -45,12 +44,12 @@
|
|
|
45
44
|
"main": "./build/index.js",
|
|
46
45
|
"types": "./build/index.d.ts",
|
|
47
46
|
"dependencies": {
|
|
48
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
49
|
-
"@automattic/jetpack-components": "^1.1.
|
|
50
|
-
"@automattic/jetpack-connection": "^1.2.
|
|
51
|
-
"@automattic/jetpack-script-data": "^0.4.4",
|
|
47
|
+
"@automattic/jetpack-base-styles": "^1.0.4",
|
|
48
|
+
"@automattic/jetpack-components": "^1.1.13",
|
|
49
|
+
"@automattic/jetpack-connection": "^1.2.13",
|
|
52
50
|
"@automattic/jetpack-explat": "workspace:*",
|
|
53
|
-
"@automattic/jetpack-
|
|
51
|
+
"@automattic/jetpack-script-data": "^0.5.0",
|
|
52
|
+
"@automattic/jetpack-shared-extension-utils": "^1.3.4",
|
|
54
53
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
55
54
|
"@types/jest": "30.0.0",
|
|
56
55
|
"@types/react": "18.3.23",
|