@fjell/client-api 4.4.11 → 4.4.12

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.
@@ -3,9 +3,9 @@ import { expect, test, vi } from 'vitest'
3
3
  import App from './App'
4
4
 
5
5
  // Mock fetch for testing
6
- global.fetch = vi.fn()
6
+ globalThis.fetch = vi.fn()
7
7
 
8
- const mockFetch = fetch as any
8
+ const mockFetch = globalThis.fetch as any
9
9
 
10
10
  test('renders App component', () => {
11
11
  // Setup fetch mocks
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fjell/client-api",
3
3
  "description": "Client API for Fjell",
4
- "version": "4.4.11",
4
+ "version": "4.4.12",
5
5
  "keywords": [
6
6
  "client",
7
7
  "api",