@atlaspack/core 2.30.1-dev-40d0e250f.0 → 2.30.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 +35 -0
- package/package.json +21 -22
- package/tsconfig.tsbuildinfo +1 -1
- package/LICENSE +0 -201
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @atlaspack/core
|
|
2
2
|
|
|
3
|
+
## 2.30.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`793e78c`](https://github.com/atlassian-labs/atlaspack/commit/793e78c68eed25032e686f70cd77ea3601409b35)]:
|
|
8
|
+
- @atlaspack/feature-flags@2.27.4
|
|
9
|
+
- @atlaspack/cache@3.2.40
|
|
10
|
+
- @atlaspack/fs@2.15.40
|
|
11
|
+
- @atlaspack/graph@3.6.7
|
|
12
|
+
- @atlaspack/utils@3.2.6
|
|
13
|
+
- @atlaspack/package-manager@2.14.45
|
|
14
|
+
- @atlaspack/logger@2.14.37
|
|
15
|
+
- @atlaspack/plugin@2.14.45
|
|
16
|
+
- @atlaspack/profiler@2.15.6
|
|
17
|
+
- @atlaspack/types@2.15.35
|
|
18
|
+
- @atlaspack/workers@2.14.45
|
|
19
|
+
|
|
20
|
+
## 2.30.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`362a85d`](https://github.com/atlassian-labs/atlaspack/commit/362a85deb9722f769eeb5099bae915f8b858a126), [`c81b368`](https://github.com/atlassian-labs/atlaspack/commit/c81b368db20af701d9e019a11272b138f9cfe080)]:
|
|
25
|
+
- @atlaspack/rust@3.15.0
|
|
26
|
+
- @atlaspack/source-map@3.2.0
|
|
27
|
+
- @atlaspack/cache@3.2.39
|
|
28
|
+
- @atlaspack/fs@2.15.39
|
|
29
|
+
- @atlaspack/logger@2.14.36
|
|
30
|
+
- @atlaspack/utils@3.2.5
|
|
31
|
+
- @atlaspack/package-manager@2.14.44
|
|
32
|
+
- @atlaspack/profiler@2.15.5
|
|
33
|
+
- @atlaspack/workers@2.14.44
|
|
34
|
+
- @atlaspack/graph@3.6.6
|
|
35
|
+
- @atlaspack/plugin@2.14.44
|
|
36
|
+
- @atlaspack/types@2.15.34
|
|
37
|
+
|
|
3
38
|
## 2.30.0
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/core",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.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-40d0e250f.0",
|
|
26
|
-
"@atlaspack/cache": "3.2.39-dev-40d0e250f.0",
|
|
27
|
-
"@atlaspack/diagnostic": "2.14.5-dev-40d0e250f.0",
|
|
28
|
-
"@atlaspack/events": "2.14.5-dev-40d0e250f.0",
|
|
29
|
-
"@atlaspack/feature-flags": "2.27.4-dev-40d0e250f.0",
|
|
30
|
-
"@atlaspack/fs": "2.15.39-dev-40d0e250f.0",
|
|
31
|
-
"@atlaspack/graph": "3.6.6-dev-40d0e250f.0",
|
|
32
|
-
"@atlaspack/logger": "2.14.36-dev-40d0e250f.0",
|
|
33
|
-
"@atlaspack/package-manager": "2.14.44-dev-40d0e250f.0",
|
|
34
|
-
"@atlaspack/plugin": "2.14.44-dev-40d0e250f.0",
|
|
35
|
-
"@atlaspack/profiler": "2.15.5-dev-40d0e250f.0",
|
|
36
|
-
"@atlaspack/rust": "3.14.1-dev-40d0e250f.0",
|
|
37
|
-
"@atlaspack/source-map": "3.1.4-dev-40d0e250f.0",
|
|
38
|
-
"@atlaspack/types": "2.15.34-dev-40d0e250f.0",
|
|
39
|
-
"@atlaspack/utils": "3.2.5-dev-40d0e250f.0",
|
|
40
|
-
"@atlaspack/workers": "2.14.44-dev-40d0e250f.0",
|
|
41
25
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
26
|
+
"@atlaspack/build-cache": "2.13.6",
|
|
27
|
+
"@atlaspack/cache": "3.2.40",
|
|
28
|
+
"@atlaspack/diagnostic": "2.14.4",
|
|
29
|
+
"@atlaspack/events": "2.14.4",
|
|
30
|
+
"@atlaspack/feature-flags": "2.27.4",
|
|
31
|
+
"@atlaspack/fs": "2.15.40",
|
|
32
|
+
"@atlaspack/graph": "3.6.7",
|
|
33
|
+
"@atlaspack/logger": "2.14.37",
|
|
34
|
+
"@atlaspack/package-manager": "2.14.45",
|
|
35
|
+
"@atlaspack/plugin": "2.14.45",
|
|
36
|
+
"@atlaspack/profiler": "2.15.6",
|
|
37
|
+
"@atlaspack/rust": "3.15.0",
|
|
38
|
+
"@atlaspack/types": "2.15.35",
|
|
39
|
+
"@atlaspack/utils": "3.2.6",
|
|
40
|
+
"@atlaspack/workers": "2.14.45",
|
|
41
|
+
"@atlaspack/source-map": "3.2.0",
|
|
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": "40d0e250fe36a8bf5480a2d93fe9a2eb0c9286c8"
|
|
63
|
+
"type": "commonjs"
|
|
65
64
|
}
|