@atlaspack/core 2.16.2-canary.26 → 2.16.2-canary.28

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 +24 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @atlaspack/core
2
2
 
3
+ ## 2.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#551](https://github.com/atlassian-labs/atlaspack/pull/551) [`30f6017`](https://github.com/atlassian-labs/atlaspack/commit/30f60175ba4d272c5fc193973c63bc298584775b) Thanks [@yamadapc](https://github.com/yamadapc)! - Log request tracker invalidation counts on start-up
8
+
9
+ - [#550](https://github.com/atlassian-labs/atlaspack/pull/550) [`3a3e8e7`](https://github.com/atlassian-labs/atlaspack/commit/3a3e8e7be9e2dffd7304436d792f0f595d59665a) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix typescript declaration files
10
+
11
+ - [#555](https://github.com/atlassian-labs/atlaspack/pull/555) [`15c1e3c`](https://github.com/atlassian-labs/atlaspack/commit/15c1e3c0628bae4c768d76cf3afc53d6d0d7ce7c) Thanks [@alshdavid](https://github.com/alshdavid)! - Added ATLASPACK_NATIVE_THREADS env variable to control the number of threads used by the native thread schedular
12
+
13
+ - Updated dependencies [[`30f6017`](https://github.com/atlassian-labs/atlaspack/commit/30f60175ba4d272c5fc193973c63bc298584775b), [`3a3e8e7`](https://github.com/atlassian-labs/atlaspack/commit/3a3e8e7be9e2dffd7304436d792f0f595d59665a), [`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
14
+ - @atlaspack/feature-flags@2.15.1
15
+ - @atlaspack/fs@2.15.3
16
+ - @atlaspack/rust@3.3.3
17
+ - @atlaspack/cache@3.2.3
18
+ - @atlaspack/graph@3.4.6
19
+ - @atlaspack/utils@2.14.8
20
+ - @atlaspack/package-manager@2.14.8
21
+ - @atlaspack/logger@2.14.8
22
+ - @atlaspack/profiler@2.14.6
23
+ - @atlaspack/types@2.14.8
24
+ - @atlaspack/workers@2.14.8
25
+ - @atlaspack/plugin@2.14.8
26
+
3
27
  ## 2.17.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/core",
3
- "version": "2.16.2-canary.26+87211c647",
3
+ "version": "2.16.2-canary.28+bc99c45de",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,21 +21,21 @@
21
21
  "check-ts": "tsc --noEmit index.d.ts"
22
22
  },
23
23
  "dependencies": {
24
- "@atlaspack/build-cache": "2.13.3-canary.94+87211c647",
25
- "@atlaspack/cache": "3.1.1-canary.26+87211c647",
26
- "@atlaspack/diagnostic": "2.14.1-canary.94+87211c647",
27
- "@atlaspack/events": "2.14.1-canary.94+87211c647",
28
- "@atlaspack/feature-flags": "2.14.1-canary.94+87211c647",
29
- "@atlaspack/fs": "2.14.5-canary.26+87211c647",
30
- "@atlaspack/graph": "3.4.1-canary.94+87211c647",
31
- "@atlaspack/logger": "2.14.5-canary.26+87211c647",
32
- "@atlaspack/package-manager": "2.14.5-canary.26+87211c647",
33
- "@atlaspack/plugin": "2.14.5-canary.26+87211c647",
34
- "@atlaspack/profiler": "2.14.1-canary.94+87211c647",
35
- "@atlaspack/rust": "3.2.1-canary.26+87211c647",
36
- "@atlaspack/types": "2.14.5-canary.26+87211c647",
37
- "@atlaspack/utils": "2.14.5-canary.26+87211c647",
38
- "@atlaspack/workers": "2.14.5-canary.26+87211c647",
24
+ "@atlaspack/build-cache": "2.13.3-canary.96+bc99c45de",
25
+ "@atlaspack/cache": "3.1.1-canary.28+bc99c45de",
26
+ "@atlaspack/diagnostic": "2.14.1-canary.96+bc99c45de",
27
+ "@atlaspack/events": "2.14.1-canary.96+bc99c45de",
28
+ "@atlaspack/feature-flags": "2.14.1-canary.96+bc99c45de",
29
+ "@atlaspack/fs": "2.14.5-canary.28+bc99c45de",
30
+ "@atlaspack/graph": "3.4.1-canary.96+bc99c45de",
31
+ "@atlaspack/logger": "2.14.5-canary.28+bc99c45de",
32
+ "@atlaspack/package-manager": "2.14.5-canary.28+bc99c45de",
33
+ "@atlaspack/plugin": "2.14.5-canary.28+bc99c45de",
34
+ "@atlaspack/profiler": "2.14.1-canary.96+bc99c45de",
35
+ "@atlaspack/rust": "3.2.1-canary.28+bc99c45de",
36
+ "@atlaspack/types": "2.14.5-canary.28+bc99c45de",
37
+ "@atlaspack/utils": "2.14.5-canary.28+bc99c45de",
38
+ "@atlaspack/workers": "2.14.5-canary.28+bc99c45de",
39
39
  "@mischnic/json-sourcemap": "^0.1.0",
40
40
  "@parcel/source-map": "^2.1.1",
41
41
  "base-x": "^3.0.8",
@@ -71,5 +71,5 @@
71
71
  "./src/serializerCore.js": "./src/serializerCore.browser.js"
72
72
  },
73
73
  "type": "commonjs",
74
- "gitHead": "87211c647df95663b4bca3af09e3b2d84500b8fa"
74
+ "gitHead": "bc99c45dea4c5396bff2228f287298deafe0c1e6"
75
75
  }