@novu/api 0.6.0 → 0.6.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/README.md CHANGED
@@ -1,10 +1,33 @@
1
+ <!-- speakeasy-ignore-start -->
2
+
3
+ <div align="center">
4
+ <a href="https://novu.co?utm_source=github" target="_blank">
5
+ <picture>
6
+ <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/2233092/213641039-220ac15f-f367-4d13-9eaf-56e79433b8c1.png">
7
+ <img alt="Novu Logo" src="https://user-images.githubusercontent.com/2233092/213641043-3bbb3f21-3c53-4e67-afe5-755aeb222159.png" width="280"/>
8
+ </picture>
9
+ </a>
10
+ </div>
11
+
12
+ <br/>
13
+
14
+ <p align="center">
15
+ <a href="https://www.producthunt.com/products/novu">
16
+ <img src="https://img.shields.io/badge/Product%20Hunt-Golden%20Kitty%20Award%202023-yellow" alt="Product Hunt">
17
+ </a>
18
+ <a href="https://news.ycombinator.com/item?id=38419513"><img src="https://img.shields.io/badge/Hacker%20News-%231-%23FF6600" alt="Hacker News"></a>
19
+ <a href="https://www.npmjs.com/package/@novu/node">
20
+ <img src="https://img.shields.io/npm/dm/@novu/node" alt="npm downloads">
21
+ </a>
22
+ </p>
23
+
24
+ <h1 align="center">The &lt;Inbox /&gt; infrastructure for modern products</h1>
25
+
1
26
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/novuhq/novu-ts/HEAD/assets/banner.png" width="500">
3
- <p>Novu is an open-source notification infrastructure.</p>
4
- <a href="https://docs.novu.co/api-reference/overview"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=000000&style=for-the-badge" /></a>
5
- <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" /></a>
27
+ The notification platform that turns complex multi-channel delivery into a single <Inbox /> component. Built for developers, designed for growth, powered by open source.
6
28
  </div>
7
29
 
30
+ <!-- speakeasy-ignore-end -->
8
31
 
9
32
  <!-- Start Summary [summary] -->
10
33
  ## Summary
package/bin/mcp-server.js CHANGED
@@ -34264,9 +34264,9 @@ var init_config = __esm(() => {
34264
34264
  SDK_METADATA = {
34265
34265
  language: "typescript",
34266
34266
  openapiDocVersion: "1.0",
34267
- sdkVersion: "0.6.0",
34267
+ sdkVersion: "0.6.1",
34268
34268
  genVersion: "2.558.2",
34269
- userAgent: "speakeasy-sdk/typescript 0.6.0 2.558.2 1.0 @novu/api"
34269
+ userAgent: "speakeasy-sdk/typescript 0.6.1 2.558.2 1.0 @novu/api"
34270
34270
  };
34271
34271
  });
34272
34272
 
@@ -48780,7 +48780,7 @@ var init_triggerBulk2 = __esm(() => {
48780
48780
  function createMCPServer(deps) {
48781
48781
  const server = new McpServer({
48782
48782
  name: "Novu",
48783
- version: "0.6.0"
48783
+ version: "0.6.1"
48784
48784
  });
48785
48785
  const client = new NovuCore({
48786
48786
  secretKey: deps.secretKey,
@@ -50083,7 +50083,7 @@ var routes = rn({
50083
50083
  var app = Ve(routes, {
50084
50084
  name: "mcp",
50085
50085
  versionInfo: {
50086
- currentVersion: "0.6.0"
50086
+ currentVersion: "0.6.1"
50087
50087
  }
50088
50088
  });
50089
50089
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -50091,5 +50091,5 @@ export {
50091
50091
  app
50092
50092
  };
50093
50093
 
50094
- //# debugId=6A5F2F51CD35638364756E2164756E21
50094
+ //# debugId=84B73577B7E9316964756E2164756E21
50095
50095
  //# sourceMappingURL=mcp-server.js.map