create-mastra 1.20.0-alpha.11 → 1.20.0-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.
- package/CHANGELOG.md +4 -0
- package/dist/{api-2BGLS52B-B-LVxylD.js → api-7JWNNR2R-DllFxyDc.js} +5 -5
- package/dist/api-7JWNNR2R-DllFxyDc.js.map +1 -0
- package/dist/{credentials-MJD6G5AF-DdxsNjQz.js → credentials-BO5DNDSB-BxpbOHtQ.js} +5 -5
- package/dist/credentials-BO5DNDSB-BxpbOHtQ.js.map +1 -0
- package/dist/index.js +8833 -8832
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/api-2BGLS52B-B-LVxylD.js.map +0 -1
- package/dist/credentials-MJD6G5AF-DdxsNjQz.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,19 +7,19 @@ import 'node:fs/promises';
|
|
|
7
7
|
import 'node:http';
|
|
8
8
|
import 'node:os';
|
|
9
9
|
import 'node:path';
|
|
10
|
-
import 'posthog-node';
|
|
11
|
-
import 'node:url';
|
|
12
|
-
import 'node:string_decoder';
|
|
13
10
|
import 'node:util';
|
|
14
11
|
import 'node:process';
|
|
12
|
+
import 'node:readline';
|
|
15
13
|
import 'node:tty';
|
|
14
|
+
import 'posthog-node';
|
|
15
|
+
import 'node:url';
|
|
16
|
+
import 'node:string_decoder';
|
|
16
17
|
import 'node:timers/promises';
|
|
17
18
|
import 'node:events';
|
|
18
19
|
import 'node:v8';
|
|
19
20
|
import 'node:stream';
|
|
20
21
|
import 'node:buffer';
|
|
21
22
|
import 'node:stream/promises';
|
|
22
|
-
import 'node:readline';
|
|
23
23
|
import 'pino';
|
|
24
24
|
import 'pino-pretty';
|
|
25
25
|
import 'tinyexec';
|
|
@@ -27,4 +27,4 @@ import 'tinyexec';
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
export { fetchOrgs };
|
|
30
|
-
//# sourceMappingURL=api-
|
|
30
|
+
//# sourceMappingURL=api-7JWNNR2R-DllFxyDc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-7JWNNR2R-DllFxyDc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -8,19 +8,19 @@ import 'node:fs/promises';
|
|
|
8
8
|
import 'node:http';
|
|
9
9
|
import 'node:os';
|
|
10
10
|
import 'node:path';
|
|
11
|
-
import 'posthog-node';
|
|
12
|
-
import 'node:url';
|
|
13
|
-
import 'node:string_decoder';
|
|
14
11
|
import 'node:util';
|
|
15
12
|
import 'node:process';
|
|
13
|
+
import 'node:readline';
|
|
16
14
|
import 'node:tty';
|
|
15
|
+
import 'posthog-node';
|
|
16
|
+
import 'node:url';
|
|
17
|
+
import 'node:string_decoder';
|
|
17
18
|
import 'node:timers/promises';
|
|
18
19
|
import 'node:events';
|
|
19
20
|
import 'node:v8';
|
|
20
21
|
import 'node:stream';
|
|
21
22
|
import 'node:buffer';
|
|
22
23
|
import 'node:stream/promises';
|
|
23
|
-
import 'node:readline';
|
|
24
24
|
import 'pino';
|
|
25
25
|
import 'pino-pretty';
|
|
26
26
|
import 'tinyexec';
|
|
@@ -28,4 +28,4 @@ import 'tinyexec';
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
export { loadCredentials, tryRefreshToken };
|
|
31
|
-
//# sourceMappingURL=credentials-
|
|
31
|
+
//# sourceMappingURL=credentials-BO5DNDSB-BxpbOHtQ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"credentials-BO5DNDSB-BxpbOHtQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|