@mastra/core 0.1.19 → 0.1.21

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,7 +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
+ binaryTargets = ["native", "rhel-openssl-3.0.x", "debian-openssl-1.1.x", "debian-openssl-3.0.x"]
133
133
  }
134
134
  ${tmpl}
135
135
  `;
@@ -6,7 +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
+ binaryTargets = ["native", "rhel-openssl-3.0.x", "debian-openssl-1.1.x", "debian-openssl-3.0.x"]
10
10
  }
11
11
 
12
12
  enum PropertyType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/mylib.esm.js",