@atlaspack/bundle-stats 2.13.2-dev.3689 → 2.14.1-canary.3710
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 +16 -0
- package/package.json +10 -9
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @atlaspack/bundle-stats
|
2
2
|
|
3
|
+
## 2.14.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#339](https://github.com/atlassian-labs/atlaspack/pull/339) [`bfe81e5`](https://github.com/atlassian-labs/atlaspack/commit/bfe81e551c4e4bb2cac7fc4745222e66962c1728) Thanks [@yamadapc](https://github.com/yamadapc)! - Update cache invalidation metrics with build type
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- [#414](https://github.com/atlassian-labs/atlaspack/pull/414) [`eff9809`](https://github.com/atlassian-labs/atlaspack/commit/eff98093703b9999a511b87a19562f5aaccfcb53) Thanks [@alshdavid](https://github.com/alshdavid)! - Added type:commonjs to package.json files
|
12
|
+
|
13
|
+
- Updated dependencies [[`bfe81e5`](https://github.com/atlassian-labs/atlaspack/commit/bfe81e551c4e4bb2cac7fc4745222e66962c1728), [`cd964ee`](https://github.com/atlassian-labs/atlaspack/commit/cd964eed5a330ae63733656ded691d1ea3afe4e3), [`1953d1b`](https://github.com/atlassian-labs/atlaspack/commit/1953d1bec266a39dc4bfce5f6c7959e77e63411e), [`1de1c81`](https://github.com/atlassian-labs/atlaspack/commit/1de1c8138fbe4d38a64aa1f3c22a70aad59fb5bb), [`8386ca4`](https://github.com/atlassian-labs/atlaspack/commit/8386ca4dc318688fbed1af3bbebf2af3e7d24552), [`726b0b0`](https://github.com/atlassian-labs/atlaspack/commit/726b0b02f4ba47426dd38d809036517477b8b1cd), [`7e21377`](https://github.com/atlassian-labs/atlaspack/commit/7e21377914e8091d484f67cb11052a1efd2227e3), [`be88bd9`](https://github.com/atlassian-labs/atlaspack/commit/be88bd9fc4cbc1c579685bf2e5d834b4136a6c7c), [`4837b69`](https://github.com/atlassian-labs/atlaspack/commit/4837b6988e56ca842a24797b796160964d3696ce), [`43113f8`](https://github.com/atlassian-labs/atlaspack/commit/43113f8f00232c5a52169a3f11f846d6e4d94b0a), [`3650f7c`](https://github.com/atlassian-labs/atlaspack/commit/3650f7c9ab803b5ae20b223e82b2268a1b614e43), [`eff9809`](https://github.com/atlassian-labs/atlaspack/commit/eff98093703b9999a511b87a19562f5aaccfcb53), [`a4990f6`](https://github.com/atlassian-labs/atlaspack/commit/a4990f6f32045b95d0e6da97f692269a38e13533), [`c2ef915`](https://github.com/atlassian-labs/atlaspack/commit/c2ef915dc54784ce4b8180025ac1b2e13b375002), [`4812d0f`](https://github.com/atlassian-labs/atlaspack/commit/4812d0f7400af0f8416f1b7175ecb87700860a68), [`1b1ef6e`](https://github.com/atlassian-labs/atlaspack/commit/1b1ef6e64fdfcf1c1c744e90e8c6568b0fd0e072), [`cc66aaa`](https://github.com/atlassian-labs/atlaspack/commit/cc66aaa66d67dd0cb89e083f387a278e74aad3f0), [`a1e3c87`](https://github.com/atlassian-labs/atlaspack/commit/a1e3c87f25c8d108807fb8ea0e91e8effb2c71a7)]:
|
14
|
+
- @atlaspack/core@2.14.0
|
15
|
+
- @atlaspack/utils@2.14.0
|
16
|
+
- @atlaspack/query@2.14.0
|
17
|
+
- @atlaspack/reporter-bundle-stats@2.14.0
|
18
|
+
|
3
19
|
## 2.13.1
|
4
20
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/bundle-stats",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.14.1-canary.3710+d874396ab",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -19,20 +19,21 @@
|
|
19
19
|
"dev:prepare": "rimraf ./lib/ && mkdir -p lib && cp ./bin/dev-bin.js ./lib/bin.js"
|
20
20
|
},
|
21
21
|
"engines": {
|
22
|
-
"atlaspack": "
|
22
|
+
"atlaspack": "2.14.1-canary.3710+d874396ab",
|
23
23
|
"node": ">= 16.0.0"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@atlaspack/core": "2.
|
27
|
-
"@atlaspack/query": "2.
|
28
|
-
"@atlaspack/reporter-bundle-stats": "2.
|
29
|
-
"@atlaspack/utils": "2.
|
26
|
+
"@atlaspack/core": "2.14.1-canary.3710+d874396ab",
|
27
|
+
"@atlaspack/query": "2.14.1-canary.3710+d874396ab",
|
28
|
+
"@atlaspack/reporter-bundle-stats": "2.14.1-canary.3710+d874396ab",
|
29
|
+
"@atlaspack/utils": "2.14.1-canary.3710+d874396ab",
|
30
30
|
"commander": "^7.0.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@atlaspack/babel-register": "2.
|
34
|
-
"@atlaspack/types": "2.
|
33
|
+
"@atlaspack/babel-register": "2.14.0",
|
34
|
+
"@atlaspack/types": "2.14.1-canary.3710+d874396ab",
|
35
35
|
"rimraf": "^5.0.5"
|
36
36
|
},
|
37
|
-
"
|
37
|
+
"type": "commonjs",
|
38
|
+
"gitHead": "d874396ab648d0d5505d66c7eb73e1748f1eaf68"
|
38
39
|
}
|