@mastra/nestjs 0.1.6-alpha.0 → 0.1.6-alpha.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.
@@ -2,5 +2,5 @@
2
2
  * Strip the configured prefix from a request path to produce the
3
3
  * Mastra-relative route path used for SERVER_ROUTES matching.
4
4
  */
5
- export declare function getMastraRoutePath(path: string, prefix?: string): string;
5
+ export declare function getMastraRoutePath(path: string, prefix?: string): string | null;
6
6
  //# sourceMappingURL=route-path.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"route-path.d.ts","sourceRoot":"","sources":["../../src/utils/route-path.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAyBxE"}
1
+ {"version":3,"file":"route-path.d.ts","sourceRoot":"","sources":["../../src/utils/route-path.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CA6B/E"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/nestjs",
3
- "version": "0.1.6-alpha.0",
3
+ "version": "0.1.6-alpha.2",
4
4
  "description": "Mastra NestJS adapter for the server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
23
  "@fastify/busboy": "^3.2.0",
24
- "@mastra/server": "1.34.1-alpha.0"
24
+ "@mastra/server": "1.35.0-alpha.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@nestjs/common": "^10.4.15",
@@ -44,14 +44,14 @@
44
44
  "vitest": "^3.2.4",
45
45
  "zod": "^3.25.0",
46
46
  "@internal/lint": "0.0.95",
47
- "@internal/types-builder": "0.0.70",
48
- "@mastra/core": "1.34.1-alpha.0",
49
47
  "@internal/server-adapter-test-utils": "0.0.20",
50
- "@mastra/evals": "1.2.2",
51
- "@mastra/libsql": "1.10.1",
52
48
  "@internal/storage-test-utils": "0.0.91",
53
- "@mastra/memory": "1.18.1",
54
- "@mastra/observability": "1.12.0"
49
+ "@internal/types-builder": "0.0.70",
50
+ "@mastra/observability": "1.12.0",
51
+ "@mastra/memory": "1.18.2-alpha.1",
52
+ "@mastra/core": "1.35.0-alpha.2",
53
+ "@mastra/libsql": "1.11.0-alpha.0",
54
+ "@mastra/evals": "1.2.2"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@mastra/core": ">=1.32.0-0 <2.0.0-0",