@atlaspack/core 2.16.2-canary.38 → 2.16.2-canary.39

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.
@@ -149,6 +149,14 @@ class AtlaspackWorker {
149
149
  }
150
150
  };
151
151
  }
152
+ if (result.isExcluded) {
153
+ return {
154
+ invalidations: [],
155
+ resolution: {
156
+ type: 'excluded'
157
+ }
158
+ };
159
+ }
152
160
  return {
153
161
  invalidations: [],
154
162
  resolution: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/core",
3
- "version": "2.16.2-canary.38+a1d0dcea5",
3
+ "version": "2.16.2-canary.39+42a775de8",
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.106+a1d0dcea5",
25
- "@atlaspack/cache": "3.1.1-canary.38+a1d0dcea5",
26
- "@atlaspack/diagnostic": "2.14.1-canary.106+a1d0dcea5",
27
- "@atlaspack/events": "2.14.1-canary.106+a1d0dcea5",
28
- "@atlaspack/feature-flags": "2.14.1-canary.106+a1d0dcea5",
29
- "@atlaspack/fs": "2.14.5-canary.38+a1d0dcea5",
30
- "@atlaspack/graph": "3.4.1-canary.106+a1d0dcea5",
31
- "@atlaspack/logger": "2.14.5-canary.38+a1d0dcea5",
32
- "@atlaspack/package-manager": "2.14.5-canary.38+a1d0dcea5",
33
- "@atlaspack/plugin": "2.14.5-canary.38+a1d0dcea5",
34
- "@atlaspack/profiler": "2.14.1-canary.106+a1d0dcea5",
35
- "@atlaspack/rust": "3.2.1-canary.38+a1d0dcea5",
36
- "@atlaspack/types": "2.14.5-canary.38+a1d0dcea5",
37
- "@atlaspack/utils": "2.14.5-canary.38+a1d0dcea5",
38
- "@atlaspack/workers": "2.14.5-canary.38+a1d0dcea5",
24
+ "@atlaspack/build-cache": "2.13.3-canary.107+42a775de8",
25
+ "@atlaspack/cache": "3.1.1-canary.39+42a775de8",
26
+ "@atlaspack/diagnostic": "2.14.1-canary.107+42a775de8",
27
+ "@atlaspack/events": "2.14.1-canary.107+42a775de8",
28
+ "@atlaspack/feature-flags": "2.14.1-canary.107+42a775de8",
29
+ "@atlaspack/fs": "2.14.5-canary.39+42a775de8",
30
+ "@atlaspack/graph": "3.4.1-canary.107+42a775de8",
31
+ "@atlaspack/logger": "2.14.5-canary.39+42a775de8",
32
+ "@atlaspack/package-manager": "2.14.5-canary.39+42a775de8",
33
+ "@atlaspack/plugin": "2.14.5-canary.39+42a775de8",
34
+ "@atlaspack/profiler": "2.14.1-canary.107+42a775de8",
35
+ "@atlaspack/rust": "3.2.1-canary.39+42a775de8",
36
+ "@atlaspack/types": "2.14.5-canary.39+42a775de8",
37
+ "@atlaspack/utils": "2.14.5-canary.39+42a775de8",
38
+ "@atlaspack/workers": "2.14.5-canary.39+42a775de8",
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": "a1d0dcea5980bde5a3d1907d60359b85eedd8664"
74
+ "gitHead": "42a775de8eec638ad188f3271964170d8c04d84b"
75
75
  }
@@ -141,6 +141,13 @@ export class AtlaspackWorker {
141
141
  };
142
142
  }
143
143
 
144
+ if (result.isExcluded) {
145
+ return {
146
+ invalidations: [],
147
+ resolution: {type: 'excluded'},
148
+ };
149
+ }
150
+
144
151
  return {
145
152
  invalidations: [],
146
153
  resolution: {