We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b27a05 commit f333035Copy full SHA for f333035
packages/pangea-node-sdk/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 5.3.0-beta.1 - 2025-07-21
11
+
12
### Changed
13
14
- AI Guard: updated to latest multimodal guard API.
packages/pangea-node-sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pangea-node-sdk",
3
- "version": "5.2.0-beta.3",
+ "version": "5.3.0-beta.1",
4
"type": "commonjs",
5
"main": "./dist/index.cjs",
6
"types": "./dist/index.d.cts",
packages/pangea-node-sdk/src/config.ts
@@ -1,4 +1,4 @@
-export const version = "5.2.0-beta.3";
+export const version = "5.3.0-beta.1";
/** Configuration for a Pangea service client. */
class PangeaConfig {
0 commit comments