@raily/sdk 0.2.0 → 0.2.2

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/dist/index.cjs CHANGED
@@ -40,7 +40,7 @@ var import_client = require("@modelcontextprotocol/sdk/client/index.js");
40
40
  var import_streamableHttp = require("@modelcontextprotocol/sdk/client/streamableHttp.js");
41
41
  var AUTH_SIGNALS = ["401", "403", "unauthorized", "forbidden", "invalid api key", "not active"];
42
42
  var CLIENT_NAME = "raily-typescript";
43
- var VERSION = "0.2.0";
43
+ var VERSION = "0.2.2";
44
44
  function userAgent() {
45
45
  try {
46
46
  const node = process.version.replace(/^v/, "");
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import { Client } from "@modelcontextprotocol/sdk/client/index.js";
4
4
  import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
5
5
  var AUTH_SIGNALS = ["401", "403", "unauthorized", "forbidden", "invalid api key", "not active"];
6
6
  var CLIENT_NAME = "raily-typescript";
7
- var VERSION = "0.2.0";
7
+ var VERSION = "0.2.2";
8
8
  function userAgent() {
9
9
  try {
10
10
  const node = process.version.replace(/^v/, "");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raily/sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Official TypeScript SDK for the Raily search API.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -17,7 +17,8 @@
17
17
  "types": "./dist/index.d.cts",
18
18
  "default": "./dist/index.cjs"
19
19
  }
20
- }
20
+ },
21
+ "./package.json": "./package.json"
21
22
  },
22
23
  "files": [
23
24
  "dist",