@netloc8/nextjs 0.1.0 → 0.1.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 CHANGED
@@ -76,7 +76,7 @@ import { GeoGate } from '@netloc8/nextjs';
76
76
  <CookieConsentBanner />
77
77
  </GeoGate>
78
78
 
79
- <GeoGate country={['US', 'CA']} not fallback={<p>Not available in your region</p>}>
79
+ <GeoGate country={['US', 'CA']} fallback={<p>Not available in your region</p>}>
80
80
  <SpecialOffer />
81
81
  </GeoGate>
82
82
  ```
package/dist/proxy.mjs CHANGED
@@ -64,7 +64,7 @@ function createProxy(options) {
64
64
  apiKey,
65
65
  apiUrl,
66
66
  timeout,
67
- clientId: `@netloc8/nextjs/0.1.0`
67
+ clientId: `@netloc8/nextjs/0.1.1`
68
68
  });
69
69
  if (raw) apiGeo = normalizeApiResponse(raw, clientIp);
70
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netloc8/nextjs",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "license": "Elastic-2.0",
6
6
  "exports": {