@automattic/jetpack-ai-client 0.20.0 → 0.20.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.
- package/CHANGELOG.md +5 -0
- package/package.json +13 -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.20.1] - 2024-10-07
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#39594]
|
|
11
|
+
|
|
8
12
|
## [0.20.0] - 2024-09-30
|
|
9
13
|
### Added
|
|
10
14
|
- AI Client: add support for showStyleSelector on logo generator and use-image-generator [#39530]
|
|
@@ -419,6 +423,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
419
423
|
- Updated package dependencies. [#31659]
|
|
420
424
|
- Updated package dependencies. [#31785]
|
|
421
425
|
|
|
426
|
+
[0.20.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.0...v0.20.1
|
|
422
427
|
[0.20.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.19.0...v0.20.0
|
|
423
428
|
[0.19.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.1...v0.19.0
|
|
424
429
|
[0.18.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.0...v0.18.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.20.
|
|
4
|
+
"version": "0.20.1",
|
|
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": {
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"main": "./build/index.js",
|
|
44
44
|
"types": "./build/index.d.ts",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
47
|
-
"@automattic/jetpack-connection": "^0.35.
|
|
48
|
-
"@automattic/jetpack-shared-extension-utils": "^0.15.
|
|
46
|
+
"@automattic/jetpack-base-styles": "^0.6.33",
|
|
47
|
+
"@automattic/jetpack-connection": "^0.35.11",
|
|
48
|
+
"@automattic/jetpack-shared-extension-utils": "^0.15.12",
|
|
49
49
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
50
50
|
"@types/react": "18.3.3",
|
|
51
51
|
"@types/wordpress__block-editor": "11.5.15",
|
|
52
|
-
"@wordpress/api-fetch": "7.
|
|
53
|
-
"@wordpress/blob": "4.
|
|
54
|
-
"@wordpress/block-editor": "14.
|
|
55
|
-
"@wordpress/components": "28.
|
|
56
|
-
"@wordpress/compose": "7.
|
|
57
|
-
"@wordpress/data": "10.
|
|
58
|
-
"@wordpress/element": "6.
|
|
59
|
-
"@wordpress/i18n": "5.
|
|
60
|
-
"@wordpress/icons": "10.
|
|
52
|
+
"@wordpress/api-fetch": "7.8.2",
|
|
53
|
+
"@wordpress/blob": "4.8.1",
|
|
54
|
+
"@wordpress/block-editor": "14.3.4",
|
|
55
|
+
"@wordpress/components": "28.8.4",
|
|
56
|
+
"@wordpress/compose": "7.8.3",
|
|
57
|
+
"@wordpress/data": "10.8.3",
|
|
58
|
+
"@wordpress/element": "6.8.1",
|
|
59
|
+
"@wordpress/i18n": "5.8.2",
|
|
60
|
+
"@wordpress/icons": "10.8.2",
|
|
61
61
|
"clsx": "2.1.1",
|
|
62
62
|
"debug": "4.3.4",
|
|
63
63
|
"markdown-it": "14.0.0",
|