@djangocfg/api 2.1.457 → 2.1.459
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ applyRoleLogPolicy({ isAdmin: user?.is_staff || user?.is_superuser });
|
|
|
122
122
|
setLogLevel(0);
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
Errors still flow to `@djangocfg/
|
|
125
|
+
Errors still flow to `@djangocfg/devtools` regardless of console level, so prod
|
|
126
126
|
incidents stay diagnosable.
|
|
127
127
|
|
|
128
128
|
## Env flags
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/api",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.459",
|
|
4
4
|
"description": "Auto-generated TypeScript API client with React hooks, SWR integration, and Zod validation for Django REST Framework backends",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"django",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"zod": "^4.3.6"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
87
|
+
"@djangocfg/typescript-config": "^2.1.459",
|
|
88
88
|
"@testing-library/react": "^16.3.2",
|
|
89
89
|
"@types/node": "^25.2.3",
|
|
90
90
|
"@types/react": "^19.2.15",
|