effect 2.0.0-next.7 → 2.0.0-next.8
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/Logger/LogLevel.d.ts +10 -0
- package/Logger/LogLevel.d.ts.map +1 -0
- package/Logger/LogLevel.js +17 -0
- package/Logger/LogLevel.js.map +1 -0
- package/Logger.d.ts +2 -2
- package/Logger.d.ts.map +1 -1
- package/Logger.js +4 -4
- package/Logger.js.map +1 -1
- package/_mjs/Logger/LogLevel.mjs +10 -0
- package/_mjs/Logger/LogLevel.mjs.map +1 -0
- package/_mjs/Logger.mjs +2 -2
- package/_mjs/Logger.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogLevel.d.ts","sourceRoot":"","sources":["../../../src/Logger/LogLevel.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,yBAAyB,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _Level = /*#__PURE__*/require("@effect/io/Logger/Level");
|
|
7
|
+
Object.keys(_Level).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _Level[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _Level[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=LogLevel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogLevel.js","mappings":";;;;;AAQA;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA","names":[],"sourceRoot":"","sources":["../../../src/Logger/LogLevel.ts"],"sourcesContent":[null]}
|
package/Logger.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* - Module: "@effect/io/Logger"
|
|
7
7
|
* ```
|
|
8
8
|
*/
|
|
9
|
-
import * as Level from "@effect/io/Logger/Level";
|
|
10
9
|
import * as Span from "@effect/io/Logger/Span";
|
|
10
|
+
import * as LogLevel from "effect/Logger/LogLevel";
|
|
11
11
|
export * from "@effect/io/Logger";
|
|
12
12
|
export {
|
|
13
13
|
/**
|
|
@@ -18,7 +18,7 @@ export {
|
|
|
18
18
|
* - Module: "@effect/io/Logger/Level"
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
LogLevel,
|
|
22
22
|
/**
|
|
23
23
|
* @since 2.0.0
|
|
24
24
|
*
|
package/Logger.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logger.d.ts","sourceRoot":"","sources":["../../src/Logger.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Logger.d.ts","sourceRoot":"","sources":["../../src/Logger.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAA;AAC9C,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAA;AAElD,cAAc,mBAAmB,CAAA;AAEjC,OAAO;AACL;;;;;;;GAOG;AACH,QAAQ;AACR;;;;;;;GAOG;AACH,IAAI,IAAI,OAAO,EAChB,CAAA"}
|
package/Logger.js
CHANGED
|
@@ -4,14 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
var _exportNames = {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
LogSpan: true,
|
|
8
|
+
LogLevel: true
|
|
9
9
|
};
|
|
10
10
|
exports.LogSpan = exports.LogLevel = void 0;
|
|
11
|
-
var Level = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Logger/Level"));
|
|
12
|
-
exports.LogLevel = Level;
|
|
13
11
|
var Span = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Logger/Span"));
|
|
14
12
|
exports.LogSpan = Span;
|
|
13
|
+
var LogLevel = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("effect/Logger/LogLevel"));
|
|
14
|
+
exports.LogLevel = LogLevel;
|
|
15
15
|
var _Logger = /*#__PURE__*/require("@effect/io/Logger");
|
|
16
16
|
Object.keys(_Logger).forEach(function (key) {
|
|
17
17
|
if (key === "default" || key === "__esModule") return;
|
package/Logger.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logger.js","mappings":";;;;;;;;;;AASA;
|
|
1
|
+
{"version":3,"file":"Logger.js","mappings":";;;;;;;;;;AASA;AAA8C;AAC9C;AAAkD;AAElD;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;AAAiC;AAAA","names":[],"sourceRoot":"","sources":["../../src/Logger.ts"],"sourcesContent":[null]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogLevel.mjs","mappings":"AAAA;;;;;;;;AAQA,cAAc,yBAAyB","names":[],"sourceRoot":"","sources":["../../../src/Logger/LogLevel.ts"],"sourcesContent":[null]}
|
package/_mjs/Logger.mjs
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* - Module: "@effect/io/Logger"
|
|
7
7
|
* ```
|
|
8
8
|
*/
|
|
9
|
-
import * as Level from "@effect/io/Logger/Level";
|
|
10
9
|
import * as Span from "@effect/io/Logger/Span";
|
|
10
|
+
import * as LogLevel from "effect/Logger/LogLevel";
|
|
11
11
|
export * from "@effect/io/Logger";
|
|
12
12
|
export {
|
|
13
13
|
/**
|
|
@@ -18,7 +18,7 @@ export {
|
|
|
18
18
|
* - Module: "@effect/io/Logger/Level"
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
LogLevel,
|
|
22
22
|
/**
|
|
23
23
|
* @since 2.0.0
|
|
24
24
|
*
|
package/_mjs/Logger.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logger.mjs","mappings":"AAAA;;;;;;;;AASA,OAAO,KAAKA,
|
|
1
|
+
{"version":3,"file":"Logger.mjs","mappings":"AAAA;;;;;;;;AASA,OAAO,KAAKA,IAAI,MAAM,wBAAwB;AAC9C,OAAO,KAAKC,QAAQ,MAAM,wBAAwB;AAElD,cAAc,mBAAmB;AAEjC;AACE;;;;;;;;AAQAA,QAAQ;AACR;;;;;;;;AAQAD,IAAI,IAAIE,OAAO","names":["Span","LogLevel","LogSpan"],"sourceRoot":"","sources":["../../src/Logger.ts"],"sourcesContent":[null]}
|