triangle-types 1.0.193 → 1.0.194

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.
@@ -335,7 +335,7 @@ export const states_by_state_id = {
335
335
  state_id: "PR",
336
336
  name: "Puerto Rico",
337
337
  federal_census_state_id: "72",
338
- is_territory: false
338
+ is_territory: true
339
339
  },
340
340
  AS: {
341
341
  state_id: "AS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triangle-types",
3
- "version": "1.0.193",
3
+ "version": "1.0.194",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {
@@ -344,7 +344,7 @@ export const states_by_state_id : Record<StateID, State> = {
344
344
  state_id : "PR",
345
345
  name : "Puerto Rico",
346
346
  federal_census_state_id : "72",
347
- is_territory : false
347
+ is_territory : true
348
348
  },
349
349
  AS : {
350
350
  state_id : "AS",