@mastra/loggers 0.1.8-alpha.1 → 0.1.8-alpha.10

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.
@@ -1,25 +1,25 @@
1
1
 
2
- > @mastra/loggers@0.1.8-alpha.1 build /home/runner/work/mastra/mastra/packages/loggers
2
+ > @mastra/loggers@0.1.8-alpha.10 build /home/runner/work/mastra/mastra/packages/loggers
3
3
  > tsup src/file/index.ts src/upstash/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
4
 
5
5
  CLI Building entry: src/file/index.ts, src/upstash/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.6
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 4173ms
9
+ TSC ⚡️ Build success in 5466ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/packages/loggers/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.7.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/packages/loggers/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 9732ms
16
+ DTS ⚡️ Build success in 8736ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
+ ESM dist/file/index.js 1.64 KB
21
+ ESM dist/upstash/index.js 3.71 KB
22
+ ESM ⚡️ Build success in 605ms
20
23
  CJS dist/file/index.cjs 1.64 KB
21
24
  CJS dist/upstash/index.cjs 3.74 KB
22
- CJS ⚡️ Build success in 644ms
23
- ESM dist/upstash/index.js 3.71 KB
24
- ESM dist/file/index.js 1.64 KB
25
- ESM ⚡️ Build success in 645ms
25
+ CJS ⚡️ Build success in 606ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # @mastra/loggers
2
2
 
3
+ ## 0.1.8-alpha.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a910463]
8
+ - @mastra/core@0.5.0-alpha.10
9
+
10
+ ## 0.1.8-alpha.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [e9fbac5]
15
+ - Updated dependencies [1e8bcbc]
16
+ - Updated dependencies [aeb5e36]
17
+ - Updated dependencies [f2301de]
18
+ - @mastra/core@0.5.0-alpha.9
19
+
20
+ ## 0.1.8-alpha.8
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [506f1d5]
25
+ - @mastra/core@0.5.0-alpha.8
26
+
27
+ ## 0.1.8-alpha.7
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ee667a2]
32
+ - @mastra/core@0.5.0-alpha.7
33
+
34
+ ## 0.1.8-alpha.6
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [f6678e4]
39
+ - @mastra/core@0.5.0-alpha.6
40
+
41
+ ## 0.1.8-alpha.5
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [22643eb]
46
+ - Updated dependencies [6feb23f]
47
+ - Updated dependencies [f2d6727]
48
+ - Updated dependencies [301e4ee]
49
+ - Updated dependencies [dfbe4e9]
50
+ - Updated dependencies [9e81f35]
51
+ - Updated dependencies [caefaa2]
52
+ - Updated dependencies [c151ae6]
53
+ - Updated dependencies [52e0418]
54
+ - Updated dependencies [03236ec]
55
+ - Updated dependencies [3764e71]
56
+ - Updated dependencies [df982db]
57
+ - Updated dependencies [0461849]
58
+ - Updated dependencies [2259379]
59
+ - Updated dependencies [358f069]
60
+ - @mastra/core@0.5.0-alpha.5
61
+
62
+ ## 0.1.8-alpha.4
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [d79aedf]
67
+ - @mastra/core@0.5.0-alpha.4
68
+
69
+ ## 0.1.8-alpha.3
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [3d0e290]
74
+ - @mastra/core@0.5.0-alpha.3
75
+
76
+ ## 0.1.8-alpha.2
77
+
78
+ ### Patch Changes
79
+
80
+ - Updated dependencies [02ffb7b]
81
+ - @mastra/core@0.5.0-alpha.2
82
+
3
83
  ## 0.1.8-alpha.1
4
84
 
5
85
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/loggers",
3
- "version": "0.1.8-alpha.1",
3
+ "version": "0.1.8-alpha.10",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "author": "",
43
43
  "license": "ISC",
44
44
  "dependencies": {
45
- "@mastra/core": "^0.5.0-alpha.1"
45
+ "@mastra/core": "^0.5.0-alpha.10"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.49.2",