@dra2020/dra-types 1.8.139 → 1.8.141

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2024 Social Good Fund for Dave's Redistricting.
1
+ Copyright (c) 2019-2025 Social Good Fund for Dave's Redistricting.
2
2
 
3
3
  This software is openly licensed via the Creative Commons Attribution-ShareAlike 4.0 International License, which appears below.
4
4
  (https://creativecommons.org/licenses/by-sa/4.0/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/dra-types",
3
- "version": "1.8.139",
3
+ "version": "1.8.141",
4
4
  "description": "Shared types used between client, server and tools.",
5
5
  "main": "dist/dra-types.js",
6
6
  "types": "./dist/all.d.ts",
@@ -36,7 +36,7 @@
36
36
  "webpack-cli": "^5.1.4"
37
37
  },
38
38
  "dependencies": {
39
- "@dra2020/baseclient": "^1.0.154",
39
+ "@dra2020/baseclient": "^1.0.157",
40
40
  "geojson": "^0.5.0",
41
41
  "object-hash": "^3.0.0"
42
42
  }