create-factory 0.1.10 → 0.1.11-alpha.13

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 +100 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,105 @@
1
1
  # create-factory
2
2
 
3
+ ## 0.1.11-alpha.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - mastra@1.26.1-alpha.13
9
+
10
+ ## 0.1.11-alpha.12
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`d457426`](https://github.com/mastra-ai/mastra/commit/d457426054f36770349374c76b493508b619c136), [`d457426`](https://github.com/mastra-ai/mastra/commit/d457426054f36770349374c76b493508b619c136), [`8635682`](https://github.com/mastra-ai/mastra/commit/86356822c16c9602d25519739ad9451bc58e1bc2)]:
15
+ - mastra@1.26.1-alpha.12
16
+
17
+ ## 0.1.11-alpha.11
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`8c9a03a`](https://github.com/mastra-ai/mastra/commit/8c9a03a3572ab65a1026b551bb6278ed8c23b5fe)]:
22
+ - mastra@1.26.1-alpha.11
23
+
24
+ ## 0.1.11-alpha.10
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies:
29
+ - mastra@1.26.1-alpha.10
30
+
31
+ ## 0.1.11-alpha.9
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies:
36
+ - mastra@1.26.1-alpha.9
37
+
38
+ ## 0.1.11-alpha.8
39
+
40
+ ### Patch Changes
41
+
42
+ - Added encryption at rest for Factory-managed provider credentials, GitHub PATs, and integration OAuth tokens, including automatic migration and key rotation support. ([#22152](https://github.com/mastra-ai/mastra/pull/22152))
43
+
44
+ - Updated dependencies:
45
+ - mastra@1.26.1-alpha.8
46
+
47
+ ## 0.1.11-alpha.7
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [[`04a815f`](https://github.com/mastra-ai/mastra/commit/04a815fc8971d29e97fcdcc5008a1eb472fc00ff)]:
52
+ - mastra@1.26.1-alpha.7
53
+
54
+ ## 0.1.11-alpha.6
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies:
59
+ - mastra@1.26.1-alpha.6
60
+
61
+ ## 0.1.11-alpha.5
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [[`719776d`](https://github.com/mastra-ai/mastra/commit/719776dd88a3430d4c26a85f3df49a9e40f01a01)]:
66
+ - mastra@1.26.1-alpha.5
67
+
68
+ ## 0.1.11-alpha.4
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies:
73
+ - mastra@1.26.1-alpha.4
74
+
75
+ ## 0.1.11-alpha.3
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [[`4899ee8`](https://github.com/mastra-ai/mastra/commit/4899ee85546a0a4cba53d77850858e63e09269d6), [`10c212d`](https://github.com/mastra-ai/mastra/commit/10c212d6cf82e005f438127320d641c1e3b25784)]:
80
+ - mastra@1.26.1-alpha.3
81
+
82
+ ## 0.1.11-alpha.2
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [[`effb1e9`](https://github.com/mastra-ai/mastra/commit/effb1e999b9cf4c063cf51271055eb27ffcc277d)]:
87
+ - mastra@1.26.1-alpha.2
88
+
89
+ ## 0.1.11-alpha.1
90
+
91
+ ### Patch Changes
92
+
93
+ - Updated dependencies:
94
+ - mastra@1.26.1-alpha.1
95
+
96
+ ## 0.1.11-alpha.0
97
+
98
+ ### Patch Changes
99
+
100
+ - Updated dependencies:
101
+ - mastra@1.26.1-alpha.0
102
+
3
103
  ## 0.1.10
4
104
 
5
105
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-factory",
3
- "version": "0.1.10",
3
+ "version": "0.1.11-alpha.13",
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",
@@ -37,7 +37,7 @@
37
37
  "commander": "^14.0.3",
38
38
  "picocolors": "^1.1.1",
39
39
  "tinyexec": "^1.2.4",
40
- "mastra": "1.26.0"
40
+ "mastra": "1.26.1-alpha.13"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "22.20.1",