@atlaspack/bundler-experimental 2.13.7-canary.51 → 2.13.7-canary.52
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 +14 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @atlaspack/bundler-experimental
|
2
2
|
|
3
|
+
## 2.13.11
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`1940859`](https://github.com/atlassian-labs/atlaspack/commit/194085942f0e86532e9d039fc3f8039badce4594), [`15b6155`](https://github.com/atlassian-labs/atlaspack/commit/15b61556e9114203ebbc9de94b864118ca764598), [`124b7ff`](https://github.com/atlassian-labs/atlaspack/commit/124b7fff44f71aac9fbad289a9a9509b3dfc9aaa), [`e052521`](https://github.com/atlassian-labs/atlaspack/commit/e0525210850ed1606146eb86991049cf567c5dec), [`15c6d70`](https://github.com/atlassian-labs/atlaspack/commit/15c6d7000bd89da876bc590aa75b17a619a41896), [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6), [`209692f`](https://github.com/atlassian-labs/atlaspack/commit/209692ffb11eae103a0d65c5e1118a5aa1625818), [`42a775d`](https://github.com/atlassian-labs/atlaspack/commit/42a775de8eec638ad188f3271964170d8c04d84b), [`29c2f10`](https://github.com/atlassian-labs/atlaspack/commit/29c2f106de9679adfb5afa04e1910471dc65a427), [`d04de26`](https://github.com/atlassian-labs/atlaspack/commit/d04de26af684d7abfba5091fbe3df16a12cd0ebc), [`f4da1e1`](https://github.com/atlassian-labs/atlaspack/commit/f4da1e120e73eeb5e8b8927f05e88f04d6148c7b), [`1ef91fc`](https://github.com/atlassian-labs/atlaspack/commit/1ef91fcc863fdd2831511937083dbbc1263b3d9d)]:
|
8
|
+
- @atlaspack/core@2.17.4
|
9
|
+
- @atlaspack/rust@3.3.4
|
10
|
+
- @atlaspack/feature-flags@2.16.0
|
11
|
+
- @atlaspack/logger@2.14.9
|
12
|
+
- @atlaspack/utils@2.14.9
|
13
|
+
- @atlaspack/graph@3.4.7
|
14
|
+
- @atlaspack/types@2.14.9
|
15
|
+
- @atlaspack/plugin@2.14.9
|
16
|
+
|
3
17
|
## 2.13.10
|
4
18
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/bundler-experimental",
|
3
|
-
"version": "2.13.7-canary.
|
3
|
+
"version": "2.13.7-canary.52+0470a7712",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
5
|
"type": "commonjs",
|
6
6
|
"publishConfig": {
|
@@ -16,19 +16,19 @@
|
|
16
16
|
"node": ">= 16.0.0"
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"@atlaspack/core": "2.16.2-canary.
|
20
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
21
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
22
|
-
"@atlaspack/graph": "3.4.1-canary.
|
23
|
-
"@atlaspack/logger": "2.14.5-canary.
|
24
|
-
"@atlaspack/plugin": "2.14.5-canary.
|
25
|
-
"@atlaspack/rust": "3.2.1-canary.
|
26
|
-
"@atlaspack/types": "2.14.5-canary.
|
27
|
-
"@atlaspack/utils": "2.14.5-canary.
|
19
|
+
"@atlaspack/core": "2.16.2-canary.52+0470a7712",
|
20
|
+
"@atlaspack/diagnostic": "2.14.1-canary.120+0470a7712",
|
21
|
+
"@atlaspack/feature-flags": "2.14.1-canary.120+0470a7712",
|
22
|
+
"@atlaspack/graph": "3.4.1-canary.120+0470a7712",
|
23
|
+
"@atlaspack/logger": "2.14.5-canary.52+0470a7712",
|
24
|
+
"@atlaspack/plugin": "2.14.5-canary.52+0470a7712",
|
25
|
+
"@atlaspack/rust": "3.2.1-canary.52+0470a7712",
|
26
|
+
"@atlaspack/types": "2.14.5-canary.52+0470a7712",
|
27
|
+
"@atlaspack/utils": "2.14.5-canary.52+0470a7712",
|
28
28
|
"nullthrows": "^1.1.1"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@atlaspack/fs": "2.14.5-canary.
|
31
|
+
"@atlaspack/fs": "2.14.5-canary.52+0470a7712"
|
32
32
|
},
|
33
|
-
"gitHead": "
|
33
|
+
"gitHead": "0470a7712ba36afa7434a9fe5baec025cb6a35ad"
|
34
34
|
}
|