@forge/manifest 11.3.1-next.3 → 11.3.1-next.5

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,17 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.3.1-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - b799627: Update manifest definitions
8
+
9
+ ## 11.3.1-next.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 29aa91c: Update manifest definitions
14
+
3
15
  ## 11.3.1-next.3
4
16
 
5
17
  ### Patch Changes
@@ -28519,14 +28519,9 @@
28519
28519
  "type": "object",
28520
28520
  "additionalProperties": false,
28521
28521
  "required": [
28522
- "agentCard",
28523
28522
  "jsonRpcTransport"
28524
28523
  ],
28525
28524
  "properties": {
28526
- "agentCard": {
28527
- "$ref": "#/definitions/protocolEndpoint",
28528
- "description": "Returns metadata about the agent, including its capabilities and supported actions."
28529
- },
28530
28525
  "jsonRpcTransport": {
28531
28526
  "$ref": "#/definitions/protocolEndpoint",
28532
28527
  "description": "Enables Agent2Agent protocol over JSON-RPC 2.0 transport."
@@ -28668,6 +28663,7 @@
28668
28663
  "atlassian:work-item",
28669
28664
  "atlassian:dashboard",
28670
28665
  "atlassian:software-service",
28666
+ "atlassian:feature-flag",
28671
28667
  "atlassian:test",
28672
28668
  "atlassian:test-execution",
28673
28669
  "atlassian:test-plan",
@@ -24059,12 +24059,6 @@ export interface Modules {
24059
24059
  */
24060
24060
  protocols: {
24061
24061
  agent2Agent: {
24062
- /**
24063
- * Returns metadata about the agent, including its capabilities and supported actions.
24064
- */
24065
- agentCard: {
24066
- endpoint: Endpoint1;
24067
- };
24068
24062
  /**
24069
24063
  * Enables Agent2Agent protocol over JSON-RPC 2.0 transport.
24070
24064
  */
@@ -24087,12 +24081,6 @@ export interface Modules {
24087
24081
  */
24088
24082
  protocols: {
24089
24083
  agent2Agent: {
24090
- /**
24091
- * Returns metadata about the agent, including its capabilities and supported actions.
24092
- */
24093
- agentCard: {
24094
- endpoint: Endpoint1;
24095
- };
24096
24084
  /**
24097
24085
  * Enables Agent2Agent protocol over JSON-RPC 2.0 transport.
24098
24086
  */
@@ -24185,6 +24173,7 @@ export interface Modules {
24185
24173
  | 'atlassian:work-item'
24186
24174
  | 'atlassian:dashboard'
24187
24175
  | 'atlassian:software-service'
24176
+ | 'atlassian:feature-flag'
24188
24177
  | 'atlassian:test'
24189
24178
  | 'atlassian:test-execution'
24190
24179
  | 'atlassian:test-plan'
@@ -24212,6 +24201,7 @@ export interface Modules {
24212
24201
  | 'atlassian:work-item'
24213
24202
  | 'atlassian:dashboard'
24214
24203
  | 'atlassian:software-service'
24204
+ | 'atlassian:feature-flag'
24215
24205
  | 'atlassian:test'
24216
24206
  | 'atlassian:test-execution'
24217
24207
  | 'atlassian:test-plan'
@@ -24292,6 +24282,7 @@ export interface Modules {
24292
24282
  | 'atlassian:work-item'
24293
24283
  | 'atlassian:dashboard'
24294
24284
  | 'atlassian:software-service'
24285
+ | 'atlassian:feature-flag'
24295
24286
  | 'atlassian:test'
24296
24287
  | 'atlassian:test-execution'
24297
24288
  | 'atlassian:test-plan'
@@ -24319,6 +24310,7 @@ export interface Modules {
24319
24310
  | 'atlassian:work-item'
24320
24311
  | 'atlassian:dashboard'
24321
24312
  | 'atlassian:software-service'
24313
+ | 'atlassian:feature-flag'
24322
24314
  | 'atlassian:test'
24323
24315
  | 'atlassian:test-execution'
24324
24316
  | 'atlassian:test-plan'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.3.1-next.3",
3
+ "version": "11.3.1-next.5",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {