@atlaspack/workers 2.14.5-dev.73 → 2.14.5-dev.95

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 +30 -0
  2. package/package.json +8 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @atlaspack/workers
2
2
 
3
+ ## 2.14.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/types-internal@2.14.12
9
+ - @atlaspack/utils@2.15.2
10
+ - @atlaspack/profiler@2.14.12
11
+
12
+ ## 2.14.13
13
+
14
+ ### Patch Changes
15
+
16
+ - [#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
17
+
18
+ - Updated dependencies [[`ef3d622`](https://github.com/atlassian-labs/atlaspack/commit/ef3d6228f4e006702198a19c61e051d194d325cb)]:
19
+ - @atlaspack/logger@2.14.11
20
+ - @atlaspack/utils@2.15.1
21
+ - @atlaspack/types-internal@2.14.11
22
+ - @atlaspack/profiler@2.14.11
23
+
24
+ ## 2.14.12
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [[`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
29
+ - @atlaspack/utils@2.15.0
30
+ - @atlaspack/types-internal@2.14.10
31
+ - @atlaspack/profiler@2.14.10
32
+
3
33
  ## 2.14.11
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/workers",
3
- "version": "2.14.5-dev.73+84eec3484",
3
+ "version": "2.14.5-dev.95+d8e35a83e",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -16,20 +16,13 @@
16
16
  "engines": {
17
17
  "node": ">= 16.0.0"
18
18
  },
19
- "exports": {
20
- ".": {
21
- "types": "./index.d.ts",
22
- "@atlaspack::sources": "./src/index.js",
23
- "default": "./lib/index.js"
24
- }
25
- },
26
19
  "dependencies": {
27
- "@atlaspack/build-cache": "2.13.3-dev.141+84eec3484",
28
- "@atlaspack/diagnostic": "2.14.1-dev.141+84eec3484",
29
- "@atlaspack/logger": "2.14.5-dev.73+84eec3484",
30
- "@atlaspack/profiler": "2.14.1-dev.141+84eec3484",
31
- "@atlaspack/types-internal": "2.14.1-dev.141+84eec3484",
32
- "@atlaspack/utils": "2.14.5-dev.73+84eec3484",
20
+ "@atlaspack/build-cache": "2.13.3-dev.163+d8e35a83e",
21
+ "@atlaspack/diagnostic": "2.14.1-dev.163+d8e35a83e",
22
+ "@atlaspack/logger": "2.14.5-dev.95+d8e35a83e",
23
+ "@atlaspack/profiler": "2.14.1-dev.163+d8e35a83e",
24
+ "@atlaspack/types-internal": "2.14.1-dev.163+d8e35a83e",
25
+ "@atlaspack/utils": "2.14.5-dev.95+d8e35a83e",
33
26
  "nullthrows": "^1.1.1"
34
27
  },
35
28
  "browser": {
@@ -37,5 +30,5 @@
37
30
  "./src/threads/ThreadsWorker.js": false
38
31
  },
39
32
  "type": "commonjs",
40
- "gitHead": "84eec348413c647de4872f902c4bc8ff54c347f3"
33
+ "gitHead": "d8e35a83e480e0811b63a319e88ffe9a2cd509e6"
41
34
  }