@baseline-ui/test-utils 0.44.2 → 0.45.0

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.
@@ -934,7 +934,7 @@ SOFTWARE.
934
934
 
935
935
  ---
936
936
 
937
- The following software may be included in this product: @esbuild/linux-x64 (0.25.1)
937
+ The following software may be included in this product: @esbuild/linux-x64 (0.25.5)
938
938
  This software contains the following license and notice below:
939
939
 
940
940
  MIT License
@@ -7111,7 +7111,7 @@ SOFTWARE.
7111
7111
 
7112
7112
  ---
7113
7113
 
7114
- The following software may be included in this product: esbuild (0.25.1)
7114
+ The following software may be included in this product: esbuild (0.25.5)
7115
7115
  This software contains the following license and notice below:
7116
7116
 
7117
7117
  MIT License
@@ -26076,7 +26076,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
26076
26076
 
26077
26077
  ---
26078
26078
 
26079
- The following software may be included in this product: zod (3.25.60)
26079
+ The following software may be included in this product: zod (3.25.64)
26080
26080
  This software contains the following license and notice below:
26081
26081
 
26082
26082
  MIT License
@@ -26103,6 +26103,21 @@ SOFTWARE.
26103
26103
 
26104
26104
  ---
26105
26105
 
26106
+ The following software may be included in this product: zod-validation-error (3.5.0)
26107
+ This software contains the following license and notice below:
26108
+
26109
+ (The MIT License)
26110
+
26111
+ Copyright 2022 Causaly, Inc <front-end@causaly.com>
26112
+
26113
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
26114
+
26115
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26116
+
26117
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26118
+
26119
+ ---
26120
+
26106
26121
  The following software may be included in this product: zustand (4.5.5)
26107
26122
  This software contains the following license and notice below:
26108
26123
 
@@ -28450,7 +28465,7 @@ limitations under the License.
28450
28465
 
28451
28466
  ---
28452
28467
 
28453
- The following software may be included in this product: @internationalized/date (3.8.0)
28468
+ The following software may be included in this product: @internationalized/date (3.8.2)
28454
28469
  This software contains the following license and notice below:
28455
28470
 
28456
28471
  Apache License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/test-utils",
3
- "version": "0.44.2",
3
+ "version": "0.45.0",
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.44.2"
29
+ "@baseline-ui/core": "0.45.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsup",