@atlaspack/logger 2.14.5-dev.14 → 2.14.5-dev.1c70d50f9.99

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/package.json +5 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @atlaspack/logger
2
2
 
3
+ ## 2.14.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ ## 2.14.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
14
+ - @atlaspack/rust@3.3.5
15
+
16
+ ## 2.14.9
17
+
18
+ ### Patch Changes
19
+
20
+ - 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)]:
21
+ - @atlaspack/rust@3.3.4
22
+
23
+ ## 2.14.8
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
28
+ - @atlaspack/rust@3.3.3
29
+
30
+ ## 2.14.7
31
+
32
+ ### Patch Changes
33
+
34
+ - [#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
35
+
36
+ - Updated dependencies [[`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f)]:
37
+ - @atlaspack/rust@3.3.2
38
+
39
+ ## 2.14.6
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
44
+ - @atlaspack/rust@3.3.1
45
+
3
46
  ## 2.14.5
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/logger",
3
- "version": "2.14.5-dev.14+8c369e38c",
3
+ "version": "2.14.5-dev.1c70d50f9.99+1c70d50f9",
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-dev.82+8c369e38c",
26
- "@atlaspack/events": "2.14.1-dev.82+8c369e38c",
27
- "@atlaspack/rust": "3.2.1-dev.14+8c369e38c"
19
+ "@atlaspack/diagnostic": "2.14.1-dev.1c70d50f9.167+1c70d50f9",
20
+ "@atlaspack/events": "2.14.1-dev.1c70d50f9.167+1c70d50f9",
21
+ "@atlaspack/rust": "3.2.1-dev.1c70d50f9.99+1c70d50f9"
28
22
  },
29
23
  "type": "commonjs",
30
- "gitHead": "8c369e38ccd428409811114aebd6044c27f90705"
24
+ "gitHead": "1c70d50f914cb662515b0b61053e51a06f3af234"
31
25
  }