@atlaspack/core 2.16.2-canary.174 → 2.16.2-canary.176
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 +17 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaspack/core
|
|
2
2
|
|
|
3
|
+
## 2.23.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`f0349a6`](https://github.com/atlassian-labs/atlaspack/commit/f0349a6b9b04755088f121095ca6301a2ada3767), [`a5081c3`](https://github.com/atlassian-labs/atlaspack/commit/a5081c3f9207d28716ee4edd3841de1830ea4b80), [`f930003`](https://github.com/atlassian-labs/atlaspack/commit/f930003364fdc31e5487520ebe256f1a9389f579), [`f930003`](https://github.com/atlassian-labs/atlaspack/commit/f930003364fdc31e5487520ebe256f1a9389f579), [`8843980`](https://github.com/atlassian-labs/atlaspack/commit/88439807be20025fd3433380204ff1205079729e)]:
|
|
8
|
+
- @atlaspack/feature-flags@2.24.0
|
|
9
|
+
- @atlaspack/utils@2.19.0
|
|
10
|
+
- @atlaspack/cache@3.2.23
|
|
11
|
+
- @atlaspack/fs@2.15.23
|
|
12
|
+
- @atlaspack/graph@3.5.17
|
|
13
|
+
- @atlaspack/package-manager@2.14.28
|
|
14
|
+
- @atlaspack/workers@2.14.28
|
|
15
|
+
- @atlaspack/logger@2.14.20
|
|
16
|
+
- @atlaspack/plugin@2.14.28
|
|
17
|
+
- @atlaspack/profiler@2.14.25
|
|
18
|
+
- @atlaspack/types@2.15.18
|
|
19
|
+
|
|
3
20
|
## 2.23.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/core",
|
|
3
|
-
"version": "2.16.2-canary.
|
|
3
|
+
"version": "2.16.2-canary.176+58ddd5d79",
|
|
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.3-canary.
|
|
27
|
-
"@atlaspack/cache": "3.1.1-canary.
|
|
28
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
29
|
-
"@atlaspack/events": "2.14.1-canary.
|
|
30
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
31
|
-
"@atlaspack/fs": "2.14.5-canary.
|
|
32
|
-
"@atlaspack/graph": "3.4.1-canary.
|
|
33
|
-
"@atlaspack/logger": "2.14.5-canary.
|
|
34
|
-
"@atlaspack/package-manager": "2.14.5-canary.
|
|
35
|
-
"@atlaspack/plugin": "2.14.5-canary.
|
|
36
|
-
"@atlaspack/profiler": "2.14.1-canary.
|
|
37
|
-
"@atlaspack/rust": "3.2.1-canary.
|
|
38
|
-
"@atlaspack/types": "2.14.5-canary.
|
|
39
|
-
"@atlaspack/utils": "2.14.5-canary.
|
|
40
|
-
"@atlaspack/workers": "2.14.5-canary.
|
|
26
|
+
"@atlaspack/build-cache": "2.13.3-canary.244+58ddd5d79",
|
|
27
|
+
"@atlaspack/cache": "3.1.1-canary.176+58ddd5d79",
|
|
28
|
+
"@atlaspack/diagnostic": "2.14.1-canary.244+58ddd5d79",
|
|
29
|
+
"@atlaspack/events": "2.14.1-canary.244+58ddd5d79",
|
|
30
|
+
"@atlaspack/feature-flags": "2.14.1-canary.244+58ddd5d79",
|
|
31
|
+
"@atlaspack/fs": "2.14.5-canary.176+58ddd5d79",
|
|
32
|
+
"@atlaspack/graph": "3.4.1-canary.244+58ddd5d79",
|
|
33
|
+
"@atlaspack/logger": "2.14.5-canary.176+58ddd5d79",
|
|
34
|
+
"@atlaspack/package-manager": "2.14.5-canary.176+58ddd5d79",
|
|
35
|
+
"@atlaspack/plugin": "2.14.5-canary.176+58ddd5d79",
|
|
36
|
+
"@atlaspack/profiler": "2.14.1-canary.244+58ddd5d79",
|
|
37
|
+
"@atlaspack/rust": "3.2.1-canary.176+58ddd5d79",
|
|
38
|
+
"@atlaspack/types": "2.14.5-canary.176+58ddd5d79",
|
|
39
|
+
"@atlaspack/utils": "2.14.5-canary.176+58ddd5d79",
|
|
40
|
+
"@atlaspack/workers": "2.14.5-canary.176+58ddd5d79",
|
|
41
41
|
"@mischnic/json-sourcemap": "^0.1.0",
|
|
42
42
|
"@parcel/source-map": "^2.1.1",
|
|
43
43
|
"base-x": "^3.0.8",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"./src/serializerCore.js": "./src/serializerCore.browser.js"
|
|
63
63
|
},
|
|
64
64
|
"type": "commonjs",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "58ddd5d79adde2ac5dc4c60ca575e4705a91e592"
|
|
66
66
|
}
|