@automattic/jetpack-ai-client 0.3.0 → 0.3.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 +12 -12
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.3.1] - 2024-01-04
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#34815]
|
|
11
|
+
|
|
8
12
|
## [0.3.0] - 2023-12-20
|
|
9
13
|
### Changed
|
|
10
14
|
- AI Client: improved usability with new block positioning, prompt and suggestion action buttons. [#34383]
|
|
@@ -176,6 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
176
180
|
- Updated package dependencies. [#31659]
|
|
177
181
|
- Updated package dependencies. [#31785]
|
|
178
182
|
|
|
183
|
+
[0.3.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.3.0...v0.3.1
|
|
179
184
|
[0.3.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.2.1...v0.3.0
|
|
180
185
|
[0.2.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.2.0...v0.2.1
|
|
181
186
|
[0.2.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.16...v0.2.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.3.
|
|
4
|
+
"version": "0.3.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": {
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"main": "./build/index.js",
|
|
39
39
|
"types": "./build/index.d.ts",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
42
|
-
"@automattic/jetpack-connection": "^0.30.
|
|
43
|
-
"@automattic/jetpack-shared-extension-utils": "^0.13.
|
|
41
|
+
"@automattic/jetpack-base-styles": "^0.6.15",
|
|
42
|
+
"@automattic/jetpack-connection": "^0.30.12",
|
|
43
|
+
"@automattic/jetpack-shared-extension-utils": "^0.13.7",
|
|
44
44
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
45
45
|
"@types/react": "18.2.33",
|
|
46
|
-
"@wordpress/api-fetch": "6.
|
|
47
|
-
"@wordpress/block-editor": "12.
|
|
48
|
-
"@wordpress/components": "25.
|
|
49
|
-
"@wordpress/compose": "6.
|
|
50
|
-
"@wordpress/data": "9.
|
|
51
|
-
"@wordpress/element": "5.
|
|
52
|
-
"@wordpress/i18n": "4.
|
|
53
|
-
"@wordpress/icons": "9.
|
|
46
|
+
"@wordpress/api-fetch": "6.45.0",
|
|
47
|
+
"@wordpress/block-editor": "12.16.0",
|
|
48
|
+
"@wordpress/components": "25.14.0",
|
|
49
|
+
"@wordpress/compose": "6.25.0",
|
|
50
|
+
"@wordpress/data": "9.18.0",
|
|
51
|
+
"@wordpress/element": "5.25.0",
|
|
52
|
+
"@wordpress/i18n": "4.48.0",
|
|
53
|
+
"@wordpress/icons": "9.39.0",
|
|
54
54
|
"classnames": "2.3.2",
|
|
55
55
|
"debug": "4.3.4",
|
|
56
56
|
"react": "18.2.0",
|