File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 5.2.0-beta.3 - 2025-06-12
11+
1012### Added
1113
1214- AI Guard: multimodal guard.
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ guarantees as stable releases. [Beta changelog](https://github.com/pangeacyber/p
3939Via npm:
4040
4141``` bash
42- $ npm install pangea-node-sdk@5.2.0-beta.2
42+ $ npm install pangea-node-sdk@5.2.0-beta.3
4343```
4444
4545Via yarn:
4646
4747``` bash
48- $ yarn add pangea-node-sdk@5.2.0-beta.2
48+ $ yarn add pangea-node-sdk@5.2.0-beta.3
4949```
5050
5151## Usage
Original file line number Diff line number Diff line change 11{
22 "name" : " pangea-node-sdk" ,
3- "version" : " 5.2.0-beta.2 " ,
3+ "version" : " 5.2.0-beta.3 " ,
44 "type" : " commonjs" ,
55 "main" : " ./dist/index.cjs" ,
66 "types" : " ./dist/index.d.cts" ,
Original file line number Diff line number Diff line change 1- export const version = "5.2.0-beta.2 " ;
1+ export const version = "5.2.0-beta.3 " ;
22
33/** Configuration for a Pangea service client. */
44class PangeaConfig {
You can’t perform that action at this time.
0 commit comments