@trebired/logger 2.5.3 → 2.5.4

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 CHANGED
@@ -4,6 +4,10 @@ All notable changes to `@trebired/logger` will be documented here.
4
4
 
5
5
  This project follows semantic versioning once published.
6
6
 
7
+ ## 2.5.4
8
+
9
+ - bumped the repository package version forward after the `2.5.3` npm publish so the repo can continue from the next unreleased patch state without republishing the same contents
10
+
7
11
  ## 2.5.3
8
12
 
9
13
  - fixed the packed package metadata so runtime alias imports and declaration alias imports resolve to built files that actually exist in the published tarball
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -152,5 +152,5 @@
152
152
  },
153
153
  "type": "module",
154
154
  "types": "./dist/index.d.ts",
155
- "version": "2.5.3"
155
+ "version": "2.5.4"
156
156
  }