@mastra/core 0.1.17 → 0.1.18

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.
@@ -129,6 +129,7 @@ function main() {
129
129
  generator client {
130
130
  provider = "prisma-client-js"
131
131
  output = "../../node_modules/@prisma-app/client"
132
+ binaryTargets = ["native", "rhel-openssl-3.0.x"]
132
133
  }
133
134
  ${tmpl}
134
135
  `;
@@ -6,6 +6,7 @@
6
6
  generator client {
7
7
  provider = "prisma-client-js"
8
8
  output = "../../node_modules/@prisma-app/client"
9
+ binaryTargets = ["native", "rhel-openssl-3.0.x"]
9
10
  }
10
11
 
11
12
  enum PropertyType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/mylib.esm.js",