@atlaspack/core 2.16.2-canary.134 → 2.16.2-canary.136
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 +18 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaspack/core
|
|
2
2
|
|
|
3
|
+
## 2.19.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#707](https://github.com/atlassian-labs/atlaspack/pull/707) [`a0b959f`](https://github.com/atlassian-labs/atlaspack/commit/a0b959fbf61fc3f820ff03c7e8988945fe40a91a) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix content key not found exceptions when bundling is aborted after a unsafe to incrementally bundle asset graph request
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`daaa768`](https://github.com/atlassian-labs/atlaspack/commit/daaa7688786772d7e3713b71c5bba6b89ec704aa), [`1c7865a`](https://github.com/atlassian-labs/atlaspack/commit/1c7865a64451116d94015e248302435839d347c0), [`a0b959f`](https://github.com/atlassian-labs/atlaspack/commit/a0b959fbf61fc3f820ff03c7e8988945fe40a91a)]:
|
|
10
|
+
- @atlaspack/plugin@2.14.20
|
|
11
|
+
- @atlaspack/feature-flags@2.19.2
|
|
12
|
+
- @atlaspack/cache@3.2.15
|
|
13
|
+
- @atlaspack/fs@2.15.15
|
|
14
|
+
- @atlaspack/graph@3.5.9
|
|
15
|
+
- @atlaspack/utils@2.17.2
|
|
16
|
+
- @atlaspack/package-manager@2.14.20
|
|
17
|
+
- @atlaspack/profiler@2.14.17
|
|
18
|
+
- @atlaspack/types@2.15.10
|
|
19
|
+
- @atlaspack/workers@2.14.20
|
|
20
|
+
|
|
3
21
|
## 2.19.1
|
|
4
22
|
|
|
5
23
|
### Patch 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.136+d90b6d22d",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"check-ts": "tsc --noEmit index.d.ts"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atlaspack/build-cache": "2.13.3-canary.
|
|
25
|
-
"@atlaspack/cache": "3.1.1-canary.
|
|
26
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
27
|
-
"@atlaspack/events": "2.14.1-canary.
|
|
28
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
29
|
-
"@atlaspack/fs": "2.14.5-canary.
|
|
30
|
-
"@atlaspack/graph": "3.4.1-canary.
|
|
31
|
-
"@atlaspack/logger": "2.14.5-canary.
|
|
32
|
-
"@atlaspack/package-manager": "2.14.5-canary.
|
|
33
|
-
"@atlaspack/plugin": "2.14.5-canary.
|
|
34
|
-
"@atlaspack/profiler": "2.14.1-canary.
|
|
35
|
-
"@atlaspack/rust": "3.2.1-canary.
|
|
36
|
-
"@atlaspack/types": "2.14.5-canary.
|
|
37
|
-
"@atlaspack/utils": "2.14.5-canary.
|
|
38
|
-
"@atlaspack/workers": "2.14.5-canary.
|
|
24
|
+
"@atlaspack/build-cache": "2.13.3-canary.204+d90b6d22d",
|
|
25
|
+
"@atlaspack/cache": "3.1.1-canary.136+d90b6d22d",
|
|
26
|
+
"@atlaspack/diagnostic": "2.14.1-canary.204+d90b6d22d",
|
|
27
|
+
"@atlaspack/events": "2.14.1-canary.204+d90b6d22d",
|
|
28
|
+
"@atlaspack/feature-flags": "2.14.1-canary.204+d90b6d22d",
|
|
29
|
+
"@atlaspack/fs": "2.14.5-canary.136+d90b6d22d",
|
|
30
|
+
"@atlaspack/graph": "3.4.1-canary.204+d90b6d22d",
|
|
31
|
+
"@atlaspack/logger": "2.14.5-canary.136+d90b6d22d",
|
|
32
|
+
"@atlaspack/package-manager": "2.14.5-canary.136+d90b6d22d",
|
|
33
|
+
"@atlaspack/plugin": "2.14.5-canary.136+d90b6d22d",
|
|
34
|
+
"@atlaspack/profiler": "2.14.1-canary.204+d90b6d22d",
|
|
35
|
+
"@atlaspack/rust": "3.2.1-canary.136+d90b6d22d",
|
|
36
|
+
"@atlaspack/types": "2.14.5-canary.136+d90b6d22d",
|
|
37
|
+
"@atlaspack/utils": "2.14.5-canary.136+d90b6d22d",
|
|
38
|
+
"@atlaspack/workers": "2.14.5-canary.136+d90b6d22d",
|
|
39
39
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
40
40
|
"@parcel/source-map": "^2.1.1",
|
|
41
41
|
"base-x": "^3.0.8",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"./src/serializerCore.js": "./src/serializerCore.browser.js"
|
|
61
61
|
},
|
|
62
62
|
"type": "commonjs",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d90b6d22db4f44b6831c33933ddd31d4a77800a6"
|
|
64
64
|
}
|