@atlaspack/core 2.13.2-canary.3662 → 2.13.2-dev.3666

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.
@@ -1147,7 +1147,7 @@ function logErrorOnBailout(options, snapshotPath, e) {
1147
1147
  trackableEvent: 'invalid_clockspec_error'
1148
1148
  }
1149
1149
  });
1150
- } else if (!(e instanceof FSBailoutError)) {
1150
+ } else {
1151
1151
  _logger().default.warn({
1152
1152
  origin: '@atlaspack/core',
1153
1153
  message: `Unexpected error loading cache from disk, building with clean cache.`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/core",
3
- "version": "2.13.2-canary.3662+1a03307f8",
3
+ "version": "2.13.2-dev.3666+0afd6de27",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,21 +20,21 @@
20
20
  "check-ts": "tsc --noEmit index.d.ts"
21
21
  },
22
22
  "dependencies": {
23
- "@atlaspack/build-cache": "2.13.2-canary.3662+1a03307f8",
24
- "@atlaspack/cache": "2.13.2-canary.3662+1a03307f8",
25
- "@atlaspack/diagnostic": "2.13.2-canary.3662+1a03307f8",
26
- "@atlaspack/events": "2.13.2-canary.3662+1a03307f8",
27
- "@atlaspack/feature-flags": "2.13.2-canary.3662+1a03307f8",
28
- "@atlaspack/fs": "2.13.2-canary.3662+1a03307f8",
29
- "@atlaspack/graph": "3.3.2-canary.3662+1a03307f8",
30
- "@atlaspack/logger": "2.13.2-canary.3662+1a03307f8",
31
- "@atlaspack/package-manager": "2.13.2-canary.3662+1a03307f8",
32
- "@atlaspack/plugin": "2.13.2-canary.3662+1a03307f8",
33
- "@atlaspack/profiler": "2.13.2-canary.3662+1a03307f8",
34
- "@atlaspack/rust": "2.13.2-canary.3662+1a03307f8",
35
- "@atlaspack/types": "2.13.2-canary.3662+1a03307f8",
36
- "@atlaspack/utils": "2.13.2-canary.3662+1a03307f8",
37
- "@atlaspack/workers": "2.13.2-canary.3662+1a03307f8",
23
+ "@atlaspack/build-cache": "2.13.2-dev.3666+0afd6de27",
24
+ "@atlaspack/cache": "2.13.2-dev.3666+0afd6de27",
25
+ "@atlaspack/diagnostic": "2.13.2-dev.3666+0afd6de27",
26
+ "@atlaspack/events": "2.13.2-dev.3666+0afd6de27",
27
+ "@atlaspack/feature-flags": "2.13.2-dev.3666+0afd6de27",
28
+ "@atlaspack/fs": "2.13.2-dev.3666+0afd6de27",
29
+ "@atlaspack/graph": "3.3.2-dev.3666+0afd6de27",
30
+ "@atlaspack/logger": "2.13.2-dev.3666+0afd6de27",
31
+ "@atlaspack/package-manager": "2.13.2-dev.3666+0afd6de27",
32
+ "@atlaspack/plugin": "2.13.2-dev.3666+0afd6de27",
33
+ "@atlaspack/profiler": "2.13.2-dev.3666+0afd6de27",
34
+ "@atlaspack/rust": "2.13.2-dev.3666+0afd6de27",
35
+ "@atlaspack/types": "2.13.2-dev.3666+0afd6de27",
36
+ "@atlaspack/utils": "2.13.2-dev.3666+0afd6de27",
37
+ "@atlaspack/workers": "2.13.2-dev.3666+0afd6de27",
38
38
  "@mischnic/json-sourcemap": "^0.1.0",
39
39
  "@parcel/source-map": "^2.1.1",
40
40
  "base-x": "^3.0.8",
@@ -66,5 +66,5 @@
66
66
  "browser": {
67
67
  "./src/serializerCore.js": "./src/serializerCore.browser.js"
68
68
  },
69
- "gitHead": "1a03307f8bebc5db94302b3dd4ecc843e1417deb"
69
+ "gitHead": "0afd6de27cde19f2c9377e864bce83da5c098a54"
70
70
  }
@@ -1766,7 +1766,7 @@ function logErrorOnBailout(
1766
1766
  trackableEvent: 'invalid_clockspec_error',
1767
1767
  },
1768
1768
  });
1769
- } else if (!(e instanceof FSBailoutError)) {
1769
+ } else {
1770
1770
  logger.warn({
1771
1771
  origin: '@atlaspack/core',
1772
1772
  message: `Unexpected error loading cache from disk, building with clean cache.`,