@liteguard/liteguard 0.2.20260314 → 0.3.20260315
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ npm install @liteguard/liteguard
|
|
|
16
16
|
```ts
|
|
17
17
|
import { LiteguardClient } from "@liteguard/liteguard";
|
|
18
18
|
|
|
19
|
-
const client = await LiteguardClient.create("
|
|
19
|
+
const client = await LiteguardClient.create("pct-...", {
|
|
20
20
|
environment: "production",
|
|
21
21
|
});
|
|
22
22
|
|
|
@@ -52,4 +52,4 @@ This package exposes the same explicit-client API as the runtime-specific packag
|
|
|
52
52
|
|
|
53
53
|
## License
|
|
54
54
|
|
|
55
|
-
Apache 2.0
|
|
55
|
+
Apache 2.0 see [LICENSE](https://github.com/liteguard/liteguard/blob/main/LICENSE).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liteguard/liteguard",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Liteguard SDK
|
|
3
|
+
"version": "0.3.20260315",
|
|
4
|
+
"description": "Liteguard SDK. Feature guards, observability, and security response in a single import. Resolves to the Node.js or browser runtime automatically.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|