omp-fabric 1.3.3 → 1.3.4
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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.3.4
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- The 1.3.3 regression test compared a Windows path against a JSON-escaped message string, so windows-latest failed on backslash doubling and the `RUNNER~1` short path while the behaviour under test was correct. It now asserts on the filesystem: the file exists under the artifacts root and does not exist under the fallback root. 1.3.3 was tagged before that job reported, which is why a release carries a red Windows check.
|
|
8
|
+
|
|
3
9
|
## 1.3.3
|
|
4
10
|
|
|
5
11
|
### Fixed
|