@roarkanalytics/sdk 3.2.0 → 3.2.1
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 +14 -0
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.2.1](https://github.com/roarkhq/sdk-roark-analytics-node/compare/v3.2.0...v3.2.1) (2026-08-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Chores
|
|
7
|
+
|
|
8
|
+
* bring next back in step with main ([8ec09aa](https://github.com/roarkhq/sdk-roark-analytics-node/commit/8ec09aa9cf95ac8eee5d70100a383c1cdbd39793))
|
|
9
|
+
* **cli:** 0.2.0 ([715fa80](https://github.com/roarkhq/sdk-roark-analytics-node/commit/715fa8045bb93c395fabf956e899919fbae7c9cf))
|
|
10
|
+
* **cli:** 0.2.0 ([a7054a5](https://github.com/roarkhq/sdk-roark-analytics-node/commit/a7054a5f30a54751c22f9189fc39ba698c7e4b66))
|
|
11
|
+
* **cli:** remove packages/cli, now that it has its own repository ([1c98355](https://github.com/roarkhq/sdk-roark-analytics-node/commit/1c9835503abd541db0198db519d51d63a73f80b2))
|
|
12
|
+
* **cli:** remove packages/cli, now that it has its own repository ([20b3231](https://github.com/roarkhq/sdk-roark-analytics-node/commit/20b3231a2513d26015b6e2bcf56e568e06c0ffcf))
|
|
13
|
+
* fold next into main ([49f2261](https://github.com/roarkhq/sdk-roark-analytics-node/commit/49f22617f3b1269084d6c93fa0e8332dd09626d5))
|
|
14
|
+
* **mcp:** remove packages/mcp-server, now that it has its own repository ([d767c06](https://github.com/roarkhq/sdk-roark-analytics-node/commit/d767c060e5f77a913f5926206456ffaa1f4f3194))
|
|
15
|
+
* **mcp:** remove packages/mcp-server, now that it has its own repository ([ea25a5a](https://github.com/roarkhq/sdk-roark-analytics-node/commit/ea25a5aa5e10bfda2fc34e9fa60a01a563f55757))
|
|
16
|
+
|
|
3
17
|
## [3.2.0](https://github.com/roarkhq/sdk-roark-analytics-node/compare/v3.1.0...v3.2.0) (2026-08-28)
|
|
4
18
|
|
|
5
19
|
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
|
10
10
|
|
|
11
11
|
## MCP Server
|
|
12
12
|
|
|
13
|
-
Use the Roark MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
13
|
+
Use the Roark MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application. It is published as [`@roarkanalytics/sdk-mcp`](https://www.npmjs.com/package/@roarkanalytics/sdk-mcp) and its source lives in [roarkhq/mcp-roark-analytics](https://github.com/roarkhq/mcp-roark-analytics).
|
|
14
14
|
|
|
15
15
|
[](https://cursor.com/en-US/install-mcp?name=%40roarkanalytics%2Fsdk-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkByb2Fya2FuYWx5dGljcy9zZGstbWNwIl0sImVudiI6eyJST0FSS19BUElfQkVBUkVSX1RPS0VOIjoiTXkgQmVhcmVyIFRva2VuIn19)
|
|
16
16
|
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22%40roarkanalytics%2Fsdk-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40roarkanalytics%2Fsdk-mcp%22%5D%2C%22env%22%3A%7B%22ROARK_API_BEARER_TOKEN%22%3A%22My%20Bearer%20Token%22%7D%7D)
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '3.2.
|
|
1
|
+
export const VERSION = '3.2.1'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "3.2.
|
|
1
|
+
export declare const VERSION = "3.2.1";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "3.2.
|
|
1
|
+
export declare const VERSION = "3.2.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '3.2.
|
|
1
|
+
export const VERSION = '3.2.1'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|