ffc-database 1.0.25-beta.8 → 1.0.25

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.
@@ -39,7 +39,7 @@ extends:
39
39
  appFrameworkType: nodejs # Optional: nodejs (default), dotnet, java
40
40
  Type: npm # Optional: kubernetes (default), npm, functions, nuget
41
41
  npmLegacyPeerDeps: false # Optional: default is false
42
- failOnThreshold: high # Optional: moderate (default), low, high, critical
42
+ failOnThreshold: moderate # Optional: moderate (default), low, high, critical
43
43
  prDeployment: ${{ parameters.prDeployment }}
44
44
  branchDeployment: ${{ parameters.branchDeployment }}
45
45
  sndDeployment: ${{ parameters.sndDeployment }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ffc-database",
3
- "version": "1.0.25-beta.8",
3
+ "version": "1.0.25",
4
4
  "description": "Database npm module for FCP services",
5
5
  "main": "index.js",
6
6
  "scripts": {