@forge/manifest 11.0.0-next.3-experimental-4cf7fd3 → 11.0.0-next.4

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,19 +1,10 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 11.0.0-next.3-experimental-4cf7fd3
4
-
5
- ### Major Changes
6
-
7
- - 260eb24: Adding support for new module fifoConsumer
8
- - 8962080: Added routePrefix mandatory prop for confluence:fullPage
9
-
10
- ### Minor Changes
11
-
12
- - 9a6d346: Add standalone trigger scope validation API (only event name and scopes required)
3
+ ## 11.0.0-next.4
13
4
 
14
5
  ### Patch Changes
15
6
 
16
- - 78efec7: Update manifest definitions
7
+ - 3228cf0: fetch product event scope mapping file from shipyard through daily job
17
8
 
18
9
  ## 11.0.0-next.3
19
10
 
@@ -1,4 +1,6 @@
1
1
  {
2
+ "_warning": "DO NOT EDIT: This file is auto-generated from Shipyard. See src/mapping/README.md",
3
+ "_source": "ari:cloud:platform-services::product-event-to-scope-mapping/v1/prod",
2
4
  "mapping": [
3
5
  {
4
6
  "productEvent": "avi:jira:assigned:issue",
@@ -1 +1 @@
1
- {"version":3,"file":"product-trigger-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/product-trigger-validation-processor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAIpD,qBAAa,iCAAkC,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CASjG"}
1
+ {"version":3,"file":"product-trigger-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/product-trigger-validation-processor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAOpD,qBAAa,iCAAkC,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CASjG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.0.0-next.3-experimental-4cf7fd3",
3
+ "version": "11.0.0-next.4",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {