@atlaspack/resolver-tesseract 2.15.6-canary.3994 → 2.15.7-canary.3995

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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.15.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#807](https://github.com/atlassian-labs/atlaspack/pull/807) [`9c9ecf8`](https://github.com/atlassian-labs/atlaspack/commit/9c9ecf87299b1d66388ec59c2bfc11a19362cd7d) Thanks [@vykimnguyen](https://github.com/vykimnguyen)! - additional ignore modules for resolver via env variable
8
+
9
+ - Updated dependencies []:
10
+ - @atlaspack/node-resolver-core@3.7.4
11
+ - @atlaspack/types-internal@2.20.3
12
+ - @atlaspack/plugin@2.14.33
13
+
3
14
  ## 2.15.5
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/resolver-tesseract",
3
- "version": "2.15.6-canary.3994+e27dd6426",
3
+ "version": "2.15.7-canary.3995+68c699340",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,13 +16,13 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/node-resolver-core": "3.5.5-canary.215+e27dd6426",
20
- "@atlaspack/plugin": "2.14.5-canary.215+e27dd6426",
21
- "@atlaspack/types-internal": "2.14.1-canary.283+e27dd6426"
19
+ "@atlaspack/node-resolver-core": "3.5.5-canary.216+68c699340",
20
+ "@atlaspack/plugin": "2.14.5-canary.216+68c699340",
21
+ "@atlaspack/types-internal": "2.14.1-canary.284+68c699340"
22
22
  },
23
23
  "type": "commonjs",
24
24
  "scripts": {
25
25
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
26
26
  },
27
- "gitHead": "e27dd64267fbf38cfc75383a3b407fa40de96e94"
27
+ "gitHead": "68c699340bfd791a5be5587bc9e04424bb5a02f2"
28
28
  }