@financial-times/dotcom-ui-app-context 13.0.0-beta.1 → 13.0.0-beta.2
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @financial-times/dotcom-ui-app-context
|
|
2
2
|
|
|
3
|
-
This package provides methods for embedding [app context data] into your server-side rendered pages and safely retrieving it again in the browser.
|
|
3
|
+
This package provides methods for embedding [app tracking context data] into your server-side rendered pages and safely retrieving it again in the browser.
|
|
4
4
|
|
|
5
|
-
[app context data]: ../dotcom-server-app-context/schema.md
|
|
5
|
+
[app tracking context data]: ../dotcom-server-app-context/schema.md
|
|
6
6
|
|
|
7
|
-
If you want to share application
|
|
7
|
+
This package is _only_ for tracking context data. Any data you embed using it will be sent with clientside Spoor tracking events. If you want to share generic application-specific data with the client, consider using [@financial-times/dotcom-ui-data-embed](../dotcom-ui-data-embed).
|
|
8
8
|
|
|
9
9
|
## Getting started
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/dotcom-ui-app-context",
|
|
3
|
-
"version": "13.0.0-beta.
|
|
3
|
+
"version": "13.0.0-beta.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "component.js",
|
|
6
6
|
"browser": "browser.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://github.com/Financial-Times/dotcom-page-kit/tree/HEAD/packages/dotcom-ui-app-context",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@financial-times/dotcom-ui-data-embed": "^13.0.0-beta.
|
|
38
|
+
"@financial-times/dotcom-ui-data-embed": "^13.0.0-beta.2"
|
|
39
39
|
},
|
|
40
40
|
"volta": {
|
|
41
41
|
"extends": "../../package.json"
|