@atlaspack/core 2.31.2-dev-swc44-53cdb819f.0 → 2.31.2
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 +20 -0
- package/package.json +21 -22
- package/tsconfig.tsbuildinfo +1 -1
- package/LICENSE +0 -201
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaspack/core
|
|
2
2
|
|
|
3
|
+
## 2.31.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`47aa84e`](https://github.com/atlassian-labs/atlaspack/commit/47aa84e44c61066072a5bf3d57678565b9d2c5a3), [`564fb4f`](https://github.com/atlassian-labs/atlaspack/commit/564fb4fecc2a20bdeb951863a8fac29b618d91b7), [`9df722c`](https://github.com/atlassian-labs/atlaspack/commit/9df722c38b225054883693ba9731344f701767a7), [`c31090c`](https://github.com/atlassian-labs/atlaspack/commit/c31090c9025f35d3fa8561b42dca170853a32e6f), [`565bab3`](https://github.com/atlassian-labs/atlaspack/commit/565bab3771cc334659d873cabff4cdfac0860cc7), [`34b01ec`](https://github.com/atlassian-labs/atlaspack/commit/34b01ec03e2264bd617be000465821e1ed11eae5), [`6e5fec1`](https://github.com/atlassian-labs/atlaspack/commit/6e5fec1406c53257be7e7fbe06c028beda70fcf1), [`e4e5522`](https://github.com/atlassian-labs/atlaspack/commit/e4e55222422d8c73653d3ea09f1a0d13946345b9)]:
|
|
8
|
+
- @atlaspack/utils@3.3.0
|
|
9
|
+
- @atlaspack/rust@3.18.0
|
|
10
|
+
- @atlaspack/feature-flags@2.27.6
|
|
11
|
+
- @atlaspack/build-cache@2.13.7
|
|
12
|
+
- @atlaspack/cache@3.2.43
|
|
13
|
+
- @atlaspack/package-manager@2.14.48
|
|
14
|
+
- @atlaspack/profiler@2.15.9
|
|
15
|
+
- @atlaspack/workers@2.14.48
|
|
16
|
+
- @atlaspack/fs@2.15.43
|
|
17
|
+
- @atlaspack/logger@2.14.40
|
|
18
|
+
- @atlaspack/source-map@3.2.3
|
|
19
|
+
- @atlaspack/graph@3.6.10
|
|
20
|
+
- @atlaspack/types@2.15.38
|
|
21
|
+
- @atlaspack/plugin@2.14.48
|
|
22
|
+
|
|
3
23
|
## 2.31.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/core",
|
|
3
|
-
"version": "2.31.2
|
|
3
|
+
"version": "2.31.2",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@atlaspack/build-cache": "2.13.7-dev-swc44-53cdb819f.0",
|
|
26
|
-
"@atlaspack/cache": "3.2.43-dev-swc44-53cdb819f.0",
|
|
27
|
-
"@atlaspack/diagnostic": "2.14.5-dev-swc44-53cdb819f.0",
|
|
28
|
-
"@atlaspack/events": "2.14.5-dev-swc44-53cdb819f.0",
|
|
29
|
-
"@atlaspack/feature-flags": "2.27.6-dev-swc44-53cdb819f.0",
|
|
30
|
-
"@atlaspack/fs": "2.15.43-dev-swc44-53cdb819f.0",
|
|
31
|
-
"@atlaspack/graph": "3.6.10-dev-swc44-53cdb819f.0",
|
|
32
|
-
"@atlaspack/logger": "2.14.40-dev-swc44-53cdb819f.0",
|
|
33
|
-
"@atlaspack/package-manager": "2.14.48-dev-swc44-53cdb819f.0",
|
|
34
|
-
"@atlaspack/plugin": "2.14.48-dev-swc44-53cdb819f.0",
|
|
35
|
-
"@atlaspack/profiler": "2.15.9-dev-swc44-53cdb819f.0",
|
|
36
|
-
"@atlaspack/rust": "3.17.1-dev-swc44-53cdb819f.0",
|
|
37
|
-
"@atlaspack/source-map": "3.2.3-dev-swc44-53cdb819f.0",
|
|
38
|
-
"@atlaspack/types": "2.15.38-dev-swc44-53cdb819f.0",
|
|
39
|
-
"@atlaspack/utils": "3.2.9-dev-swc44-53cdb819f.0",
|
|
40
|
-
"@atlaspack/workers": "2.14.48-dev-swc44-53cdb819f.0",
|
|
41
25
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
26
|
+
"@atlaspack/build-cache": "2.13.7",
|
|
27
|
+
"@atlaspack/cache": "3.2.43",
|
|
28
|
+
"@atlaspack/diagnostic": "2.14.4",
|
|
29
|
+
"@atlaspack/events": "2.14.4",
|
|
30
|
+
"@atlaspack/feature-flags": "2.27.6",
|
|
31
|
+
"@atlaspack/fs": "2.15.43",
|
|
32
|
+
"@atlaspack/graph": "3.6.10",
|
|
33
|
+
"@atlaspack/logger": "2.14.40",
|
|
34
|
+
"@atlaspack/package-manager": "2.14.48",
|
|
35
|
+
"@atlaspack/plugin": "2.14.48",
|
|
36
|
+
"@atlaspack/profiler": "2.15.9",
|
|
37
|
+
"@atlaspack/rust": "3.18.0",
|
|
38
|
+
"@atlaspack/types": "2.15.38",
|
|
39
|
+
"@atlaspack/utils": "3.3.0",
|
|
40
|
+
"@atlaspack/workers": "2.14.48",
|
|
41
|
+
"@atlaspack/source-map": "3.2.3",
|
|
42
42
|
"base-x": "^3.0.8",
|
|
43
43
|
"browserslist": "^4.6.6",
|
|
44
44
|
"clone": "^2.1.1",
|
|
@@ -50,16 +50,15 @@
|
|
|
50
50
|
"semver": "^7.5.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@atlaspack/babel-register": "2.14.
|
|
53
|
+
"@atlaspack/babel-register": "2.14.4",
|
|
54
54
|
"@types/node": ">= 18",
|
|
55
|
-
"graphviz": "^0.0.9",
|
|
56
|
-
"jest-diff": "*",
|
|
57
55
|
"rfdc": "1",
|
|
56
|
+
"jest-diff": "*",
|
|
57
|
+
"graphviz": "^0.0.9",
|
|
58
58
|
"tempy": "^0.2.1"
|
|
59
59
|
},
|
|
60
60
|
"browser": {
|
|
61
61
|
"./src/serializerCore.js": "./src/serializerCore.browser.js"
|
|
62
62
|
},
|
|
63
|
-
"type": "commonjs"
|
|
64
|
-
"gitHead": "53cdb819f1739c63fb7dc9769cdd64352c097f9a"
|
|
63
|
+
"type": "commonjs"
|
|
65
64
|
}
|