@atlaspack/node-resolver-core 3.5.5-canary.153 → 3.5.5-canary.155

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/lib/Wrapper.js +1 -1
  2. package/package.json +7 -7
package/lib/Wrapper.js CHANGED
@@ -622,7 +622,7 @@ function environmentToExportsConditions(env, mode) {
622
622
  if (env.isBrowser()) {
623
623
  conditions |= BROWSER;
624
624
  }
625
- if (env.isWorker()) {
625
+ if (env.isWorker() || env.isTesseract()) {
626
626
  conditions |= WORKER;
627
627
  }
628
628
  if (env.isWorklet()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/node-resolver-core",
3
- "version": "3.5.5-canary.153+78f404e6e",
3
+ "version": "3.5.5-canary.155+7f5841c39",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,11 +24,11 @@
24
24
  "lib"
25
25
  ],
26
26
  "dependencies": {
27
- "@atlaspack/diagnostic": "2.14.1-canary.221+78f404e6e",
28
- "@atlaspack/feature-flags": "2.14.1-canary.221+78f404e6e",
29
- "@atlaspack/fs": "2.14.5-canary.153+78f404e6e",
30
- "@atlaspack/rust": "3.2.1-canary.153+78f404e6e",
31
- "@atlaspack/utils": "2.14.5-canary.153+78f404e6e",
27
+ "@atlaspack/diagnostic": "2.14.1-canary.223+7f5841c39",
28
+ "@atlaspack/feature-flags": "2.14.1-canary.223+7f5841c39",
29
+ "@atlaspack/fs": "2.14.5-canary.155+7f5841c39",
30
+ "@atlaspack/rust": "3.2.1-canary.155+7f5841c39",
31
+ "@atlaspack/utils": "2.14.5-canary.155+7f5841c39",
32
32
  "@mischnic/json-sourcemap": "^0.1.0",
33
33
  "nullthrows": "^1.1.1",
34
34
  "semver": "^7.5.2"
@@ -61,5 +61,5 @@
61
61
  "./src/builtins.js": "./src/builtins.browser.js"
62
62
  },
63
63
  "type": "commonjs",
64
- "gitHead": "78f404e6e9ff3f94f59a6e4e6ddc31a882b7bea5"
64
+ "gitHead": "7f5841c39df049f9546cccbeea2a7337e0337b45"
65
65
  }