@roarkanalytics/sdk 0.332.0 → 0.333.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.333.0 (2025-07-08)
4
+
5
+ Full Changelog: [v0.332.0...v0.333.0](https://github.com/roarkhq/sdk-roark-analytics-node/compare/v0.332.0...v0.333.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([f9890ae](https://github.com/roarkhq/sdk-roark-analytics-node/commit/f9890ae2e46e3d355460d3432a54fc7468e23e6d))
10
+
3
11
  ## 0.332.0 (2025-07-07)
4
12
 
5
13
  Full Changelog: [v0.331.2...v0.332.0](https://github.com/roarkhq/sdk-roark-analytics-node/compare/v0.331.2...v0.332.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roarkanalytics/sdk",
3
- "version": "0.332.0",
3
+ "version": "0.333.0",
4
4
  "description": "The official TypeScript library for the Roark API",
5
5
  "author": "Roark <james@roark.ai>",
6
6
  "types": "./index.d.ts",