@automattic/jetpack-ai-client 0.1.15 → 0.1.16
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.1.16] - 2023-11-14
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#34093]
|
|
11
|
+
|
|
8
12
|
## [0.1.15] - 2023-11-13
|
|
9
13
|
### Changed
|
|
10
14
|
- Prevented dispatching the `done` event for JETPACK_AI_ERROR. [#34051]
|
|
@@ -158,6 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
158
162
|
- Updated package dependencies. [#31659]
|
|
159
163
|
- Updated package dependencies. [#31785]
|
|
160
164
|
|
|
165
|
+
[0.1.16]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.15...v0.1.16
|
|
161
166
|
[0.1.15]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.14...v0.1.15
|
|
162
167
|
[0.1.14]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.13...v0.1.14
|
|
163
168
|
[0.1.13]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.12...v0.1.13
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@automattic/jetpack-ai-client",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.16",
|
|
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": {
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
".": "./index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
36
|
-
"@automattic/jetpack-connection": "^0.30.
|
|
37
|
-
"@automattic/jetpack-shared-extension-utils": "^0.13.
|
|
35
|
+
"@automattic/jetpack-base-styles": "^0.6.12",
|
|
36
|
+
"@automattic/jetpack-connection": "^0.30.7",
|
|
37
|
+
"@automattic/jetpack-shared-extension-utils": "^0.13.1",
|
|
38
38
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
39
|
-
"@wordpress/api-fetch": "6.
|
|
40
|
-
"@wordpress/block-editor": "12.
|
|
41
|
-
"@wordpress/components": "25.
|
|
42
|
-
"@wordpress/compose": "6.
|
|
43
|
-
"@wordpress/data": "9.
|
|
44
|
-
"@wordpress/element": "5.
|
|
45
|
-
"@wordpress/i18n": "4.
|
|
46
|
-
"@wordpress/icons": "9.
|
|
39
|
+
"@wordpress/api-fetch": "6.42.0",
|
|
40
|
+
"@wordpress/block-editor": "12.13.0",
|
|
41
|
+
"@wordpress/components": "25.11.0",
|
|
42
|
+
"@wordpress/compose": "6.22.0",
|
|
43
|
+
"@wordpress/data": "9.15.0",
|
|
44
|
+
"@wordpress/element": "5.22.0",
|
|
45
|
+
"@wordpress/i18n": "4.45.0",
|
|
46
|
+
"@wordpress/icons": "9.36.0",
|
|
47
47
|
"classnames": "2.3.2",
|
|
48
48
|
"debug": "4.3.4",
|
|
49
49
|
"react": "18.2.0",
|