@noeldemartin/solid-utils 0.6.1-next.0d15181b9561088547ef2d0f22a04aef565e06bb → 0.6.1

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/dist/chai.d.ts CHANGED
@@ -13,14 +13,6 @@ export declare function installChaiSolidAssertions(): void;
13
13
  export { }
14
14
 
15
15
 
16
- declare module '@vitest/expect' {
17
- interface Assertion<T> extends VitestSolidMatchers<T> {
18
- }
19
- interface AsymmetricMatchersContaining extends VitestSolidMatchers {
20
- }
21
- }
22
-
23
-
24
16
  declare global {
25
17
  namespace Chai {
26
18
  interface Assertion extends ChaiSolidAssertions {
@@ -29,3 +21,11 @@ declare global {
29
21
  }
30
22
  }
31
23
  }
24
+
25
+
26
+ declare module '@vitest/expect' {
27
+ interface Assertion<T> extends VitestSolidMatchers<T> {
28
+ }
29
+ interface AsymmetricMatchersContaining extends VitestSolidMatchers {
30
+ }
31
+ }
@@ -272,14 +272,6 @@ export declare type VitestSolidMatchers<R = unknown> = {
272
272
  export { }
273
273
 
274
274
 
275
- declare module '@vitest/expect' {
276
- interface Assertion<T> extends VitestSolidMatchers<T> {
277
- }
278
- interface AsymmetricMatchersContaining extends VitestSolidMatchers {
279
- }
280
- }
281
-
282
-
283
275
  declare global {
284
276
  namespace Chai {
285
277
  interface Assertion extends ChaiSolidAssertions {
@@ -288,3 +280,11 @@ declare global {
288
280
  }
289
281
  }
290
282
  }
283
+
284
+
285
+ declare module '@vitest/expect' {
286
+ interface Assertion<T> extends VitestSolidMatchers<T> {
287
+ }
288
+ interface AsymmetricMatchersContaining extends VitestSolidMatchers {
289
+ }
290
+ }
package/dist/testing.d.ts CHANGED
@@ -22,14 +22,6 @@ export declare function turtleEquals(expected: string, actual: string): Equality
22
22
  export { }
23
23
 
24
24
 
25
- declare module '@vitest/expect' {
26
- interface Assertion<T> extends VitestSolidMatchers<T> {
27
- }
28
- interface AsymmetricMatchersContaining extends VitestSolidMatchers {
29
- }
30
- }
31
-
32
-
33
25
  declare global {
34
26
  namespace Chai {
35
27
  interface Assertion extends ChaiSolidAssertions {
@@ -38,3 +30,11 @@ declare global {
38
30
  }
39
31
  }
40
32
  }
33
+
34
+
35
+ declare module '@vitest/expect' {
36
+ interface Assertion<T> extends VitestSolidMatchers<T> {
37
+ }
38
+ interface AsymmetricMatchersContaining extends VitestSolidMatchers {
39
+ }
40
+ }
package/dist/vitest.d.ts CHANGED
@@ -32,14 +32,6 @@ export declare type VitestSolidMatchers<R = unknown> = {
32
32
  export { }
33
33
 
34
34
 
35
- declare module '@vitest/expect' {
36
- interface Assertion<T> extends VitestSolidMatchers<T> {
37
- }
38
- interface AsymmetricMatchersContaining extends VitestSolidMatchers {
39
- }
40
- }
41
-
42
-
43
35
  declare global {
44
36
  namespace Chai {
45
37
  interface Assertion extends ChaiSolidAssertions {
@@ -48,3 +40,11 @@ declare global {
48
40
  }
49
41
  }
50
42
  }
43
+
44
+
45
+ declare module '@vitest/expect' {
46
+ interface Assertion<T> extends VitestSolidMatchers<T> {
47
+ }
48
+ interface AsymmetricMatchersContaining extends VitestSolidMatchers {
49
+ }
50
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noeldemartin/solid-utils",
3
- "version": "0.6.1-next.0d15181b9561088547ef2d0f22a04aef565e06bb",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {