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 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,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"}
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
- LogSpan: true,
8
- LogLevel: true
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;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]}
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
  *
@@ -1 +1 @@
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]}
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.8",
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.14",
11
- "@effect/printer": "^0.1.3",
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.15",
13
+ "@fp-ts/data": "^0.0.16",
14
14
  "@fp-ts/optic": "^0.0.2"
15
15
  },
16
16
  "main": "./index.js",
@@ -1,10 +0,0 @@
1
- /**
2
- * @since 2.0.0
3
- *
4
- * ```md
5
- * - Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html
6
- * - Module: "@effect/io/Logger/Level"
7
- * ```
8
- */
9
- export * from "@effect/io/Logger/Level";
10
- //# sourceMappingURL=LogLevel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LogLevel.d.ts","sourceRoot":"","sources":["../../../src/Logger/LogLevel.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,yBAAyB,CAAA"}
@@ -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
@@ -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]}
@@ -1,10 +0,0 @@
1
- /**
2
- * @since 2.0.0
3
- *
4
- * ```md
5
- * - Docs: https://effect-ts.github.io/io/modules/Logger/Level.ts.html
6
- * - Module: "@effect/io/Logger/Level"
7
- * ```
8
- */
9
- export * from "@effect/io/Logger/Level";
10
- //# sourceMappingURL=LogLevel.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LogLevel.mjs","mappings":"AAAA;;;;;;;;AAQA,cAAc,yBAAyB","names":[],"sourceRoot":"","sources":["../../../src/Logger/LogLevel.ts"],"sourcesContent":[null]}