@atlaspack/config-default 3.1.23-typescript-bc4459c37.0 → 3.1.24-typescript-5ad950d33.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 +36 -0
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,41 @@
|
|
1
1
|
# @atlaspack/config-default
|
2
2
|
|
3
|
+
## 3.1.23
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`069de47`](https://github.com/atlassian-labs/atlaspack/commit/069de478e64fb5889f6f2ce023eb510782767fbd)]:
|
8
|
+
- @atlaspack/bundler-default@3.2.0
|
9
|
+
- @atlaspack/transformer-js@3.4.0
|
10
|
+
- @atlaspack/packager-js@2.19.0
|
11
|
+
- @atlaspack/runtime-js@2.16.0
|
12
|
+
- @atlaspack/packager-html@2.15.3
|
13
|
+
- @atlaspack/runtime-react-refresh@2.14.21
|
14
|
+
- @atlaspack/transformer-react-refresh-wrap@2.14.21
|
15
|
+
- @atlaspack/transformer-html@2.14.21
|
16
|
+
- @atlaspack/packager-svg@2.14.21
|
17
|
+
- @atlaspack/reporter-dev-server@2.14.21
|
18
|
+
- @atlaspack/optimizer-image@3.1.21
|
19
|
+
- @atlaspack/transformer-image@3.1.21
|
20
|
+
- @atlaspack/optimizer-css@2.14.21
|
21
|
+
- @atlaspack/optimizer-svgo@2.14.21
|
22
|
+
- @atlaspack/optimizer-swc@2.14.21
|
23
|
+
- @atlaspack/packager-css@2.14.21
|
24
|
+
- @atlaspack/runtime-browser-hmr@2.14.21
|
25
|
+
- @atlaspack/runtime-service-worker@2.14.21
|
26
|
+
- @atlaspack/transformer-css@2.14.21
|
27
|
+
- @atlaspack/transformer-postcss@2.14.21
|
28
|
+
- @atlaspack/transformer-posthtml@2.14.21
|
29
|
+
- @atlaspack/resolver-default@2.14.21
|
30
|
+
- @atlaspack/compressor-raw@2.13.23
|
31
|
+
- @atlaspack/namer-default@2.14.21
|
32
|
+
- @atlaspack/optimizer-htmlnano@2.14.21
|
33
|
+
- @atlaspack/packager-raw@2.14.21
|
34
|
+
- @atlaspack/packager-wasm@2.14.21
|
35
|
+
- @atlaspack/transformer-json@2.14.21
|
36
|
+
- @atlaspack/transformer-raw@2.14.21
|
37
|
+
- @atlaspack/transformer-svg@2.14.21
|
38
|
+
|
3
39
|
## 3.1.22
|
4
40
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/config-default",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.24-typescript-5ad950d33.0",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
5
|
"type": "commonjs",
|
6
6
|
"publishConfig": {
|
@@ -15,39 +15,39 @@
|
|
15
15
|
"test-ci": "mocha"
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"@atlaspack/bundler-default": "3.1
|
19
|
-
"@atlaspack/compressor-raw": "2.13.
|
20
|
-
"@atlaspack/namer-default": "2.14.
|
21
|
-
"@atlaspack/optimizer-css": "2.14.
|
22
|
-
"@atlaspack/optimizer-htmlnano": "2.14.
|
23
|
-
"@atlaspack/optimizer-image": "3.1.
|
24
|
-
"@atlaspack/optimizer-svgo": "2.14.
|
25
|
-
"@atlaspack/optimizer-swc": "2.14.
|
26
|
-
"@atlaspack/packager-css": "2.14.
|
27
|
-
"@atlaspack/packager-html": "2.15.
|
28
|
-
"@atlaspack/packager-js": "2.
|
29
|
-
"@atlaspack/packager-raw": "2.14.
|
30
|
-
"@atlaspack/packager-svg": "2.14.
|
31
|
-
"@atlaspack/packager-wasm": "2.14.
|
32
|
-
"@atlaspack/reporter-dev-server": "2.14.
|
33
|
-
"@atlaspack/resolver-default": "2.14.
|
34
|
-
"@atlaspack/runtime-browser-hmr": "2.14.
|
35
|
-
"@atlaspack/runtime-js": "2.
|
36
|
-
"@atlaspack/runtime-react-refresh": "2.14.
|
37
|
-
"@atlaspack/runtime-service-worker": "2.14.
|
38
|
-
"@atlaspack/transformer-css": "2.14.
|
39
|
-
"@atlaspack/transformer-html": "2.14.
|
40
|
-
"@atlaspack/transformer-image": "3.1.
|
41
|
-
"@atlaspack/transformer-js": "3.
|
42
|
-
"@atlaspack/transformer-json": "2.14.
|
43
|
-
"@atlaspack/transformer-postcss": "2.14.
|
44
|
-
"@atlaspack/transformer-posthtml": "2.14.
|
45
|
-
"@atlaspack/transformer-raw": "2.14.
|
46
|
-
"@atlaspack/transformer-react-refresh-wrap": "2.14.
|
47
|
-
"@atlaspack/transformer-svg": "2.14.
|
18
|
+
"@atlaspack/bundler-default": "3.2.1-typescript-5ad950d33.0",
|
19
|
+
"@atlaspack/compressor-raw": "2.13.24-typescript-5ad950d33.0",
|
20
|
+
"@atlaspack/namer-default": "2.14.22-typescript-5ad950d33.0",
|
21
|
+
"@atlaspack/optimizer-css": "2.14.22-typescript-5ad950d33.0",
|
22
|
+
"@atlaspack/optimizer-htmlnano": "2.14.22-typescript-5ad950d33.0",
|
23
|
+
"@atlaspack/optimizer-image": "3.1.22-typescript-5ad950d33.0",
|
24
|
+
"@atlaspack/optimizer-svgo": "2.14.22-typescript-5ad950d33.0",
|
25
|
+
"@atlaspack/optimizer-swc": "2.14.22-typescript-5ad950d33.0",
|
26
|
+
"@atlaspack/packager-css": "2.14.22-typescript-5ad950d33.0",
|
27
|
+
"@atlaspack/packager-html": "2.15.4-typescript-5ad950d33.0",
|
28
|
+
"@atlaspack/packager-js": "2.19.1-typescript-5ad950d33.0",
|
29
|
+
"@atlaspack/packager-raw": "2.14.22-typescript-5ad950d33.0",
|
30
|
+
"@atlaspack/packager-svg": "2.14.22-typescript-5ad950d33.0",
|
31
|
+
"@atlaspack/packager-wasm": "2.14.22-typescript-5ad950d33.0",
|
32
|
+
"@atlaspack/reporter-dev-server": "2.14.22-typescript-5ad950d33.0",
|
33
|
+
"@atlaspack/resolver-default": "2.14.22-typescript-5ad950d33.0",
|
34
|
+
"@atlaspack/runtime-browser-hmr": "2.14.22-typescript-5ad950d33.0",
|
35
|
+
"@atlaspack/runtime-js": "2.16.1-typescript-5ad950d33.0",
|
36
|
+
"@atlaspack/runtime-react-refresh": "2.14.22-typescript-5ad950d33.0",
|
37
|
+
"@atlaspack/runtime-service-worker": "2.14.22-typescript-5ad950d33.0",
|
38
|
+
"@atlaspack/transformer-css": "2.14.22-typescript-5ad950d33.0",
|
39
|
+
"@atlaspack/transformer-html": "2.14.22-typescript-5ad950d33.0",
|
40
|
+
"@atlaspack/transformer-image": "3.1.22-typescript-5ad950d33.0",
|
41
|
+
"@atlaspack/transformer-js": "3.4.1-typescript-5ad950d33.0",
|
42
|
+
"@atlaspack/transformer-json": "2.14.22-typescript-5ad950d33.0",
|
43
|
+
"@atlaspack/transformer-postcss": "2.14.22-typescript-5ad950d33.0",
|
44
|
+
"@atlaspack/transformer-posthtml": "2.14.22-typescript-5ad950d33.0",
|
45
|
+
"@atlaspack/transformer-raw": "2.14.22-typescript-5ad950d33.0",
|
46
|
+
"@atlaspack/transformer-react-refresh-wrap": "2.14.22-typescript-5ad950d33.0",
|
47
|
+
"@atlaspack/transformer-svg": "2.14.22-typescript-5ad950d33.0"
|
48
48
|
},
|
49
49
|
"peerDependencies": {
|
50
50
|
"@atlaspack/core": "^2.13.1"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "5ad950d33a5f2255ebeb10c04a2e84c346e2de85"
|
53
53
|
}
|