@atlaspack/bundle-stats 2.14.5-canary.126 → 2.14.5-canary.128
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 +12 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @atlaspack/bundle-stats
|
2
2
|
|
3
|
+
## 2.14.19
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#645](https://github.com/atlassian-labs/atlaspack/pull/645) [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3) Thanks [@alshdavid](https://github.com/alshdavid)! - Updated build system and added some extra test-specific code
|
8
|
+
|
9
|
+
- Updated dependencies [[`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d), [`c4415a4`](https://github.com/atlassian-labs/atlaspack/commit/c4415a455543d984ca28452c2cb87a794d22497c), [`f0f7c71`](https://github.com/atlassian-labs/atlaspack/commit/f0f7c7168a1d3d18c6f30d2daed611275692b7c5), [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3), [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417), [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56), [`3ba1aee`](https://github.com/atlassian-labs/atlaspack/commit/3ba1aee6a794a26b2f0255aaf6d003981532d0ae)]:
|
10
|
+
- @atlaspack/utils@2.17.0
|
11
|
+
- @atlaspack/core@2.19.0
|
12
|
+
- @atlaspack/reporter-bundle-stats@2.14.19
|
13
|
+
- @atlaspack/query@2.14.19
|
14
|
+
|
3
15
|
## 2.14.18
|
4
16
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/bundle-stats",
|
3
|
-
"version": "2.14.5-canary.
|
3
|
+
"version": "2.14.5-canary.128+8847dd115",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -22,17 +22,17 @@
|
|
22
22
|
"node": ">= 16.0.0"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@atlaspack/core": "2.16.2-canary.
|
26
|
-
"@atlaspack/query": "2.14.5-canary.
|
27
|
-
"@atlaspack/reporter-bundle-stats": "2.14.5-canary.
|
28
|
-
"@atlaspack/utils": "2.14.5-canary.
|
25
|
+
"@atlaspack/core": "2.16.2-canary.128+8847dd115",
|
26
|
+
"@atlaspack/query": "2.14.5-canary.128+8847dd115",
|
27
|
+
"@atlaspack/reporter-bundle-stats": "2.14.5-canary.128+8847dd115",
|
28
|
+
"@atlaspack/utils": "2.14.5-canary.128+8847dd115",
|
29
29
|
"commander": "^7.0.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@atlaspack/babel-register": "2.14.1",
|
33
|
-
"@atlaspack/types": "2.14.5-canary.
|
33
|
+
"@atlaspack/types": "2.14.5-canary.128+8847dd115",
|
34
34
|
"rimraf": "^5.0.5"
|
35
35
|
},
|
36
36
|
"type": "commonjs",
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "8847dd1150b7d2f43211067ba88002c1d34181e3"
|
38
38
|
}
|