@atlaspack/core 2.38.6-dev-fix-sourcemaps-50acc1acf.0 → 2.39.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 +6 -0
- package/package.json +22 -23
- package/tsconfig.tsbuildinfo +1 -1
- package/LICENSE +0 -201
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaspack/core
|
|
2
2
|
|
|
3
|
+
## 2.39.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1108](https://github.com/atlassian-labs/atlaspack/pull/1108) [`0c5200a`](https://github.com/atlassian-labs/atlaspack/commit/0c5200aa749cf8ffe14b9a0b1445c38550c20e7a) Thanks [@OscarCookeAbbott](https://github.com/OscarCookeAbbott)! - Update `base-x` to fix vuln
|
|
8
|
+
|
|
3
9
|
## 2.38.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@atlaspack/build-cache": "2.13.18-dev-fix-sourcemaps-50acc1acf.0",
|
|
26
|
-
"@atlaspack/cache": "3.2.59-dev-fix-sourcemaps-50acc1acf.0",
|
|
27
|
-
"@atlaspack/diagnostic": "2.14.5-dev-fix-sourcemaps-50acc1acf.0",
|
|
28
|
-
"@atlaspack/events": "2.14.5-dev-fix-sourcemaps-50acc1acf.0",
|
|
29
|
-
"@atlaspack/feature-flags": "2.31.4-dev-fix-sourcemaps-50acc1acf.0",
|
|
30
|
-
"@atlaspack/fs": "2.15.59-dev-fix-sourcemaps-50acc1acf.0",
|
|
31
|
-
"@atlaspack/graph": "3.6.26-dev-fix-sourcemaps-50acc1acf.0",
|
|
32
|
-
"@atlaspack/logger": "2.14.56-dev-fix-sourcemaps-50acc1acf.0",
|
|
33
|
-
"@atlaspack/package-manager": "2.14.64-dev-fix-sourcemaps-50acc1acf.0",
|
|
34
|
-
"@atlaspack/plugin": "2.14.64-dev-fix-sourcemaps-50acc1acf.0",
|
|
35
|
-
"@atlaspack/profiler": "2.15.25-dev-fix-sourcemaps-50acc1acf.0",
|
|
36
|
-
"@atlaspack/rust": "3.29.3-dev-fix-sourcemaps-50acc1acf.0",
|
|
37
|
-
"@atlaspack/source-map": "3.3.8-dev-fix-sourcemaps-50acc1acf.0",
|
|
38
|
-
"@atlaspack/types": "2.15.54-dev-fix-sourcemaps-50acc1acf.0",
|
|
39
|
-
"@atlaspack/utils": "3.4.6-dev-fix-sourcemaps-50acc1acf.0",
|
|
40
|
-
"@atlaspack/workers": "2.14.64-dev-fix-sourcemaps-50acc1acf.0",
|
|
41
25
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
42
|
-
"
|
|
26
|
+
"@atlaspack/build-cache": "2.13.17",
|
|
27
|
+
"@atlaspack/cache": "3.2.58",
|
|
28
|
+
"@atlaspack/diagnostic": "2.14.4",
|
|
29
|
+
"@atlaspack/events": "2.14.4",
|
|
30
|
+
"@atlaspack/feature-flags": "2.31.3",
|
|
31
|
+
"@atlaspack/fs": "2.15.58",
|
|
32
|
+
"@atlaspack/graph": "3.6.25",
|
|
33
|
+
"@atlaspack/logger": "2.14.55",
|
|
34
|
+
"@atlaspack/package-manager": "2.14.63",
|
|
35
|
+
"@atlaspack/plugin": "2.14.63",
|
|
36
|
+
"@atlaspack/profiler": "2.15.24",
|
|
37
|
+
"@atlaspack/rust": "3.29.2",
|
|
38
|
+
"@atlaspack/types": "2.15.53",
|
|
39
|
+
"@atlaspack/utils": "3.4.5",
|
|
40
|
+
"@atlaspack/workers": "2.14.63",
|
|
41
|
+
"@atlaspack/source-map": "3.3.7",
|
|
42
|
+
"base-x": "^3.0.11",
|
|
43
43
|
"browserslist": "^4.6.6",
|
|
44
44
|
"clone": "^2.1.1",
|
|
45
45
|
"dotenv": "^12.0.4",
|
|
@@ -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.5",
|
|
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": "50acc1acf31d5c8415a8154841a8ed09264e665a"
|
|
63
|
+
"type": "commonjs"
|
|
65
64
|
}
|