Skip to content

Commit

Permalink
11.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Nov 28, 2024
1 parent db6a7d8 commit 57559a1
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "khiops-visualization",
"title": "khiops Visualization",
"version": "11.1.0",
"version": "11.0.10",
"description": "Khiops Visualization",
"license": "BSD-3-Clause-Clear",
"repository": "https://github.com/KhiopsML/kv-electron",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "khiops-visualization",
"title": "khiops Visualization",
"main": "app/main.js",
"version": "11.1.0",
"version": "11.0.10",
"license": "BSD-3-Clause-Clear",
"author": {
"name": "Orange",
Expand Down Expand Up @@ -80,7 +80,7 @@
"electron-log": "3.0.9",
"electron-updater": "6.3.1",
"event-stream": "4.0.1",
"khiops-visualization": "11.5.0",
"khiops-visualization": "11.5.1",
"ngx-matomo-client": "6.3.1",
"rxjs": "7.8.1",
"toastify-js": "1.12.0",
Expand Down
1 change: 1 addition & 0 deletions src/app/core/services/tracker.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class TrackerService {
trackers: [
{
trackerUrl: 'https://matomo.apps.tech.orange/',
// @ts-ignore
siteId: APP_CONFIG.TRACKER_ID,
},
],
Expand Down
1 change: 0 additions & 1 deletion src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const APP_CONFIG = {
production: false,
environment: 'DEV',
TRACKER_ID: '',
};
1 change: 0 additions & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const APP_CONFIG = {
production: true,
environment: 'PROD',
TRACKER_ID: '',
};
1 change: 0 additions & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const APP_CONFIG = {
production: false,
environment: 'LOCAL',
TRACKER_ID: '',
};
1 change: 0 additions & 1 deletion src/environments/environment.web.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const APP_CONFIG = {
production: true,
environment: 'WEB-PROD',
TRACKER_ID: '',
};
1 change: 0 additions & 1 deletion src/environments/environment.web.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const APP_CONFIG = {
production: false,
environment: 'WEB',
TRACKER_ID: '',
};
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7574,10 +7574,10 @@ keyv@^4.0.0, keyv@^4.5.3:
dependencies:
json-buffer "3.0.1"

[email protected].0:
version "11.5.0"
resolved "https://registry.yarnpkg.com/khiops-visualization/-/khiops-visualization-11.5.0.tgz#cd72ee50e3a842490186215c893490abd33b36bd"
integrity sha512-YFulIAB3C/+evOPajNcPC5+Q3dQd4SO0xmm83I5Y3I5e6ZxoR9l8sT/vKGIWPhtCqB0f1VrWxcyYK6RoPOoUVA==
[email protected].1:
version "11.5.1"
resolved "https://registry.yarnpkg.com/khiops-visualization/-/khiops-visualization-11.5.1.tgz#69c2c0a832764d99a97fbfe7e1231945999b933c"
integrity sha512-SDe1Mzmd3DcI2tIVO23GtcmAWgx9ZHTGIcywHktENln6MyjhV52MQphEMGeAA1gz+AKo7IfNqI1YgvNiDbDXkQ==

kind-of@^6.0.2:
version "6.0.3"
Expand Down

0 comments on commit 57559a1

Please sign in to comment.