Skip to content

Commit

Permalink
newer version of 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinetissier committed May 22, 2024
1 parent 4aad850 commit 598cc98
Show file tree
Hide file tree
Showing 3 changed files with 1,506 additions and 1,514 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"trailingComma": "all"
},
"devDependencies": {
"@activeviam/activeui-sdk-5.0": "npm:@activeviam/[email protected].32",
"@activeviam/activeui-sdk-5.0": "npm:@activeviam/[email protected].38-20240521164330-22b58ea",
"@activeviam/activeui-sdk-5.1": "npm:@activeviam/[email protected]",
"@activeviam/activeui-sdk-scripts": "5.0.32",
"@activeviam/content-server-initialization-5.0": "npm:@activeviam/[email protected].32",
"@activeviam/activeui-sdk-scripts": "5.0.38-20240521164330-22b58ea",
"@activeviam/content-server-initialization-5.0": "npm:@activeviam/[email protected].38-20240521164330-22b58ea",
"@activeviam/dashboard-base-5.1": "npm:@activeviam/[email protected]",
"@activeviam/data-model-5.0": "npm:@activeviam/[email protected].32",
"@activeviam/data-model-5.0": "npm:@activeviam/[email protected].38-20240521164330-22b58ea",
"@activeviam/data-model-5.1": "npm:@activeviam/[email protected]",
"@activeviam/mdx-5.0": "npm:@activeviam/[email protected].32",
"@activeviam/mdx-5.0": "npm:@activeviam/[email protected].38-20240521164330-22b58ea",
"@activeviam/mdx-5.1": "npm:@activeviam/[email protected]",
"@swc/core": "^1.3.31",
"@swc/jest": "^0.2.24",
Expand Down
2 changes: 0 additions & 2 deletions src/migrateSmartFilteringSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export function migrateSmartFilteringSettings(
const [, nonEmptyEvaluationMeasureName] = unquote(
nonEmptyEvaluationMeasureUniqueName,
);
// @ts-expect-error TypeScript rightfully complains that this setting key does not exist in 5.0
// It was added only in 5.1 indeed, but it makes sense to migrate it as an intermediate step.
migratedSettingsMap["smartFiltering.nonEmptyEvaluationMeasureName"] =
nonEmptyEvaluationMeasureName;
}
Expand Down
Loading

0 comments on commit 598cc98

Please sign in to comment.