@atlaspack/core 2.23.4-dev-optimised-prelude-6fa233c65.0 → 2.23.4-dev-export-func-removal-960dd335d.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/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/core",
|
|
3
|
-
"version": "2.23.4-dev-
|
|
3
|
+
"version": "2.23.4-dev-export-func-removal-960dd335d.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@atlaspack/build-cache": "2.13.6-dev-
|
|
27
|
-
"@atlaspack/cache": "3.2.23-dev-
|
|
28
|
-
"@atlaspack/diagnostic": "2.14.4-dev-
|
|
29
|
-
"@atlaspack/events": "2.14.4-dev-
|
|
30
|
-
"@atlaspack/feature-flags": "2.23.3-dev-
|
|
31
|
-
"@atlaspack/fs": "2.15.23-dev-
|
|
32
|
-
"@atlaspack/graph": "3.5.17-dev-
|
|
33
|
-
"@atlaspack/logger": "2.14.20-dev-
|
|
34
|
-
"@atlaspack/package-manager": "2.14.28-dev-
|
|
35
|
-
"@atlaspack/plugin": "2.14.28-dev-
|
|
36
|
-
"@atlaspack/profiler": "2.14.25-dev-
|
|
37
|
-
"@atlaspack/rust": "3.6.3-dev-
|
|
38
|
-
"@atlaspack/types": "2.15.18-dev-
|
|
39
|
-
"@atlaspack/utils": "2.18.5-dev-
|
|
40
|
-
"@atlaspack/workers": "2.14.28-dev-
|
|
26
|
+
"@atlaspack/build-cache": "2.13.6-dev-export-func-removal-960dd335d.0",
|
|
27
|
+
"@atlaspack/cache": "3.2.23-dev-export-func-removal-960dd335d.0",
|
|
28
|
+
"@atlaspack/diagnostic": "2.14.4-dev-export-func-removal-960dd335d.0",
|
|
29
|
+
"@atlaspack/events": "2.14.4-dev-export-func-removal-960dd335d.0",
|
|
30
|
+
"@atlaspack/feature-flags": "2.23.3-dev-export-func-removal-960dd335d.0",
|
|
31
|
+
"@atlaspack/fs": "2.15.23-dev-export-func-removal-960dd335d.0",
|
|
32
|
+
"@atlaspack/graph": "3.5.17-dev-export-func-removal-960dd335d.0",
|
|
33
|
+
"@atlaspack/logger": "2.14.20-dev-export-func-removal-960dd335d.0",
|
|
34
|
+
"@atlaspack/package-manager": "2.14.28-dev-export-func-removal-960dd335d.0",
|
|
35
|
+
"@atlaspack/plugin": "2.14.28-dev-export-func-removal-960dd335d.0",
|
|
36
|
+
"@atlaspack/profiler": "2.14.25-dev-export-func-removal-960dd335d.0",
|
|
37
|
+
"@atlaspack/rust": "3.6.3-dev-export-func-removal-960dd335d.0",
|
|
38
|
+
"@atlaspack/types": "2.15.18-dev-export-func-removal-960dd335d.0",
|
|
39
|
+
"@atlaspack/utils": "2.18.5-dev-export-func-removal-960dd335d.0",
|
|
40
|
+
"@atlaspack/workers": "2.14.28-dev-export-func-removal-960dd335d.0",
|
|
41
41
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
42
42
|
"@parcel/source-map": "^2.1.1",
|
|
43
43
|
"base-x": "^3.0.8",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"semver": "^7.5.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@atlaspack/babel-register": "2.14.4-dev-
|
|
54
|
+
"@atlaspack/babel-register": "2.14.4-dev-export-func-removal-960dd335d.0",
|
|
55
55
|
"@types/node": ">= 18",
|
|
56
56
|
"graphviz": "^0.0.9",
|
|
57
57
|
"jest-diff": "*",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"./src/serializerCore.js": "./src/serializerCore.browser.js"
|
|
63
63
|
},
|
|
64
64
|
"type": "commonjs",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "960dd335d08a04220a07b36f4bb83cd7e130903e"
|
|
66
66
|
}
|