@atlaspack/bundler-experimental 2.13.10 → 2.13.12
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 +26 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1
1
|
# @atlaspack/bundler-experimental
|
2
2
|
|
3
|
+
## 2.13.12
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b), [`1e32d4e`](https://github.com/atlassian-labs/atlaspack/commit/1e32d4eae6b3af3968e8a0ef97d35b4347fd4196), [`0b2f6f5`](https://github.com/atlassian-labs/atlaspack/commit/0b2f6f55794d3ff6e2f5a41f963e7e5dd8ad9f8d), [`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
|
8
|
+
- @atlaspack/types@2.15.0
|
9
|
+
- @atlaspack/core@2.18.0
|
10
|
+
- @atlaspack/rust@3.3.5
|
11
|
+
- @atlaspack/plugin@2.14.10
|
12
|
+
- @atlaspack/logger@2.14.10
|
13
|
+
- @atlaspack/utils@2.14.10
|
14
|
+
|
15
|
+
## 2.13.11
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- 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)]:
|
20
|
+
- @atlaspack/core@2.17.4
|
21
|
+
- @atlaspack/rust@3.3.4
|
22
|
+
- @atlaspack/feature-flags@2.16.0
|
23
|
+
- @atlaspack/logger@2.14.9
|
24
|
+
- @atlaspack/utils@2.14.9
|
25
|
+
- @atlaspack/graph@3.4.7
|
26
|
+
- @atlaspack/types@2.14.9
|
27
|
+
- @atlaspack/plugin@2.14.9
|
28
|
+
|
3
29
|
## 2.13.10
|
4
30
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/bundler-experimental",
|
3
|
-
"version": "2.13.
|
3
|
+
"version": "2.13.12",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
5
|
"type": "commonjs",
|
6
6
|
"publishConfig": {
|
@@ -16,18 +16,18 @@
|
|
16
16
|
"node": ">= 16.0.0"
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"@atlaspack/core": "2.
|
19
|
+
"@atlaspack/core": "2.18.0",
|
20
20
|
"@atlaspack/diagnostic": "2.14.1",
|
21
|
-
"@atlaspack/feature-flags": "2.
|
22
|
-
"@atlaspack/graph": "3.4.
|
23
|
-
"@atlaspack/logger": "2.14.
|
24
|
-
"@atlaspack/plugin": "2.14.
|
25
|
-
"@atlaspack/rust": "3.3.
|
26
|
-
"@atlaspack/types": "2.
|
27
|
-
"@atlaspack/utils": "2.14.
|
21
|
+
"@atlaspack/feature-flags": "2.16.0",
|
22
|
+
"@atlaspack/graph": "3.4.7",
|
23
|
+
"@atlaspack/logger": "2.14.10",
|
24
|
+
"@atlaspack/plugin": "2.14.10",
|
25
|
+
"@atlaspack/rust": "3.3.5",
|
26
|
+
"@atlaspack/types": "2.15.0",
|
27
|
+
"@atlaspack/utils": "2.14.10",
|
28
28
|
"nullthrows": "^1.1.1"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@atlaspack/fs": "2.15.
|
31
|
+
"@atlaspack/fs": "2.15.5"
|
32
32
|
}
|
33
33
|
}
|