@automattic/jetpack-ai-client 0.10.0 → 0.10.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 +15 -15
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.10.1] - 2024-03-27
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#36539, #36585]
|
|
11
|
+
|
|
8
12
|
## [0.10.0] - 2024-03-18
|
|
9
13
|
### Added
|
|
10
14
|
- Add image generator hook [#36415]
|
|
@@ -259,6 +263,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
259
263
|
- Updated package dependencies. [#31659]
|
|
260
264
|
- Updated package dependencies. [#31785]
|
|
261
265
|
|
|
266
|
+
[0.10.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.0...v0.10.1
|
|
262
267
|
[0.10.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.9.0...v0.10.0
|
|
263
268
|
[0.9.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.8.2...v0.9.0
|
|
264
269
|
[0.8.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.8.1...v0.8.2
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@automattic/jetpack-ai-client",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.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": {
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@storybook/addon-actions": "
|
|
26
|
-
"@storybook/blocks": "
|
|
27
|
-
"@storybook/react": "
|
|
25
|
+
"@storybook/addon-actions": "8.0.4",
|
|
26
|
+
"@storybook/blocks": "8.0.4",
|
|
27
|
+
"@storybook/react": "8.0.4",
|
|
28
28
|
"jest": "^29.6.2",
|
|
29
29
|
"jest-environment-jsdom": "29.7.0",
|
|
30
30
|
"typescript": "5.0.4"
|
|
@@ -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.33.
|
|
43
|
-
"@automattic/jetpack-shared-extension-utils": "^0.14.
|
|
41
|
+
"@automattic/jetpack-base-styles": "^0.6.20",
|
|
42
|
+
"@automattic/jetpack-connection": "^0.33.5",
|
|
43
|
+
"@automattic/jetpack-shared-extension-utils": "^0.14.8",
|
|
44
44
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
45
45
|
"@types/react": "18.2.61",
|
|
46
|
-
"@wordpress/api-fetch": "6.
|
|
47
|
-
"@wordpress/block-editor": "12.
|
|
48
|
-
"@wordpress/components": "27.
|
|
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.51.0",
|
|
47
|
+
"@wordpress/block-editor": "12.22.0",
|
|
48
|
+
"@wordpress/components": "27.2.0",
|
|
49
|
+
"@wordpress/compose": "6.31.0",
|
|
50
|
+
"@wordpress/data": "9.24.0",
|
|
51
|
+
"@wordpress/element": "5.31.0",
|
|
52
|
+
"@wordpress/i18n": "4.54.0",
|
|
53
|
+
"@wordpress/icons": "9.45.0",
|
|
54
54
|
"classnames": "2.3.2",
|
|
55
55
|
"debug": "4.3.4",
|
|
56
56
|
"react": "18.2.0",
|