@replanejs/sdk 0.5.8 → 0.5.11
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 +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ Returns a promise resolving to an object: `{ get, subscribe, close }`.
|
|
|
90
90
|
|
|
91
91
|
Type parameter `T` defines the shape of your configs (a mapping of config names to their value types).
|
|
92
92
|
|
|
93
|
-
`close()` stops the configs client and cleans up resources.
|
|
93
|
+
`close()` stops the configs client and cleans up resources. It is safe to call multiple times (no‑op after the first call).
|
|
94
94
|
|
|
95
95
|
#### Options
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@replanejs/sdk",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.5.11",
|
|
4
|
+
"description": "Dynamic configuration SDK for browser and server environments (Node.js, Deno, Bun). Powered by Replane.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/replane-dev/replane-javascript#readme",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"replane",
|
|
35
35
|
"config",
|
|
36
36
|
"configuration",
|
|
37
|
-
"
|
|
37
|
+
"dynamic configuration",
|
|
38
|
+
"remote config",
|
|
38
39
|
"feature-flags"
|
|
39
40
|
],
|
|
40
41
|
"sideEffects": false,
|