nightingale-levels 11.7.2 → 12.0.0

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
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [12.0.0](https://github.com/christophehurpeau/nightingale/compare/v11.9.0...v12.0.0) (2021-12-11)
7
+
8
+
9
+ ### Build System
10
+
11
+ * node 14 and remove dev builds ([432ecd1](https://github.com/christophehurpeau/nightingale/commit/432ecd1faafd0419f57dea00fce560e4cccc207f))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * requires node 14
17
+
18
+
19
+
20
+
21
+
6
22
  ## [11.7.2](https://github.com/christophehurpeau/nightingale/compare/v11.7.1...v11.7.2) (2021-11-27)
7
23
 
8
24
  **Note:** Version bump only for package nightingale-levels
@@ -41,4 +41,4 @@ exports.Level = void 0;
41
41
  const Level = exports.Level;
42
42
 
43
43
  exports["default"] = Level;
44
- //# sourceMappingURL=index-node12.cjs.js.map
44
+ //# sourceMappingURL=index-node14.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-node12.cjs.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,kBAAAA;;AA6BZ,cAAeA,aAAf;;;;"}
1
+ {"version":3,"file":"index-node14.cjs.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,kBAAAA;;AA6BZ,cAAeA,aAAf;;;;"}
@@ -37,4 +37,4 @@ let Level;
37
37
  const Level$1 = Level;
38
38
 
39
39
  export { Level, Level$1 as default };
40
- //# sourceMappingURL=index-node12.mjs.map
40
+ //# sourceMappingURL=index-node14.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-node12.mjs","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,UAAAA;;AA6BZ,gBAAeA,KAAf;;;;"}
1
+ {"version":3,"file":"index-node14.mjs","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,UAAAA;;AA6BZ,gBAAeA,KAAf;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-levels",
3
- "version": "11.7.2",
3
+ "version": "12.0.0",
4
4
  "description": "Nightingale levels",
5
5
  "keywords": [
6
6
  "logger"
@@ -15,7 +15,7 @@
15
15
  "homepage": "https://github.com/christophehurpeau/nightingale",
16
16
  "type": "commonjs",
17
17
  "engines": {
18
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
18
+ "node": "^14.13.1 || >=16.0.0"
19
19
  },
20
20
  "browserslist": [
21
21
  "defaults",
@@ -24,7 +24,7 @@
24
24
  "not safari < 10",
25
25
  "not ios_saf < 10"
26
26
  ],
27
- "main": "./dist/index-node12.cjs.js",
27
+ "main": "./dist/index-node14.cjs.js",
28
28
  "types": "./dist/index.d.ts",
29
29
  "module": "./dist/index-browser.es.js",
30
30
  "browser": "./dist/index-browser.es.js",
@@ -32,39 +32,25 @@
32
32
  "./package.json": "./package.json",
33
33
  ".": {
34
34
  "node": {
35
- "development": {
36
- "import": "./dist/index-node12-dev.mjs",
37
- "require": "./dist/index-node12-dev.cjs.js"
38
- },
39
- "import": "./dist/index-node12.mjs",
40
- "require": "./dist/index-node12.cjs.js"
35
+ "import": "./dist/index-node14.mjs",
36
+ "require": "./dist/index-node14.cjs.js"
41
37
  },
42
38
  "browser": {
43
39
  "browser:modern": {
44
- "development": {
45
- "import": "./dist/index-browsermodern-dev.es.js"
46
- },
47
40
  "import": "./dist/index-browsermodern.es.js"
48
41
  },
49
- "development": {
50
- "import": "./dist/index-browser-dev.es.js",
51
- "require": "./dist/index-browser-dev.cjs.js"
52
- },
53
42
  "import": "./dist/index-browser.es.js",
54
43
  "require": "./dist/index-browser.cjs.js"
55
44
  }
56
45
  }
57
46
  },
58
- "module:node": "./dist/index-node12.mjs",
59
- "module:node-dev": "./dist/index-node12-dev.mjs",
60
- "module:browser": "./dist/index-browser.es.js",
61
- "module:browser-dev": "./dist/index-browser-dev.es.js",
47
+ "module:node": "./dist/index-node14.mjs",
62
48
  "module:modern-browsers": "./dist/index-browsermodern.es.js",
63
- "module:modern-browsers-dev": "./dist/index-browsermodern-dev.es.js",
64
49
  "sideEffects": false,
65
50
  "scripts": {
66
51
  "build": "pob-build && yarn run build:definitions",
67
52
  "build:definitions": "tsc -p tsconfig.build.json",
53
+ "clean": "rm -Rf dist",
68
54
  "lint": "yarn run lint:eslint",
69
55
  "lint:eslint": "cd ../.. && yarn run eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet packages/nightingale-levels",
70
56
  "watch": "pob-watch"
@@ -78,7 +64,7 @@
78
64
  "babelEnvs": [
79
65
  {
80
66
  "target": "node",
81
- "version": "12",
67
+ "version": "14",
82
68
  "formats": [
83
69
  "cjs",
84
70
  "es"
@@ -106,11 +92,9 @@
106
92
  "devDependencies": {
107
93
  "@babel/core": "7.16.0",
108
94
  "@babel/preset-env": "7.16.4",
109
- "babel-preset-latest-node": "5.5.1",
110
95
  "babel-preset-modern-browsers": "15.0.2",
111
- "pob-babel": "28.5.0",
112
- "rollup": "2.60.1",
113
- "typescript": "4.5.2"
96
+ "pob-babel": "29.3.0",
97
+ "typescript": "4.5.3"
114
98
  },
115
- "gitHead": "00b1ec6c7468b320e268a12eaac70d59a177787b"
99
+ "gitHead": "682f57fa30eaca9732681d16008abb2680b24174"
116
100
  }
@@ -6,5 +6,22 @@
6
6
  },
7
7
  "plugins": ["@typescript-eslint"],
8
8
  "extends": ["@pob/eslint-config-typescript"],
9
- "ignorePatterns": ["*.d.ts"]
9
+ "ignorePatterns": ["*.d.ts"],
10
+ "overrides": [
11
+ {
12
+ "files": ["**/*.test.ts", "__tests__/**/*.ts"],
13
+ "extends": ["@pob/eslint-config-typescript/test"],
14
+ "env": {
15
+ "jest": true
16
+ },
17
+ "rules": {
18
+ "import/no-extraneous-dependencies": [
19
+ "error",
20
+ {
21
+ "devDependencies": true
22
+ }
23
+ ]
24
+ }
25
+ }
26
+ ]
10
27
  }
@@ -1,44 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- /**
6
- * @enum {number} List of Levels
7
- *
8
- * <ul>
9
- * <li>ALL: Log everything. Not a level.</li>
10
- * <li>TRACE: Trace information</li>
11
- * <li>DEBUG: Detailed debug information</li>
12
- * <li>INFO: Normal but significant events</li>
13
- * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>
14
- * <li>WARNING: Alias for WARN</li>
15
- * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>
16
- * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>
17
- * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc
18
- * This should trigger the SMS alerts and wake you up</li>
19
- * <li>ALERT: Alias for FATAL</li>
20
- * <li>EMERGENCY: Emergency: system is unusable</li>
21
- * </ul>
22
- *
23
- */
24
- exports.Level = void 0;
25
-
26
- (function (Level) {
27
- Level[Level["ALL"] = 0] = "ALL";
28
- Level[Level["TRACE"] = 10] = "TRACE";
29
- Level[Level["DEBUG"] = 100] = "DEBUG";
30
- Level[Level["INFO"] = 200] = "INFO";
31
- Level[Level["NOTICE"] = 250] = "NOTICE";
32
- Level[Level["WARN"] = 300] = "WARN";
33
- Level[Level["WARNING"] = 300] = "WARNING";
34
- Level[Level["ERROR"] = 400] = "ERROR";
35
- Level[Level["CRITICAL"] = 500] = "CRITICAL";
36
- Level[Level["FATAL"] = 550] = "FATAL";
37
- Level[Level["ALERT"] = 550] = "ALERT";
38
- Level[Level["EMERGENCY"] = 600] = "EMERGENCY";
39
- })(exports.Level || (exports.Level = {}));
40
-
41
- var Level = exports.Level;
42
-
43
- exports["default"] = Level;
44
- //# sourceMappingURL=index-browser-dev.cjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-browser-dev.cjs.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,kBAAAA;;AA6BZ,YAAeA,aAAf;;;;"}
@@ -1,40 +0,0 @@
1
- /**
2
- * @enum {number} List of Levels
3
- *
4
- * <ul>
5
- * <li>ALL: Log everything. Not a level.</li>
6
- * <li>TRACE: Trace information</li>
7
- * <li>DEBUG: Detailed debug information</li>
8
- * <li>INFO: Normal but significant events</li>
9
- * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>
10
- * <li>WARNING: Alias for WARN</li>
11
- * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>
12
- * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>
13
- * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc
14
- * This should trigger the SMS alerts and wake you up</li>
15
- * <li>ALERT: Alias for FATAL</li>
16
- * <li>EMERGENCY: Emergency: system is unusable</li>
17
- * </ul>
18
- *
19
- */
20
- var Level;
21
-
22
- (function (Level) {
23
- Level[Level["ALL"] = 0] = "ALL";
24
- Level[Level["TRACE"] = 10] = "TRACE";
25
- Level[Level["DEBUG"] = 100] = "DEBUG";
26
- Level[Level["INFO"] = 200] = "INFO";
27
- Level[Level["NOTICE"] = 250] = "NOTICE";
28
- Level[Level["WARN"] = 300] = "WARN";
29
- Level[Level["WARNING"] = 300] = "WARNING";
30
- Level[Level["ERROR"] = 400] = "ERROR";
31
- Level[Level["CRITICAL"] = 500] = "CRITICAL";
32
- Level[Level["FATAL"] = 550] = "FATAL";
33
- Level[Level["ALERT"] = 550] = "ALERT";
34
- Level[Level["EMERGENCY"] = 600] = "EMERGENCY";
35
- })(Level || (Level = {}));
36
-
37
- var Level$1 = Level;
38
-
39
- export { Level, Level$1 as default };
40
- //# sourceMappingURL=index-browser-dev.es.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-browser-dev.es.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,UAAAA;;AA6BZ,cAAeA,KAAf;;;;"}
@@ -1,40 +0,0 @@
1
- /**
2
- * @enum {number} List of Levels
3
- *
4
- * <ul>
5
- * <li>ALL: Log everything. Not a level.</li>
6
- * <li>TRACE: Trace information</li>
7
- * <li>DEBUG: Detailed debug information</li>
8
- * <li>INFO: Normal but significant events</li>
9
- * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>
10
- * <li>WARNING: Alias for WARN</li>
11
- * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>
12
- * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>
13
- * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc
14
- * This should trigger the SMS alerts and wake you up</li>
15
- * <li>ALERT: Alias for FATAL</li>
16
- * <li>EMERGENCY: Emergency: system is unusable</li>
17
- * </ul>
18
- *
19
- */
20
- let Level;
21
-
22
- (function (Level) {
23
- Level[Level["ALL"] = 0] = "ALL";
24
- Level[Level["TRACE"] = 10] = "TRACE";
25
- Level[Level["DEBUG"] = 100] = "DEBUG";
26
- Level[Level["INFO"] = 200] = "INFO";
27
- Level[Level["NOTICE"] = 250] = "NOTICE";
28
- Level[Level["WARN"] = 300] = "WARN";
29
- Level[Level["WARNING"] = 300] = "WARNING";
30
- Level[Level["ERROR"] = 400] = "ERROR";
31
- Level[Level["CRITICAL"] = 500] = "CRITICAL";
32
- Level[Level["FATAL"] = 550] = "FATAL";
33
- Level[Level["ALERT"] = 550] = "ALERT";
34
- Level[Level["EMERGENCY"] = 600] = "EMERGENCY";
35
- })(Level || (Level = {}));
36
-
37
- const Level$1 = Level;
38
-
39
- export { Level, Level$1 as default };
40
- //# sourceMappingURL=index-browsermodern-dev.es.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-browsermodern-dev.es.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,UAAAA;;AA6BZ,gBAAeA,KAAf;;;;"}
@@ -1,44 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- /**
6
- * @enum {number} List of Levels
7
- *
8
- * <ul>
9
- * <li>ALL: Log everything. Not a level.</li>
10
- * <li>TRACE: Trace information</li>
11
- * <li>DEBUG: Detailed debug information</li>
12
- * <li>INFO: Normal but significant events</li>
13
- * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>
14
- * <li>WARNING: Alias for WARN</li>
15
- * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>
16
- * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>
17
- * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc
18
- * This should trigger the SMS alerts and wake you up</li>
19
- * <li>ALERT: Alias for FATAL</li>
20
- * <li>EMERGENCY: Emergency: system is unusable</li>
21
- * </ul>
22
- *
23
- */
24
- exports.Level = void 0;
25
-
26
- (function (Level) {
27
- Level[Level["ALL"] = 0] = "ALL";
28
- Level[Level["TRACE"] = 10] = "TRACE";
29
- Level[Level["DEBUG"] = 100] = "DEBUG";
30
- Level[Level["INFO"] = 200] = "INFO";
31
- Level[Level["NOTICE"] = 250] = "NOTICE";
32
- Level[Level["WARN"] = 300] = "WARN";
33
- Level[Level["WARNING"] = 300] = "WARNING";
34
- Level[Level["ERROR"] = 400] = "ERROR";
35
- Level[Level["CRITICAL"] = 500] = "CRITICAL";
36
- Level[Level["FATAL"] = 550] = "FATAL";
37
- Level[Level["ALERT"] = 550] = "ALERT";
38
- Level[Level["EMERGENCY"] = 600] = "EMERGENCY";
39
- })(exports.Level || (exports.Level = {}));
40
-
41
- const Level = exports.Level;
42
-
43
- exports["default"] = Level;
44
- //# sourceMappingURL=index-node12-dev.cjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-node12-dev.cjs.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,kBAAAA;;AA6BZ,cAAeA,aAAf;;;;"}
@@ -1,40 +0,0 @@
1
- /**
2
- * @enum {number} List of Levels
3
- *
4
- * <ul>
5
- * <li>ALL: Log everything. Not a level.</li>
6
- * <li>TRACE: Trace information</li>
7
- * <li>DEBUG: Detailed debug information</li>
8
- * <li>INFO: Normal but significant events</li>
9
- * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>
10
- * <li>WARNING: Alias for WARN</li>
11
- * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>
12
- * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>
13
- * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc
14
- * This should trigger the SMS alerts and wake you up</li>
15
- * <li>ALERT: Alias for FATAL</li>
16
- * <li>EMERGENCY: Emergency: system is unusable</li>
17
- * </ul>
18
- *
19
- */
20
- let Level;
21
-
22
- (function (Level) {
23
- Level[Level["ALL"] = 0] = "ALL";
24
- Level[Level["TRACE"] = 10] = "TRACE";
25
- Level[Level["DEBUG"] = 100] = "DEBUG";
26
- Level[Level["INFO"] = 200] = "INFO";
27
- Level[Level["NOTICE"] = 250] = "NOTICE";
28
- Level[Level["WARN"] = 300] = "WARN";
29
- Level[Level["WARNING"] = 300] = "WARNING";
30
- Level[Level["ERROR"] = 400] = "ERROR";
31
- Level[Level["CRITICAL"] = 500] = "CRITICAL";
32
- Level[Level["FATAL"] = 550] = "FATAL";
33
- Level[Level["ALERT"] = 550] = "ALERT";
34
- Level[Level["EMERGENCY"] = 600] = "EMERGENCY";
35
- })(Level || (Level = {}));
36
-
37
- const Level$1 = Level;
38
-
39
- export { Level, Level$1 as default };
40
- //# sourceMappingURL=index-node12-dev.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-node12-dev.mjs","sources":["../src/index.ts"],"sourcesContent":["/**\n * @enum {number} List of Levels\n *\n * <ul>\n * <li>ALL: Log everything. Not a level.</li>\n * <li>TRACE: Trace information</li>\n * <li>DEBUG: Detailed debug information</li>\n * <li>INFO: Normal but significant events</li>\n * <li>WARN: Exceptional occurrences that are not errors (Use of deprecated APIs)</li>\n * <li>WARNING: Alias for WARN</li>\n * <li>ERROR: Runtime errors that do not require immediate action but should be logged and monitored</li>\n * <li>CRITICAL: Critical conditions. Example: Application component unavailable, unexpected exception</li>\n * <li>FATAL: Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up</li>\n * <li>ALERT: Alias for FATAL</li>\n * <li>EMERGENCY: Emergency: system is unusable</li>\n * </ul>\n *\n */\nexport enum Level {\n /** Log everything. Not a level. */\n ALL = 0,\n\n /** Trace information */\n TRACE = 10,\n /** Detailed debug information */\n DEBUG = 100,\n /** Interesting events */\n INFO = 200,\n /** Normal but significant events */\n NOTICE = 250,\n /** Exceptional occurrences that are not errors (Use of deprecated APIs) */\n WARN = 300,\n /** Alias for WARN */\n WARNING = 300,\n /** Runtime errors that do not require immediate action but should be logged and monitored */\n ERROR = 400,\n /** Critical conditions. Example: Application component unavailable, unexpected exception */\n CRITICAL = 500,\n /** Action must be taken immediately. Example: Entire website down, database unavailable, etc\n * This should trigger the SMS alerts and wake you up */\n FATAL = 550,\n /** Alias for FATAL */\n ALERT = 550,\n /** Emergency: system is unusable */\n EMERGENCY = 600,\n}\n\nexport default Level;\n"],"names":["Level"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IACYA;;WAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;AAAAA,EAAAA,MAAAA;GAAAA,UAAAA;;AA6BZ,gBAAeA,KAAf;;;;"}