@atlaspack/package-manager 2.14.5-canary.127 → 2.14.5-canary.129
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 +16 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @atlaspack/package-manager
|
2
2
|
|
3
|
+
## 2.14.18
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#645](https://github.com/atlassian-labs/atlaspack/pull/645) [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3) Thanks [@alshdavid](https://github.com/alshdavid)! - Updated build system and added some extra test-specific code
|
8
|
+
|
9
|
+
- [#682](https://github.com/atlassian-labs/atlaspack/pull/682) [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56) Thanks [@alshdavid](https://github.com/alshdavid)! - Updating build system
|
10
|
+
|
11
|
+
- Updated dependencies [[`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d), [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3), [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417), [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56)]:
|
12
|
+
- @atlaspack/utils@2.17.0
|
13
|
+
- @atlaspack/fs@2.15.13
|
14
|
+
- @atlaspack/node-resolver-core@3.5.18
|
15
|
+
- @atlaspack/workers@2.14.18
|
16
|
+
- @atlaspack/logger@2.14.13
|
17
|
+
- @atlaspack/types@2.15.8
|
18
|
+
|
3
19
|
## 2.14.17
|
4
20
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/package-manager",
|
3
|
-
"version": "2.14.5-canary.
|
3
|
+
"version": "2.14.5-canary.129+3e877ffc2",
|
4
4
|
"description": "Blazing fast, zero configuration web application bundler",
|
5
5
|
"license": "(MIT OR Apache-2.0)",
|
6
6
|
"publishConfig": {
|
@@ -39,14 +39,14 @@
|
|
39
39
|
}
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"@atlaspack/build-cache": "2.13.3-canary.
|
43
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
44
|
-
"@atlaspack/fs": "2.14.5-canary.
|
45
|
-
"@atlaspack/logger": "2.14.5-canary.
|
46
|
-
"@atlaspack/node-resolver-core": "3.5.5-canary.
|
47
|
-
"@atlaspack/types": "2.14.5-canary.
|
48
|
-
"@atlaspack/utils": "2.14.5-canary.
|
49
|
-
"@atlaspack/workers": "2.14.5-canary.
|
42
|
+
"@atlaspack/build-cache": "2.13.3-canary.197+3e877ffc2",
|
43
|
+
"@atlaspack/diagnostic": "2.14.1-canary.197+3e877ffc2",
|
44
|
+
"@atlaspack/fs": "2.14.5-canary.129+3e877ffc2",
|
45
|
+
"@atlaspack/logger": "2.14.5-canary.129+3e877ffc2",
|
46
|
+
"@atlaspack/node-resolver-core": "3.5.5-canary.129+3e877ffc2",
|
47
|
+
"@atlaspack/types": "2.14.5-canary.129+3e877ffc2",
|
48
|
+
"@atlaspack/utils": "2.14.5-canary.129+3e877ffc2",
|
49
|
+
"@atlaspack/workers": "2.14.5-canary.129+3e877ffc2",
|
50
50
|
"@swc/core": "^1.10.0",
|
51
51
|
"command-exists": "^1.2.6",
|
52
52
|
"cross-spawn": "^6.0.4",
|
@@ -61,5 +61,5 @@
|
|
61
61
|
"./src/Yarn.js": false
|
62
62
|
},
|
63
63
|
"type": "commonjs",
|
64
|
-
"gitHead": "
|
64
|
+
"gitHead": "3e877ffc2bb4fc9a7b79d142a4e65b31940c4421"
|
65
65
|
}
|