@atlaspack/logger 2.14.5-canary.13 → 2.14.5-canary.131

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,62 @@
1
1
  # @atlaspack/logger
2
2
 
3
+ ## 2.14.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`becf977`](https://github.com/atlassian-labs/atlaspack/commit/becf977f625d5ee46dae3d4c679f173bf5f40cc0), [`f0f7c71`](https://github.com/atlassian-labs/atlaspack/commit/f0f7c7168a1d3d18c6f30d2daed611275692b7c5)]:
8
+ - @atlaspack/rust@3.4.1
9
+
10
+ ## 2.14.12
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`c75bf55`](https://github.com/atlassian-labs/atlaspack/commit/c75bf553fff4decc285b5fd499a275853b18f8f2)]:
15
+ - @atlaspack/rust@3.4.0
16
+
17
+ ## 2.14.11
18
+
19
+ ### Patch Changes
20
+
21
+ - [#650](https://github.com/atlassian-labs/atlaspack/pull/650) [`ef3d622`](https://github.com/atlassian-labs/atlaspack/commit/ef3d6228f4e006702198a19c61e051d194d325cb) Thanks [@alshdavid](https://github.com/alshdavid)! - Remove package.json#exports
22
+
23
+ ## 2.14.10
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
28
+ - @atlaspack/rust@3.3.5
29
+
30
+ ## 2.14.9
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`124b7ff`](https://github.com/atlassian-labs/atlaspack/commit/124b7fff44f71aac9fbad289a9a9509b3dfc9aaa), [`e052521`](https://github.com/atlassian-labs/atlaspack/commit/e0525210850ed1606146eb86991049cf567c5dec), [`15c6d70`](https://github.com/atlassian-labs/atlaspack/commit/15c6d7000bd89da876bc590aa75b17a619a41896), [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6), [`42a775d`](https://github.com/atlassian-labs/atlaspack/commit/42a775de8eec638ad188f3271964170d8c04d84b), [`29c2f10`](https://github.com/atlassian-labs/atlaspack/commit/29c2f106de9679adfb5afa04e1910471dc65a427), [`1ef91fc`](https://github.com/atlassian-labs/atlaspack/commit/1ef91fcc863fdd2831511937083dbbc1263b3d9d)]:
35
+ - @atlaspack/rust@3.3.4
36
+
37
+ ## 2.14.8
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [[`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
42
+ - @atlaspack/rust@3.3.3
43
+
44
+ ## 2.14.7
45
+
46
+ ### Patch Changes
47
+
48
+ - [#549](https://github.com/atlassian-labs/atlaspack/pull/549) [`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix log file RUST_LOG levels
49
+
50
+ - Updated dependencies [[`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f)]:
51
+ - @atlaspack/rust@3.3.2
52
+
53
+ ## 2.14.6
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
58
+ - @atlaspack/rust@3.3.1
59
+
3
60
  ## 2.14.5
4
61
 
5
62
  ### Patch Changes
package/lib/Logger.js CHANGED
@@ -41,7 +41,7 @@ function _diagnostic() {
41
41
  }
42
42
  var _tracer = require("./tracer");
43
43
  class Logger {
44
- #logEmitter /*: ValueEmitter<LogEvent> */ = new (_events().ValueEmitter)();
44
+ #logEmitter = new (_events().ValueEmitter)();
45
45
  onLog(cb) {
46
46
  return this.#logEmitter.addListener(cb);
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/logger",
3
- "version": "2.14.5-canary.13+e0f533757",
3
+ "version": "2.14.5-canary.131+75286ffe8",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -12,20 +12,14 @@
12
12
  },
13
13
  "main": "lib/Logger.js",
14
14
  "source": "src/Logger.js",
15
- "exports": {
16
- ".": {
17
- "@atlaspack::sources": "./src/Logger.js",
18
- "default": "./lib/Logger.js"
19
- }
20
- },
21
15
  "engines": {
22
16
  "node": ">= 16.0.0"
23
17
  },
24
18
  "dependencies": {
25
- "@atlaspack/diagnostic": "2.14.1-canary.81+e0f533757",
26
- "@atlaspack/events": "2.14.1-canary.81+e0f533757",
27
- "@atlaspack/rust": "3.2.1-canary.13+e0f533757"
19
+ "@atlaspack/diagnostic": "2.14.1-canary.199+75286ffe8",
20
+ "@atlaspack/events": "2.14.1-canary.199+75286ffe8",
21
+ "@atlaspack/rust": "3.2.1-canary.131+75286ffe8"
28
22
  },
29
23
  "type": "commonjs",
30
- "gitHead": "e0f533757bd1019dbd108a04952c87da15286e09"
24
+ "gitHead": "75286ffe8068fae73afa5954a6d2a0f53fbf5e0d"
31
25
  }
package/src/Logger.js CHANGED
@@ -18,7 +18,7 @@ import {errorToDiagnostic, anyToDiagnostic} from '@atlaspack/diagnostic';
18
18
  export {instrument, instrumentAsync} from './tracer';
19
19
 
20
20
  class Logger {
21
- #logEmitter /*: ValueEmitter<LogEvent> */ = new ValueEmitter();
21
+ #logEmitter: ValueEmitter<LogEvent> = new ValueEmitter();
22
22
 
23
23
  onLog(cb: (event: LogEvent) => mixed): IDisposable {
24
24
  return this.#logEmitter.addListener(cb);