@atlaspack/packager-js 2.16.3-typescript-8a6ec6c8b.0 → 2.17.1-unified-308e6415c.0
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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaspack/packager-js
|
|
2
2
|
|
|
3
|
+
## 2.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#659](https://github.com/atlassian-labs/atlaspack/pull/659) [`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529) Thanks [@benjervis](https://github.com/benjervis)! - Add the `asset-file-names-in-output` debug tool, which adds a comment to each asset inserted into a bundle that help identify it
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`e8a60ff`](https://github.com/atlassian-labs/atlaspack/commit/e8a60ffbea41caef265786bbf73349771760081c), [`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
|
|
12
|
+
- @atlaspack/feature-flags@2.18.4
|
|
13
|
+
- @atlaspack/utils@2.16.0
|
|
14
|
+
- @atlaspack/types@2.15.6
|
|
15
|
+
- @atlaspack/plugin@2.14.16
|
|
16
|
+
|
|
3
17
|
## 2.16.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/packager-js",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.1-unified-308e6415c.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"node": ">= 16.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@atlaspack/diagnostic": "2.14.2-
|
|
19
|
-
"@atlaspack/feature-flags": "2.18.
|
|
20
|
-
"@atlaspack/plugin": "2.14.
|
|
21
|
-
"@atlaspack/rust": "3.3.6-
|
|
22
|
-
"@atlaspack/types": "2.15.
|
|
23
|
-
"@atlaspack/utils": "2.
|
|
18
|
+
"@atlaspack/diagnostic": "2.14.2-unified-308e6415c.0",
|
|
19
|
+
"@atlaspack/feature-flags": "2.18.5-unified-308e6415c.0",
|
|
20
|
+
"@atlaspack/plugin": "2.14.17-unified-308e6415c.0",
|
|
21
|
+
"@atlaspack/rust": "3.3.6-unified-308e6415c.0",
|
|
22
|
+
"@atlaspack/types": "2.15.7-unified-308e6415c.0",
|
|
23
|
+
"@atlaspack/utils": "2.16.1-unified-308e6415c.0",
|
|
24
24
|
"@parcel/source-map": "^2.1.1",
|
|
25
25
|
"globals": "^13.2.0",
|
|
26
26
|
"nullthrows": "^1.1.1",
|
|
27
27
|
"outdent": "^0.8.0"
|
|
28
28
|
},
|
|
29
29
|
"type": "commonjs",
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "308e6415c9da9c8d08944fe7dabb27dc47de1cc4"
|
|
31
31
|
}
|