triangle-types 1.0.187 → 1.0.188

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.
@@ -128,7 +128,6 @@ export class LALFileVoter {
128
128
  }
129
129
  static keys() {
130
130
  return [
131
- "lal_file_voter_id",
132
131
  "lal_file_id",
133
132
  "lal_voter_id",
134
133
  "state_id",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triangle-types",
3
- "version": "1.0.187",
3
+ "version": "1.0.188",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {
@@ -135,7 +135,6 @@ export class LALFileVoter {
135
135
 
136
136
  static keys() : string[] {
137
137
  return [
138
- "lal_file_voter_id",
139
138
  "lal_file_id",
140
139
  "lal_voter_id",
141
140
  "state_id",