@atlaspack/utils 2.14.5-canary.256 → 2.14.5-canary.258
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 +15 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaspack/utils
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#852](https://github.com/atlassian-labs/atlaspack/pull/852) [`5776be2`](https://github.com/atlassian-labs/atlaspack/commit/5776be21f70a3f2b9471ba33da3ba1a883f21f1a) Thanks [@marcins](https://github.com/marcins)! - Support passing a function for source property in schema validation to allow for deferred reads of files
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`02f6aa1`](https://github.com/atlassian-labs/atlaspack/commit/02f6aa1906953fc184d2b49c905c2ef815cb878d), [`58527ee`](https://github.com/atlassian-labs/atlaspack/commit/58527eec15c1aebaaadbeb63586f3082c16beae3), [`525898e`](https://github.com/atlassian-labs/atlaspack/commit/525898e33cc229a4bc938ae853732be36d20c01a), [`cfb39a0`](https://github.com/atlassian-labs/atlaspack/commit/cfb39a0d729eb620cf2ca1611750a2bf7a080d08), [`d0c7bea`](https://github.com/atlassian-labs/atlaspack/commit/d0c7bea04458255b4c5d4299600e734b5f919fe1), [`1086c6a`](https://github.com/atlassian-labs/atlaspack/commit/1086c6a2c59271b63b3fb78e6acdb9d3a0dbf354), [`9cd9521`](https://github.com/atlassian-labs/atlaspack/commit/9cd9521978f783046e2ae4ce78f2de7aeb07d073), [`5776be2`](https://github.com/atlassian-labs/atlaspack/commit/5776be21f70a3f2b9471ba33da3ba1a883f21f1a)]:
|
|
12
|
+
- @atlaspack/rust@3.9.0
|
|
13
|
+
- @atlaspack/feature-flags@2.26.0
|
|
14
|
+
- @atlaspack/logger@2.14.28
|
|
15
|
+
- @atlaspack/types-internal@2.20.6
|
|
16
|
+
- @atlaspack/codeframe@2.13.18
|
|
17
|
+
|
|
3
18
|
## 3.0.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/utils",
|
|
3
|
-
"version": "2.14.5-canary.
|
|
3
|
+
"version": "2.14.5-canary.258+339b60095",
|
|
4
4
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
5
5
|
"license": "(MIT OR Apache-2.0)",
|
|
6
6
|
"publishConfig": {
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaspack/codeframe": "2.13.3-canary.
|
|
35
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
36
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
37
|
-
"@atlaspack/logger": "2.14.5-canary.
|
|
38
|
-
"@atlaspack/markdown-ansi": "2.14.1-canary.
|
|
39
|
-
"@atlaspack/rust": "3.2.1-canary.
|
|
40
|
-
"@atlaspack/types-internal": "2.14.1-canary.
|
|
34
|
+
"@atlaspack/codeframe": "2.13.3-canary.326+339b60095",
|
|
35
|
+
"@atlaspack/diagnostic": "2.14.1-canary.326+339b60095",
|
|
36
|
+
"@atlaspack/feature-flags": "2.14.1-canary.326+339b60095",
|
|
37
|
+
"@atlaspack/logger": "2.14.5-canary.258+339b60095",
|
|
38
|
+
"@atlaspack/markdown-ansi": "2.14.1-canary.326+339b60095",
|
|
39
|
+
"@atlaspack/rust": "3.2.1-canary.258+339b60095",
|
|
40
|
+
"@atlaspack/types-internal": "2.14.1-canary.326+339b60095",
|
|
41
41
|
"@iarna/toml": "^2.2.0",
|
|
42
42
|
"@parcel/source-map": "^2.1.1",
|
|
43
43
|
"@types/micromatch": "^4.0.9",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "339b60095d755742cea50f811d08ccc44a4ae521"
|
|
79
79
|
}
|