@atlaspack/core 2.16.2-canary.156 → 2.16.2-canary.157
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 +22 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaspack/core
|
|
2
2
|
|
|
3
|
+
## 2.23.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#732](https://github.com/atlassian-labs/atlaspack/pull/732) [`7f5841c`](https://github.com/atlassian-labs/atlaspack/commit/7f5841c39df049f9546cccbeea2a7337e0337b45) Thanks [@vykimnguyen](https://github.com/vykimnguyen)! - add tesseract context
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`ad26146`](https://github.com/atlassian-labs/atlaspack/commit/ad26146f13b4c1cc65d4a0f9c67060b90ef14ff3), [`f1b48e7`](https://github.com/atlassian-labs/atlaspack/commit/f1b48e7a04e005cef0f36a3e692087a9ecdb6f7a), [`7f5841c`](https://github.com/atlassian-labs/atlaspack/commit/7f5841c39df049f9546cccbeea2a7337e0337b45), [`73dd7ba`](https://github.com/atlassian-labs/atlaspack/commit/73dd7baab69456ef2f6e4a0cc7dbb04f407eb148)]:
|
|
12
|
+
- @atlaspack/rust@3.6.0
|
|
13
|
+
- @atlaspack/feature-flags@2.22.0
|
|
14
|
+
- @atlaspack/cache@3.2.19
|
|
15
|
+
- @atlaspack/fs@2.15.19
|
|
16
|
+
- @atlaspack/logger@2.14.16
|
|
17
|
+
- @atlaspack/utils@2.18.1
|
|
18
|
+
- @atlaspack/package-manager@2.14.24
|
|
19
|
+
- @atlaspack/graph@3.5.13
|
|
20
|
+
- @atlaspack/plugin@2.14.24
|
|
21
|
+
- @atlaspack/profiler@2.14.21
|
|
22
|
+
- @atlaspack/types@2.15.14
|
|
23
|
+
- @atlaspack/workers@2.14.24
|
|
24
|
+
|
|
3
25
|
## 2.22.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/core",
|
|
3
|
-
"version": "2.16.2-canary.
|
|
3
|
+
"version": "2.16.2-canary.157+15a002dd2",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@atlaspack/build-cache": "2.13.3-canary.
|
|
27
|
-
"@atlaspack/cache": "3.1.1-canary.
|
|
28
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
29
|
-
"@atlaspack/events": "2.14.1-canary.
|
|
30
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
31
|
-
"@atlaspack/fs": "2.14.5-canary.
|
|
32
|
-
"@atlaspack/graph": "3.4.1-canary.
|
|
33
|
-
"@atlaspack/logger": "2.14.5-canary.
|
|
34
|
-
"@atlaspack/package-manager": "2.14.5-canary.
|
|
35
|
-
"@atlaspack/plugin": "2.14.5-canary.
|
|
36
|
-
"@atlaspack/profiler": "2.14.1-canary.
|
|
37
|
-
"@atlaspack/rust": "3.2.1-canary.
|
|
38
|
-
"@atlaspack/types": "2.14.5-canary.
|
|
39
|
-
"@atlaspack/utils": "2.14.5-canary.
|
|
40
|
-
"@atlaspack/workers": "2.14.5-canary.
|
|
26
|
+
"@atlaspack/build-cache": "2.13.3-canary.225+15a002dd2",
|
|
27
|
+
"@atlaspack/cache": "3.1.1-canary.157+15a002dd2",
|
|
28
|
+
"@atlaspack/diagnostic": "2.14.1-canary.225+15a002dd2",
|
|
29
|
+
"@atlaspack/events": "2.14.1-canary.225+15a002dd2",
|
|
30
|
+
"@atlaspack/feature-flags": "2.14.1-canary.225+15a002dd2",
|
|
31
|
+
"@atlaspack/fs": "2.14.5-canary.157+15a002dd2",
|
|
32
|
+
"@atlaspack/graph": "3.4.1-canary.225+15a002dd2",
|
|
33
|
+
"@atlaspack/logger": "2.14.5-canary.157+15a002dd2",
|
|
34
|
+
"@atlaspack/package-manager": "2.14.5-canary.157+15a002dd2",
|
|
35
|
+
"@atlaspack/plugin": "2.14.5-canary.157+15a002dd2",
|
|
36
|
+
"@atlaspack/profiler": "2.14.1-canary.225+15a002dd2",
|
|
37
|
+
"@atlaspack/rust": "3.2.1-canary.157+15a002dd2",
|
|
38
|
+
"@atlaspack/types": "2.14.5-canary.157+15a002dd2",
|
|
39
|
+
"@atlaspack/utils": "2.14.5-canary.157+15a002dd2",
|
|
40
|
+
"@atlaspack/workers": "2.14.5-canary.157+15a002dd2",
|
|
41
41
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
42
42
|
"@parcel/source-map": "^2.1.1",
|
|
43
43
|
"base-x": "^3.0.8",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"./src/serializerCore.js": "./src/serializerCore.browser.js"
|
|
63
63
|
},
|
|
64
64
|
"type": "commonjs",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "15a002dd20ce80711376e69044fb87b944084ac7"
|
|
66
66
|
}
|