@nimpl/getters 1.3.0 → 1.3.2-canary.0

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  # @nimpl/getters
2
2
 
3
+ (Former [next-impl-getters](https://www.npmjs.com/package/next-impl-getters))
4
+
3
5
  Implementation of server getters and server contexts in React Server Components without switching to SSR
4
6
 
5
7
  Before using the library, read the [Possible Issues](https://nimpl.tech/getters/possible-issues)
6
8
 
9
+ Visit https://nimpl.tech/getters to view the full documentation.
10
+
7
11
  ## Installation
8
12
 
9
13
  **Using npm:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimpl/getters",
3
- "version": "1.3.0",
3
+ "version": "1.3.2-canary.0",
4
4
  "description": "Implementation of server getters and server contexts in React Server Components without switching to SSR",
5
5
  "files": [
6
6
  "**/*.js",