@nimpl/getters 2.1.1 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  Implementation of server getters in React Server Components without switching to SSR in Next.js
6
6
 
7
- Before using the library, read the [Possible Issues](https://nimpl.tech/docs/server-getters#possible-issues)
7
+ Before using the library, read the [Possible Issues](https://nimpl.dev/docs/server-getters#possible-issues)
8
8
 
9
- Visit https://nimpl.tech/docs/server-getters to view the full documentation.
9
+ Visit https://nimpl.dev/docs/server-getters to view the full documentation.
10
10
 
11
11
  Use `@nimpl/getters 2.x` for Next.js v15. For earlier versions of Next.js use `@nimpl/getters 1.x`.
12
12
 
@@ -26,14 +26,14 @@ yarn add @nimpl/getters
26
26
 
27
27
  ## Current Getters
28
28
 
29
- - [get-pathname](https://nimpl.tech/docs/server-getters#get-pathname)
30
- - [get-app-pathname](https://nimpl.tech/docs/server-getters#get-app-pathname)
31
- - [get-params](https://nimpl.tech/docs/server-getters#get-params)
32
- - [get-app-params](https://nimpl.tech/docs/server-getters#get-app-params)
33
- - [get-page-config](https://nimpl.tech/docs/server-getters#get-page-config)
34
- - [get-search-params](https://nimpl.tech/docs/server-getters#get-search-params) (_deprecated_)
29
+ - [get-pathname](https://nimpl.dev/docs/server-getters#get-pathname)
30
+ - [get-app-pathname](https://nimpl.dev/docs/server-getters#get-app-pathname)
31
+ - [get-params](https://nimpl.dev/docs/server-getters#get-params)
32
+ - [get-app-params](https://nimpl.dev/docs/server-getters#get-app-params)
33
+ - [get-page-config](https://nimpl.dev/docs/server-getters#get-page-config)
34
+ - [get-search-params](https://nimpl.dev/docs/server-getters#get-search-params) (_deprecated_)
35
35
 
36
- > _`create-server-context` and `get-server-context` were moved to a separate package - [@nimpl/context](https://nimpl.tech/docs/context)_
36
+ > _`create-server-context` and `get-server-context` were moved to a separate package - [@nimpl/context](https://nimpl.dev/docs/context)_
37
37
 
38
38
  ## Stability
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimpl/getters",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Implementation of server getters in React Server Components without switching to SSR in next.js",
5
5
  "files": [
6
6
  "**/*.js",