@genesislcap/foundation-cli 14.385.0 → 14.386.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.
@@ -1,4 +1,3 @@
1
- // eslint-disable-next-line import/no-extraneous-dependencies
2
1
  import { paletteFromHex } from '@genesislcap/foundation-ui';
3
2
  import { StandardLuminance } from '@microsoft/fast-components';
4
3
  import { ColorHEX } from '../../_common/color.hex';
@@ -1,4 +1,3 @@
1
- // eslint-disable-next-line import/no-extraneous-dependencies
2
1
  import { DesignTokensConfig } from '@genesislcap/foundation-ui';
3
2
  import { accentPaletteValue, baseLayerLuminanceValue, neutralPaletteValue } from '../values/color';
4
3
  import { strokeWidthValue } from './misc';
@@ -26,7 +26,6 @@ export function tagFor(dependency: TemplateElementDependency): string {
26
26
  }
27
27
 
28
28
  if (typeof dependency === 'function') {
29
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
30
29
  dependency = FASTElementDefinition.forType(dependency)!; // < using forType instead of getByType for now...
31
30
  if (!dependency) {
32
31
  throw new Error('Missing FASTElement definition.');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-cli",
3
3
  "description": "Genesis Foundation CLI",
4
- "version": "14.385.0",
4
+ "version": "14.386.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "a88364dbf8f6a8e87274f572f76ab3cd0fe1983b"
69
+ "gitHead": "64f3112ad5703fc7b72e253e30bd78cce50c4a60"
70
70
  }