@atlaspack/resolver-tesseract 2.15.22-canary.4139 → 2.15.23-canary.4140
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.
- package/CHANGELOG.md +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.15.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#962](https://github.com/atlassian-labs/atlaspack/pull/962) [`e15fb6c`](https://github.com/atlassian-labs/atlaspack/commit/e15fb6c885c6354c6c02283de35ce18abc8c9e18) Thanks [@vykimnguyen](https://github.com/vykimnguyen)! - adds flag to remove server file check in tesseract resolver
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f33f9c4`](https://github.com/atlassian-labs/atlaspack/commit/f33f9c48dd24b319df352d197e4a83cbb1b053bc), [`e15fb6c`](https://github.com/atlassian-labs/atlaspack/commit/e15fb6c885c6354c6c02283de35ce18abc8c9e18)]:
|
|
10
|
+
- @atlaspack/feature-flags@2.27.7
|
|
11
|
+
- @atlaspack/node-resolver-core@3.7.20
|
|
12
|
+
- @atlaspack/types-internal@2.22.6
|
|
13
|
+
- @atlaspack/plugin@2.14.49
|
|
14
|
+
|
|
3
15
|
## 2.15.21
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/resolver-tesseract",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.23-canary.4140+405bbaf61",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"node": ">= 16.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
20
|
-
"@atlaspack/node-resolver-core": "3.5.5-canary.
|
|
21
|
-
"@atlaspack/plugin": "2.14.5-canary.
|
|
22
|
-
"@atlaspack/types-internal": "2.14.1-canary.
|
|
19
|
+
"@atlaspack/feature-flags": "2.14.1-canary.429+405bbaf61",
|
|
20
|
+
"@atlaspack/node-resolver-core": "3.5.5-canary.361+405bbaf61",
|
|
21
|
+
"@atlaspack/plugin": "2.14.5-canary.361+405bbaf61",
|
|
22
|
+
"@atlaspack/types-internal": "2.14.1-canary.429+405bbaf61"
|
|
23
23
|
},
|
|
24
24
|
"type": "commonjs",
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "405bbaf619f634cf9e58cc618d9a911f7db2998d"
|
|
29
29
|
}
|