@dra2020/baseclient 1.0.79 → 1.0.80

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.
@@ -397,6 +397,7 @@ function getColorTable(palette: string): string[]
397
397
  ColorTable[palette].push(EthnicBackgroundColor[i]);
398
398
  return ColorTable[palette];
399
399
  }
400
+ return ColorTable[palette];
400
401
  }
401
402
 
402
403
  if (allPaletteNames.includes(palette))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",