@tpzdsp/next-toolkit 1.9.1 → 1.9.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpzdsp/next-toolkit",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "A reusable React component library for Next.js applications",
5
5
  "type": "module",
6
6
  "private": false,
@@ -100,6 +100,7 @@ export const Header = {
100
100
  CsvHeader: 'CSV-Header',
101
101
  XTotalItems: 'X-Total-Items',
102
102
  XRequestId: 'X-Request-ID',
103
+ XApiToken: 'X-API-Token',
103
104
  ApiVersion: 'API-Version',
104
105
  CacheControl: 'Cache-Control',
105
106
  } as const;