create-factory 0.1.2-alpha.0 → 0.1.2-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # create-factory
2
2
 
3
+ ## 0.1.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - mastra@1.20.2-alpha.2
9
+
10
+ ## 0.1.2-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Fixed generated Factory projects to allow newly published Mastra packages when pnpm minimum release age policies are configured. ([#20104](https://github.com/mastra-ai/mastra/pull/20104))
15
+
16
+ - Updated dependencies:
17
+ - mastra@1.20.2-alpha.1
18
+
3
19
  ## 0.1.2-alpha.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-factory",
3
- "version": "0.1.2-alpha.0",
3
+ "version": "0.1.2-alpha.2",
4
4
  "description": "Create a Mastra Factory project: an agent-powered software delivery environment built on Mastra. Run `npm create factory` to scaffold and get started.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "picocolors": "^1.1.1",
39
39
  "posthog-node": "^5.37.0",
40
40
  "tinyexec": "^1.2.4",
41
- "mastra": "1.20.2-alpha.0"
41
+ "mastra": "1.20.2-alpha.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "22.20.1",