@nu-art/analytics-frontend 0.400.7 → 0.400.13
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.
|
@@ -7,6 +7,7 @@ class ModuleFE_Analytics_Class extends Module {
|
|
|
7
7
|
const apiDef = ApiDef_Analytics(this.config.baseURL);
|
|
8
8
|
this._v1.sendEvent = apiWithBody(apiDef._v1.sendEvent);
|
|
9
9
|
this._v1.updateUser = apiWithBody(apiDef._v1.updateUser);
|
|
10
|
+
this._v1.updateLexicon = apiWithBody(apiDef._v1.updateLexicon);
|
|
10
11
|
}
|
|
11
12
|
}
|
|
12
13
|
export const ModuleFE_Analytics = new ModuleFE_Analytics_Class();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nu-art/analytics-frontend",
|
|
3
|
-
"version": "0.400.
|
|
3
|
+
"version": "0.400.13",
|
|
4
4
|
"description": "Analytics Frontend",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"scripts": {
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"linkDirectory": true
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@nu-art/analytics-shared": "0.400.
|
|
15
|
-
"@nu-art/ts-common": "0.400.
|
|
16
|
-
"@nu-art/thunderstorm-frontend": "0.400.
|
|
17
|
-
"@nu-art/thunderstorm-shared": "0.400.
|
|
14
|
+
"@nu-art/analytics-shared": "0.400.13",
|
|
15
|
+
"@nu-art/ts-common": "0.400.13",
|
|
16
|
+
"@nu-art/thunderstorm-frontend": "0.400.13",
|
|
17
|
+
"@nu-art/thunderstorm-shared": "0.400.13"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {},
|
|
20
20
|
"private": false,
|