@xframework/logtape 0.4.0 → 0.4.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @xframework/logtape@0.4.0 build /home/runner/work/x/x/packages/@xframework/logtape
2
+ > @xframework/logtape@0.4.2 build /home/runner/work/x/x/packages/@xframework/logtape
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 1.37 KB
14
- CJS dist/index.cjs.map 676.00 B
15
- CJS ⚡️ Build success in 36ms
16
13
  ESM dist/index.js 346.00 B
17
14
  ESM dist/index.js.map 640.00 B
18
- ESM ⚡️ Build success in 34ms
15
+ ESM ⚡️ Build success in 41ms
16
+ CJS dist/index.cjs 1.37 KB
17
+ CJS dist/index.cjs.map 676.00 B
18
+ CJS ⚡️ Build success in 44ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 4163ms
20
+ DTS ⚡️ Build success in 5098ms
21
21
  DTS dist/index.d.cts 247.00 B
22
22
  DTS dist/index.d.ts 247.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @xframework/logtape
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @xframework/x@0.4.2
8
+
9
+ ## 0.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - @xframework/x@0.4.1
14
+
3
15
  ## 0.4.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xframework/logtape",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -16,7 +16,7 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@xframework/x": "0.4.0"
19
+ "@xframework/x": "0.4.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@logtape/logtape": ">=0.8.0"