create-mastra 1.24.0-alpha.8 → 1.24.0
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/CHANGELOG.md +33 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 1.24.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed generated projects to approve required pnpm native builds and externalize DuckDB bindings for experiment workers. ([#21301](https://github.com/mastra-ai/mastra/pull/21301))
|
|
8
|
+
|
|
9
|
+
- dependencies updates: ([#19783](https://github.com/mastra-ai/mastra/pull/19783))
|
|
10
|
+
- Updated dependency [`posthog-node@^5.46.1` ↗︎](https://www.npmjs.com/package/posthog-node/v/5.46.1) (from `^5.37.0`, in `dependencies`)
|
|
11
|
+
|
|
12
|
+
## 1.24.0-alpha.18
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Fixed generated projects to approve required pnpm native builds and externalize DuckDB bindings for experiment workers. ([#21301](https://github.com/mastra-ai/mastra/pull/21301))
|
|
17
|
+
|
|
18
|
+
## 1.24.0-alpha.17
|
|
19
|
+
|
|
20
|
+
## 1.24.0-alpha.16
|
|
21
|
+
|
|
22
|
+
## 1.24.0-alpha.15
|
|
23
|
+
|
|
24
|
+
## 1.24.0-alpha.14
|
|
25
|
+
|
|
26
|
+
## 1.24.0-alpha.13
|
|
27
|
+
|
|
28
|
+
## 1.24.0-alpha.12
|
|
29
|
+
|
|
30
|
+
## 1.24.0-alpha.11
|
|
31
|
+
|
|
32
|
+
## 1.24.0-alpha.10
|
|
33
|
+
|
|
34
|
+
## 1.24.0-alpha.9
|
|
35
|
+
|
|
3
36
|
## 1.24.0-alpha.8
|
|
4
37
|
|
|
5
38
|
## 1.24.0-alpha.7
|
package/dist/index.js
CHANGED
|
@@ -21522,11 +21522,11 @@ minimumReleaseAgeExclude:
|
|
|
21522
21522
|
- mastra
|
|
21523
21523
|
- "@mastra/*"
|
|
21524
21524
|
allowBuilds:
|
|
21525
|
+
bufferutil: true
|
|
21525
21526
|
esbuild: true
|
|
21527
|
+
protobufjs: true
|
|
21526
21528
|
sharp: true
|
|
21527
|
-
|
|
21528
|
-
- esbuild
|
|
21529
|
-
- sharp
|
|
21529
|
+
utf-8-validate: true
|
|
21530
21530
|
`;
|
|
21531
21531
|
async function createOwnedStagingDirectory(invocationCwd, projectName) {
|
|
21532
21532
|
const rootPath = await fsPromises__default.mkdtemp(path.join(invocationCwd, `.${projectName}.mastra-create-`));
|