@forgerock/protect 0.0.0-beta-20251003204059 → 1.3.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
@@ -36,6 +36,10 @@ Install both modules and their latest versions:
36
36
  npm install @forgerock/javascript-sdk @forgerock/protect
37
37
  ```
38
38
 
39
+ ```sh
40
+ pnpm install @forgerock/javascript-sdk @forgerock/protect
41
+ ```
42
+
39
43
  #### Initialization (Recommended)
40
44
 
41
45
  The `@forgerock/protect` module has a `protect()` function that accepts configuration options and returns a set of methods for interacting with Protect. The two main responsibilities of the Ping Protect module are the initialization of the profiling and data collection and the completion and preparation of the collected data for the server. You can find these two methods on the API returned by `protect()`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgerock/protect",
3
- "version": "0.0.0-beta-20251003204059",
3
+ "version": "1.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",