@automattic/jetpack-ai-client 0.25.5 → 0.25.7
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 +10 -0
- package/package.json +14 -14
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.25.7] - 2025-01-27
|
|
9
|
+
### Changed
|
|
10
|
+
- Internal updates.
|
|
11
|
+
|
|
12
|
+
## [0.25.6] - 2025-01-20
|
|
13
|
+
### Changed
|
|
14
|
+
- Updated package dependencies. [#41099]
|
|
15
|
+
|
|
8
16
|
## [0.25.5] - 2025-01-06
|
|
9
17
|
### Changed
|
|
10
18
|
- Updated package dependencies. [#40798] [#40810] [#40811] [#40841]
|
|
@@ -502,6 +510,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
502
510
|
- AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
|
|
503
511
|
- Updated package dependencies. [#31468] [#31659] [#31785]
|
|
504
512
|
|
|
513
|
+
[0.25.7]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.6...v0.25.7
|
|
514
|
+
[0.25.6]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.5...v0.25.6
|
|
505
515
|
[0.25.5]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.4...v0.25.5
|
|
506
516
|
[0.25.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.3...v0.25.4
|
|
507
517
|
[0.25.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.2...v0.25.3
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@automattic/jetpack-ai-client",
|
|
4
|
-
"version": "0.25.
|
|
4
|
+
"version": "0.25.7",
|
|
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": {
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"main": "./build/index.js",
|
|
45
45
|
"types": "./build/index.d.ts",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
48
|
-
"@automattic/jetpack-connection": "^0.36.
|
|
49
|
-
"@automattic/jetpack-shared-extension-utils": "^0.16.
|
|
47
|
+
"@automattic/jetpack-base-styles": "^0.6.41",
|
|
48
|
+
"@automattic/jetpack-connection": "^0.36.4",
|
|
49
|
+
"@automattic/jetpack-shared-extension-utils": "^0.16.5",
|
|
50
50
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
51
51
|
"@types/react": "18.3.18",
|
|
52
52
|
"@types/wordpress__block-editor": "11.5.16",
|
|
53
|
-
"@wordpress/api-fetch": "7.
|
|
54
|
-
"@wordpress/base-styles": "5.
|
|
55
|
-
"@wordpress/blob": "4.
|
|
56
|
-
"@wordpress/block-editor": "14.
|
|
57
|
-
"@wordpress/components": "29.
|
|
58
|
-
"@wordpress/compose": "7.
|
|
59
|
-
"@wordpress/data": "10.
|
|
60
|
-
"@wordpress/element": "6.
|
|
61
|
-
"@wordpress/i18n": "5.
|
|
62
|
-
"@wordpress/icons": "10.
|
|
53
|
+
"@wordpress/api-fetch": "7.16.0",
|
|
54
|
+
"@wordpress/base-styles": "5.16.0",
|
|
55
|
+
"@wordpress/blob": "4.16.0",
|
|
56
|
+
"@wordpress/block-editor": "14.11.0",
|
|
57
|
+
"@wordpress/components": "29.2.0",
|
|
58
|
+
"@wordpress/compose": "7.16.0",
|
|
59
|
+
"@wordpress/data": "10.16.0",
|
|
60
|
+
"@wordpress/element": "6.16.0",
|
|
61
|
+
"@wordpress/i18n": "5.16.0",
|
|
62
|
+
"@wordpress/icons": "10.16.0",
|
|
63
63
|
"clsx": "2.1.1",
|
|
64
64
|
"debug": "4.4.0",
|
|
65
65
|
"markdown-it": "14.1.0",
|