@forge/manifest 10.8.0-next.4 → 10.8.0-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,15 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 10.8.0-next.5
4
+
5
+ ### Minor Changes
6
+
7
+ - 4718346: Updated title linting for full page apps
8
+
9
+ ### Patch Changes
10
+
11
+ - fae0e71: Add scopes for Confluence relation events
12
+
3
13
  ## 10.8.0-next.4
4
14
 
5
15
  ### Patch Changes
@@ -1305,6 +1305,52 @@
1305
1305
  ]
1306
1306
  }
1307
1307
  },
1308
+ {
1309
+ "productEvent": "avi:confluence:created:relation",
1310
+ "oAuthScopes": {
1311
+ "beta": [
1312
+ "read:page:confluence",
1313
+ "read:blogpost:confluence",
1314
+ "read:attachment:confluence",
1315
+ "read:custom-content:confluence",
1316
+ "read:database:confluence",
1317
+ "read:embed:confluence",
1318
+ "read:folder:confluence",
1319
+ "read:whiteboard:confluence",
1320
+ "read:content-details:confluence",
1321
+ "read:space:confluence",
1322
+ "read:user:confluence"
1323
+ ],
1324
+ "current": [
1325
+ "read:confluence-content.summary",
1326
+ "read:confluence-space.summary",
1327
+ "read:confluence-user"
1328
+ ]
1329
+ }
1330
+ },
1331
+ {
1332
+ "productEvent": "avi:confluence:deleted:relation",
1333
+ "oAuthScopes": {
1334
+ "beta": [
1335
+ "read:page:confluence",
1336
+ "read:blogpost:confluence",
1337
+ "read:attachment:confluence",
1338
+ "read:custom-content:confluence",
1339
+ "read:database:confluence",
1340
+ "read:embed:confluence",
1341
+ "read:folder:confluence",
1342
+ "read:whiteboard:confluence",
1343
+ "read:content-details:confluence",
1344
+ "read:space:confluence",
1345
+ "read:user:confluence"
1346
+ ],
1347
+ "current": [
1348
+ "read:confluence-content.summary",
1349
+ "read:confluence-space.summary",
1350
+ "read:confluence-user"
1351
+ ]
1352
+ }
1353
+ },
1308
1354
  {
1309
1355
  "productEvent": "avi:compass:created:component_link",
1310
1356
  "oAuthScopes": {
@@ -1 +1 @@
1
- {"version":3,"file":"validateFullPageApp.d.ts","sourceRoot":"","sources":["../../../../src/validators/modules-validators/confluence/validateFullPageApp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAsBnD,eAAO,MAAM,mBAAmB,YAAa,OAAO,sBAAsB,MAAM,EAAE,KAAG,eAAe,EAkBnG,CAAC"}
1
+ {"version":3,"file":"validateFullPageApp.d.ts","sourceRoot":"","sources":["../../../../src/validators/modules-validators/confluence/validateFullPageApp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAoBnD,eAAO,MAAM,mBAAmB,YAAa,OAAO,sBAAsB,MAAM,EAAE,KAAG,eAAe,EAkBnG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.8.0-next.4",
3
+ "version": "10.8.0-next.5",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {