@ossy/distribution 1.10.0 → 1.10.1
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ossy/distribution",
|
|
3
3
|
"description": "Analytics module — workspace analytics for website traffic",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"module": "./src/index.js",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"@ossy/sdk-react": "*",
|
|
28
28
|
"react": "*"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "c0ba5d90749690634e4dc2705178ff8d89dd3070"
|
|
31
31
|
}
|
package/src/en.translations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"distribution
|
|
2
|
+
"distribution/home.documentTitle": "Distribution",
|
|
3
3
|
"distribution.home.title": "Distribution",
|
|
4
4
|
"distribution.home.description": "Distribution channels and external publishing integrations.",
|
|
5
5
|
"distribution.home.addIntegration": "Add integration",
|
package/src/sv.translations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"distribution
|
|
2
|
+
"distribution/home.documentTitle": "Distribution",
|
|
3
3
|
"distribution.home.title": "Distribution",
|
|
4
4
|
"distribution.home.description": "Distributionskanaler och externa publiceringsintegrationer.",
|
|
5
5
|
"distribution.home.addIntegration": "Lägg till integration",
|