@atlaspack/bundle-stats 2.13.2-dev.3689 → 2.14.1-canary.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +9 -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.13.2-dev.3689+7a2e6e783",
3
+ "version": "2.14.1-canary.10+3b66d6b4b",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -19,20 +19,20 @@
19
19
  "dev:prepare": "rimraf ./lib/ && mkdir -p lib && cp ./bin/dev-bin.js ./lib/bin.js"
20
20
  },
21
21
  "engines": {
22
- "atlaspack": "^2.13.2-dev.3689+7a2e6e783",
23
22
  "node": ">= 16.0.0"
24
23
  },
25
24
  "dependencies": {
26
- "@atlaspack/core": "2.13.2-dev.3689+7a2e6e783",
27
- "@atlaspack/query": "2.13.2-dev.3689+7a2e6e783",
28
- "@atlaspack/reporter-bundle-stats": "2.13.2-dev.3689+7a2e6e783",
29
- "@atlaspack/utils": "2.13.2-dev.3689+7a2e6e783",
25
+ "@atlaspack/core": "2.14.1-canary.10+3b66d6b4b",
26
+ "@atlaspack/query": "2.14.1-canary.10+3b66d6b4b",
27
+ "@atlaspack/reporter-bundle-stats": "2.14.1-canary.10+3b66d6b4b",
28
+ "@atlaspack/utils": "2.14.1-canary.10+3b66d6b4b",
30
29
  "commander": "^7.0.0"
31
30
  },
32
31
  "devDependencies": {
33
- "@atlaspack/babel-register": "2.13.1",
34
- "@atlaspack/types": "2.13.2-dev.3689+7a2e6e783",
32
+ "@atlaspack/babel-register": "2.14.0",
33
+ "@atlaspack/types": "2.14.1-canary.10+3b66d6b4b",
35
34
  "rimraf": "^5.0.5"
36
35
  },
37
- "gitHead": "7a2e6e7835fa846b27021b374097c6a4f37541ba"
36
+ "type": "commonjs",
37
+ "gitHead": "3b66d6b4bfd652ab3b41e86aacf3e47d39cd5a70"
38
38
  }