@automattic/jetpack-ai-client 0.1.10 → 0.1.12

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/SECURITY.md +11 -2
  3. package/package.json +15 -15
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.1.12] - 2023-10-16
9
+ ### Changed
10
+ - Updated package dependencies. [#33584]
11
+
12
+ ## [0.1.11] - 2023-10-10
13
+ ### Changed
14
+ - Updated package dependencies. [#33428]
15
+
8
16
  ## [0.1.10] - 2023-09-28
9
17
  ### Added
10
18
  - AI Client: Add keyboard shortcut text next to Stop action [#33271]
@@ -136,6 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136
144
  - Updated package dependencies. [#31659]
137
145
  - Updated package dependencies. [#31785]
138
146
 
147
+ [0.1.12]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.11...v0.1.12
148
+ [0.1.11]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.10...v0.1.11
139
149
  [0.1.10]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.9...v0.1.10
140
150
  [0.1.9]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.8...v0.1.9
141
151
  [0.1.8]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.7...v0.1.8
package/SECURITY.md CHANGED
@@ -4,11 +4,20 @@ Full details of the Automattic Security Policy can be found on [automattic.com](
4
4
 
5
5
  ## Supported Versions
6
6
 
7
- Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions.
7
+ Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions.
8
8
 
9
9
  ## Reporting a Vulnerability
10
10
 
11
- [Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure.
11
+ Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure:
12
+
13
+ * [Jetpack](https://jetpack.com/)
14
+ * Jetpack Backup
15
+ * Jetpack Boost
16
+ * Jetpack CRM
17
+ * Jetpack Protect
18
+ * Jetpack Search
19
+ * Jetpack Social
20
+ * Jetpack VideoPress
12
21
 
13
22
  **For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.**
14
23
 
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.10",
4
+ "version": "0.1.12",
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": {
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "type": "module",
23
23
  "devDependencies": {
24
- "@storybook/addon-actions": "7.1.0",
25
- "@storybook/blocks": "7.1.0",
26
- "@storybook/react": "7.1.0",
24
+ "@storybook/addon-actions": "7.4.6",
25
+ "@storybook/blocks": "7.4.6",
26
+ "@storybook/react": "7.4.6",
27
27
  "jest": "^29.6.2",
28
28
  "jest-environment-jsdom": "29.5.0",
29
29
  "typescript": "5.0.4"
@@ -32,18 +32,18 @@
32
32
  ".": "./index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@automattic/jetpack-base-styles": "^0.6.9",
36
- "@automattic/jetpack-connection": "^0.30.0",
37
- "@automattic/jetpack-shared-extension-utils": "^0.12.0",
35
+ "@automattic/jetpack-base-styles": "^0.6.10",
36
+ "@automattic/jetpack-connection": "^0.30.2",
37
+ "@automattic/jetpack-shared-extension-utils": "^0.12.2",
38
38
  "@microsoft/fetch-event-source": "2.0.1",
39
- "@wordpress/api-fetch": "6.38.0",
40
- "@wordpress/block-editor": "12.9.0",
41
- "@wordpress/components": "25.7.0",
42
- "@wordpress/compose": "6.18.0",
43
- "@wordpress/data": "9.11.0",
44
- "@wordpress/element": "5.18.0",
45
- "@wordpress/i18n": "4.41.0",
46
- "@wordpress/icons": "9.32.0",
39
+ "@wordpress/api-fetch": "6.40.0",
40
+ "@wordpress/block-editor": "12.11.0",
41
+ "@wordpress/components": "25.9.0",
42
+ "@wordpress/compose": "6.20.0",
43
+ "@wordpress/data": "9.13.0",
44
+ "@wordpress/element": "5.20.0",
45
+ "@wordpress/i18n": "4.43.0",
46
+ "@wordpress/icons": "9.34.0",
47
47
  "classnames": "2.3.2",
48
48
  "debug": "4.3.4",
49
49
  "react": "18.2.0",