@financial-times/dotcom-server-app-context
Advanced tools
Comparing version 0.5.8 to 0.6.0
{ | ||
"name": "@financial-times/dotcom-server-app-context", | ||
"version": "0.5.8", | ||
"version": "0.6.0", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "main": "dist/node/index.js", | ||
"engines": { | ||
"node": ">= 8.16.0" | ||
"node": ">= 12.0.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "repository": { |
@@ -5,3 +5,7 @@ # @financial-times/dotcom-server-app-context | ||
To learn more about why this feature exists please review the [design document]. To find out which properties can be defined please refer to the [app context schema]. | ||
[JSON schema]: https://json-schema.org/ | ||
[design document]: ../../docs/design-decisions/app-context.md | ||
[app context schema]: schema.md | ||
@@ -41,3 +45,3 @@ | ||
Sets the value of the specified property. The provided value will be validated against the [app context schema](#app-context-data). If the value is invalid this method will throw an error. | ||
Sets the value of the specified property. The provided value will be validated against the [app context schema]. If the value is invalid this method will throw an error. | ||
@@ -55,7 +59,2 @@ ### `getAll(): object` | ||
An app context data object, see [app context data](#app-context-data) for more information. Defaults to `{}`. | ||
## App Context Data | ||
Please refer to the [JSON schema definition](schema.md) for more information. | ||
An app context data object, see the [app context schema] for more information. Defaults to `{}`. |
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
15163
58