@forge/manifest 13.3.1-next.2 → 13.3.1-next.3

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 13.3.1-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - a38aef6: Update manifest definitions
8
+
3
9
  ## 13.3.1-next.2
4
10
 
5
11
  ### Patch Changes
@@ -2806,7 +2806,7 @@
2806
2806
  "resource"
2807
2807
  ]
2808
2808
  },
2809
- "ai-context": {
2809
+ "aiContext": {
2810
2810
  "type": "object",
2811
2811
  "properties": {
2812
2812
  "data": {
@@ -13153,7 +13153,7 @@ export interface Modules {
13153
13153
  render?: 'default' | 'native';
13154
13154
  [k: string]: unknown;
13155
13155
  };
13156
- 'ai-context'?: {
13156
+ aiContext?: {
13157
13157
  data:
13158
13158
  | {
13159
13159
  function: string;
@@ -13184,7 +13184,7 @@ export interface Modules {
13184
13184
  render?: 'default' | 'native';
13185
13185
  [k: string]: unknown;
13186
13186
  };
13187
- 'ai-context'?: {
13187
+ aiContext?: {
13188
13188
  data:
13189
13189
  | {
13190
13190
  function: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "13.3.1-next.2",
3
+ "version": "13.3.1-next.3",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {