@eightyfourthousand/data-access 2026.3.0 → 2026.3.1
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.
- package/README.md +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# data-access
|
|
1
|
+
# @eightyfourthousand/data-access
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Shared data-access clients, DTO mappers, and domain types for 84000 applications.
|
|
4
|
+
|
|
5
|
+
Use this package for typed access to shared application data models and server/client data helpers.
|
|
4
6
|
|
|
5
7
|
## Running unit tests
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eightyfourthousand/data-access",
|
|
3
|
-
"version": "2026.3.
|
|
3
|
+
"version": "2026.3.1",
|
|
4
4
|
"description": "Shared data access clients, DTO mappers, and domain types for 84000 applications.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@eightyfourthousand/lib-utils": "^2026.3.
|
|
20
|
+
"@eightyfourthousand/lib-utils": "^2026.3.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"next": "^16.0.0",
|