triangle-types 1.0.165 → 1.0.166

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.
@@ -322,7 +322,7 @@ export const states_by_state_id = {
322
322
  WY: {
323
323
  state_id: "WY",
324
324
  name: "Wyoming",
325
- federal_census_state_id: "46",
325
+ federal_census_state_id: "56",
326
326
  is_territory: false
327
327
  },
328
328
  DC: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triangle-types",
3
- "version": "1.0.165",
3
+ "version": "1.0.166",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {
@@ -331,7 +331,7 @@ export const states_by_state_id : Record<StateID, State> = {
331
331
  WY : {
332
332
  state_id : "WY",
333
333
  name : "Wyoming",
334
- federal_census_state_id : "46",
334
+ federal_census_state_id : "56",
335
335
  is_territory : false
336
336
  },
337
337
  DC : {