greybel-mock-environment 1.4.6 → 1.4.7

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,2 +1,2 @@
1
- declare const _default: (string | boolean)[];
1
+ declare const _default: string[];
2
2
  export default _default;
@@ -1009,7 +1009,7 @@ exports.default = [
1009
1009
  'Weyerhaeuser',
1010
1010
  'YukosSibneft',
1011
1011
  'YUM',
1012
- !'Exxon',
1012
+ 'Exxon',
1013
1013
  'Chevron',
1014
1014
  'Fannie',
1015
1015
  'Freddie',
@@ -1041,7 +1041,7 @@ exports.default = [
1041
1041
  'Kinder',
1042
1042
  'Aramark',
1043
1043
  'Yum',
1044
- !'Parker-Hannifin',
1044
+ 'Parker-Hannifin',
1045
1045
  'Visa',
1046
1046
  'CarMax',
1047
1047
  'NRG',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-mock-environment",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Mock environment",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",