@vvlad1973/simple-logger 2.1.2 → 2.1.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
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.3](https://github.com/vvlad1973/vvlad1973-simple-logger/compare/v2.1.2...v2.1.3)
4
+
5
+ ### Fixes
6
+
7
+ - **fix**: Exports has been fixed (2025-05-04) [`bc632807ff7e43fe1bc0f8e417dee71f658988be`](https://github.com/vvlad1973/vvlad1973-simple-logger/commit/bc632807ff7e43fe1bc0f8e417dee71f658988be)
8
+
3
9
  ## [2.1.0](https://github.com/vvlad1973/vvlad1973-simple-logger/compare/v2.0.2...v2.1.0)
4
10
 
5
11
  ### Features
@@ -1,4 +1,4 @@
1
- import { LoggerLevels } from '../constants/constants';
1
+ import { LoggerLevels } from '../constants/constants.js';
2
2
  /**
3
3
  * Checks if the provided logger is a valid ExternalLogger instance.
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"validators.js","sourceRoot":"","sources":["../../src/helpers/validators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAGtD;;;;;GAKG;AACH,MAAM,UAAU,aAAa,CAAC,MAAe;IAC3C,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IAE3C,IAAI,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,KAAK,IAAI,EAAE,CAAC;QAClD,OAAO,KAAK,CAAC;IACf,CAAC;IAED,MAAM,SAAS,GAAG,MAAiC,CAAC;IAEpD,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,OAAO,SAAS,CAAC,KAAK,CAAC,KAAK,UAAU,CAAC,CAAC;AACxE,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,QAAQ,CACtB,MAAe;IAEf,OAAO,CACL,OAAO,MAAM,KAAK,QAAQ;QAC1B,MAAM,KAAK,IAAI;QACf,OAAQ,MAAc,CAAC,KAAK,KAAK,UAAU,CAC5C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"validators.js","sourceRoot":"","sources":["../../src/helpers/validators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD;;;;;GAKG;AACH,MAAM,UAAU,aAAa,CAAC,MAAe;IAC3C,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IAE3C,IAAI,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,KAAK,IAAI,EAAE,CAAC;QAClD,OAAO,KAAK,CAAC;IACf,CAAC;IAED,MAAM,SAAS,GAAG,MAAiC,CAAC;IAEpD,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,OAAO,SAAS,CAAC,KAAK,CAAC,KAAK,UAAU,CAAC,CAAC;AACxE,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,QAAQ,CACtB,MAAe;IAEf,OAAO,CACL,OAAO,MAAM,KAAK,QAAQ;QAC1B,MAAM,KAAK,IAAI;QACf,OAAQ,MAAc,CAAC,KAAK,KAAK,UAAU,CAC5C,CAAC;AACJ,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import SimpleLogger from './classes/simple-logger';
1
+ import SimpleLogger from './classes/simple-logger.js';
2
2
  export default SimpleLogger;
3
3
  export { SimpleLogger };
4
4
  export * from './types/simple-logger.types';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import SimpleLogger from './classes/simple-logger';
1
+ import SimpleLogger from './classes/simple-logger.js';
2
2
  export default SimpleLogger;
3
3
  export { SimpleLogger };
4
4
  export * from './types/simple-logger.types';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,eAAe,YAAY,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,4BAA4B,CAAC;AAEtD,eAAe,YAAY,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vvlad1973/simple-logger",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -1,4 +1,4 @@
1
- import { LoggerLevels } from '../constants/constants';
1
+ import { LoggerLevels } from '../constants/constants.js';
2
2
  import { ExternalLogger } from '../types/simple-logger.types.js';
3
3
 
4
4
  /**
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- import SimpleLogger from './classes/simple-logger';
1
+ import SimpleLogger from './classes/simple-logger.js';
2
2
 
3
3
  export default SimpleLogger;
4
4
  export { SimpleLogger };