@forge/manifest 11.3.1-next.4 → 11.3.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 +17 -0
- package/out/schema/manifest-schema.json +1 -0
- package/out/schema/manifest.d.ts +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 11.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 10f70c2: Revert the implementation for protocols.agent2Agent.agent property of rovo:agentConnector extension
|
|
8
|
+
- cd0a085: Update glob dependency to version 11.1.0 across multiple packages
|
|
9
|
+
- f7c9fcc: Update manifest definitions
|
|
10
|
+
- b799627: Update manifest definitions
|
|
11
|
+
- 29aa91c: Update manifest definitions
|
|
12
|
+
- 8b66e6f: Improve logic of container tunnel config restrictions
|
|
13
|
+
|
|
14
|
+
## 11.3.1-next.5
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- b799627: Update manifest definitions
|
|
19
|
+
|
|
3
20
|
## 11.3.1-next.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -28663,6 +28663,7 @@
|
|
|
28663
28663
|
"atlassian:work-item",
|
|
28664
28664
|
"atlassian:dashboard",
|
|
28665
28665
|
"atlassian:software-service",
|
|
28666
|
+
"atlassian:feature-flag",
|
|
28666
28667
|
"atlassian:test",
|
|
28667
28668
|
"atlassian:test-execution",
|
|
28668
28669
|
"atlassian:test-plan",
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -24173,6 +24173,7 @@ export interface Modules {
|
|
|
24173
24173
|
| 'atlassian:work-item'
|
|
24174
24174
|
| 'atlassian:dashboard'
|
|
24175
24175
|
| 'atlassian:software-service'
|
|
24176
|
+
| 'atlassian:feature-flag'
|
|
24176
24177
|
| 'atlassian:test'
|
|
24177
24178
|
| 'atlassian:test-execution'
|
|
24178
24179
|
| 'atlassian:test-plan'
|
|
@@ -24200,6 +24201,7 @@ export interface Modules {
|
|
|
24200
24201
|
| 'atlassian:work-item'
|
|
24201
24202
|
| 'atlassian:dashboard'
|
|
24202
24203
|
| 'atlassian:software-service'
|
|
24204
|
+
| 'atlassian:feature-flag'
|
|
24203
24205
|
| 'atlassian:test'
|
|
24204
24206
|
| 'atlassian:test-execution'
|
|
24205
24207
|
| 'atlassian:test-plan'
|
|
@@ -24280,6 +24282,7 @@ export interface Modules {
|
|
|
24280
24282
|
| 'atlassian:work-item'
|
|
24281
24283
|
| 'atlassian:dashboard'
|
|
24282
24284
|
| 'atlassian:software-service'
|
|
24285
|
+
| 'atlassian:feature-flag'
|
|
24283
24286
|
| 'atlassian:test'
|
|
24284
24287
|
| 'atlassian:test-execution'
|
|
24285
24288
|
| 'atlassian:test-plan'
|
|
@@ -24307,6 +24310,7 @@ export interface Modules {
|
|
|
24307
24310
|
| 'atlassian:work-item'
|
|
24308
24311
|
| 'atlassian:dashboard'
|
|
24309
24312
|
| 'atlassian:software-service'
|
|
24313
|
+
| 'atlassian:feature-flag'
|
|
24310
24314
|
| 'atlassian:test'
|
|
24311
24315
|
| 'atlassian:test-execution'
|
|
24312
24316
|
| 'atlassian:test-plan'
|