@f5devcentral/f5-fast-core
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -0,1 +1,5 @@ | ||
# v0.13.0 | ||
## Added | ||
* TemplateProvider: Return template description and title with getSetData() | ||
# v0.12.0 | ||
@@ -2,0 +6,0 @@ ## Added |
@@ -174,3 +174,5 @@ /* Copyright 2021 F5 Networks, Inc. | ||
name: curr, | ||
hash: tmpl.sourceHash | ||
hash: tmpl.sourceHash, | ||
description: tmpl.description, | ||
title: tmpl.title | ||
}); | ||
@@ -177,0 +179,0 @@ return acc; |
{ | ||
"name": "@f5devcentral/f5-fast-core", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"author": "F5 Networks", | ||
@@ -28,7 +28,7 @@ "license": "Apache-2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^7.22.0", | ||
"mocha": "^8.3.2", | ||
"eslint": "^7.26.0", | ||
"mocha": "^8.4.0", | ||
"nock": "^13.0.11", | ||
"nyc": "^15.1.0", | ||
"pkg": "^4.5.0" | ||
"pkg": "^4.5.1" | ||
}, | ||
@@ -55,14 +55,14 @@ "eslintConfig": { | ||
"@apidevtools/json-schema-ref-parser": "^9.0.7", | ||
"@f5devcentral/atg-storage": "^1.0.3", | ||
"adm-zip": "^0.5.3", | ||
"@f5devcentral/atg-storage": "^1.1.0", | ||
"adm-zip": "^0.5.5", | ||
"ajv": "^6.12.6", | ||
"axios": "^0.21.0", | ||
"deepmerge": "^4.2.2", | ||
"js-yaml": "^4.0.0", | ||
"js-yaml": "^4.1.0", | ||
"jsonpath-plus": "^4.0.0", | ||
"math-expression-evaluator": "^1.3.7", | ||
"merge-lite": "^1.0.2", | ||
"mustache": "^4.1.0", | ||
"mustache": "^4.2.0", | ||
"yargs": "^16.2.0" | ||
} | ||
} |
@@ -63,2 +63,6 @@ ![Pipeline](https://github.com/f5devcentral/f5-fast-core/workflows/Pipeline/badge.svg) | ||
## Authoring Templates | ||
Documentation on how to write FAST templates can be found [here](https://clouddocs.f5.com/products/extensions/f5-appsvcs-templates/latest/userguide/json-schema.html). | ||
## Module API | ||
@@ -65,0 +69,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120741
2430
317
Updatedadm-zip@^0.5.5
Updatedjs-yaml@^4.1.0
Updatedmustache@^4.2.0