effect 2.0.0-next.8 → 2.0.0-next.9
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.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.mjs +2 -2
- package/_mjs/Logger.mjs.map +1 -1
- package/package.json +4 -4
- package/Logger/LogLevel.d.ts +0 -10
- package/Logger/LogLevel.d.ts.map +0 -1
- package/Logger/LogLevel.js +0 -17
- package/Logger/LogLevel.js.map +0 -1
- package/_mjs/Logger/LogLevel.mjs +0 -10
- package/_mjs/Logger/LogLevel.mjs.map +0 -1
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";
|
|
9
10
|
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
|
-
LogLevel,
|
|
21
|
+
Level as 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,KAAK,MAAM,yBAAyB,CAAA;AAChD,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAA;AAE9C,cAAc,mBAAmB,CAAA;AAEjC,OAAO;AACL;;;;;;;GAOG;AACH,KAAK,IAAI,QAAQ;AACjB;;;;;;;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
|
+
LogLevel: true,
|
|
8
|
+
LogSpan: 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;
|
|
11
13
|
var Span = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Logger/Span"));
|
|
12
14
|
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;AAAgD;AAChD;AAA8C;AAE9C;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;AAAiC;AAAA","names":[],"sourceRoot":"","sources":["../../src/Logger.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";
|
|
9
10
|
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
|
-
LogLevel,
|
|
21
|
+
Level as 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,KAAK,MAAM,yBAAyB;AAChD,OAAO,KAAKC,IAAI,MAAM,wBAAwB;AAE9C,cAAc,mBAAmB;AAEjC;AACE;;;;;;;;AAQAD,KAAK,IAAIE,QAAQ;AACjB;;;;;;;;AAQAD,IAAI,IAAIE,OAAO","names":["Level","Span","LogLevel","LogSpan"],"sourceRoot":"","sources":["../../src/Logger.ts"],"sourcesContent":[null]}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "effect",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/Effect-TS/effect.git"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@effect/io": "^0.0.
|
|
11
|
-
"@effect/printer": "^0.1.
|
|
10
|
+
"@effect/io": "^0.0.16",
|
|
11
|
+
"@effect/printer": "^0.1.4",
|
|
12
12
|
"@fp-ts/core": "^0.0.8",
|
|
13
|
-
"@fp-ts/data": "^0.0.
|
|
13
|
+
"@fp-ts/data": "^0.0.16",
|
|
14
14
|
"@fp-ts/optic": "^0.0.2"
|
|
15
15
|
},
|
|
16
16
|
"main": "./index.js",
|
package/Logger/LogLevel.d.ts
DELETED
package/Logger/LogLevel.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LogLevel.d.ts","sourceRoot":"","sources":["../../../src/Logger/LogLevel.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,yBAAyB,CAAA"}
|
package/Logger/LogLevel.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
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
|
package/Logger/LogLevel.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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/_mjs/Logger/LogLevel.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LogLevel.mjs","mappings":"AAAA;;;;;;;;AAQA,cAAc,yBAAyB","names":[],"sourceRoot":"","sources":["../../../src/Logger/LogLevel.ts"],"sourcesContent":[null]}
|