@baseline-ui/test-utils 0.0.0-nightly-20251005001105 → 0.0.0-nightly-20251007001041
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/Acknowledgements.md +2 -2
- package/package.json +2 -2
package/Acknowledgements.md
CHANGED
|
@@ -667,7 +667,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
667
667
|
|
|
668
668
|
---
|
|
669
669
|
|
|
670
|
-
The following software may be included in this product: @esbuild/linux-x64 (0.25.
|
|
670
|
+
The following software may be included in this product: @esbuild/linux-x64 (0.25.10)
|
|
671
671
|
This software contains the following license and notice below:
|
|
672
672
|
|
|
673
673
|
MIT License
|
|
@@ -5784,7 +5784,7 @@ SOFTWARE.
|
|
|
5784
5784
|
|
|
5785
5785
|
---
|
|
5786
5786
|
|
|
5787
|
-
The following software may be included in this product: esbuild (0.25.
|
|
5787
|
+
The following software may be included in this product: esbuild (0.25.10)
|
|
5788
5788
|
This software contains the following license and notice below:
|
|
5789
5789
|
|
|
5790
5790
|
MIT License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/test-utils",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20251007001041",
|
|
4
4
|
"description": "A collection of test utilities for Baseline UI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"react-frame-component": "^5.2.7",
|
|
29
|
-
"@baseline-ui/core": "0.0.0-nightly-
|
|
29
|
+
"@baseline-ui/core": "0.0.0-nightly-20251007001041"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "tsup",
|