@forge/manifest 11.0.0-next.3 → 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,5 +1,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.0.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 3228cf0: fetch product event scope mapping file from shipyard through daily job
8
+
3
9
  ## 11.0.0-next.3
4
10
 
5
11
  ### Patch Changes
@@ -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",
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": {