@noeldemartin/solid-utils 0.6.0-next.508449b33de64b0bcade86b642c9793381434231 → 0.6.0-next.7d778b79d25a40c1ac990f46dc99bfc57b60d55f

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
+ }
@@ -270,14 +270,6 @@ export declare type VitestSolidMatchers<R = unknown> = {
270
270
  export { }
271
271
 
272
272
 
273
- declare module '@vitest/expect' {
274
- interface Assertion<T> extends VitestSolidMatchers<T> {
275
- }
276
- interface AsymmetricMatchersContaining extends VitestSolidMatchers {
277
- }
278
- }
279
-
280
-
281
273
  declare global {
282
274
  namespace Chai {
283
275
  interface Assertion extends ChaiSolidAssertions {
@@ -286,3 +278,11 @@ declare global {
286
278
  }
287
279
  }
288
280
  }
281
+
282
+
283
+ declare module '@vitest/expect' {
284
+ interface Assertion<T> extends VitestSolidMatchers<T> {
285
+ }
286
+ interface AsymmetricMatchersContaining extends VitestSolidMatchers {
287
+ }
288
+ }
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.0-next.508449b33de64b0bcade86b642c9793381434231",
3
+ "version": "0.6.0-next.7d778b79d25a40c1ac990f46dc99bfc57b60d55f",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -36,7 +36,7 @@
36
36
  "verify": "noeldemartin-verify"
37
37
  },
38
38
  "dependencies": {
39
- "@noeldemartin/utils": "0.7.0-next.d98a97003e3b0af1b9fc05dbfd6e57fab3c2f181",
39
+ "@noeldemartin/utils": "^0.7.0",
40
40
  "@rdfjs/types": "^2.0.1",
41
41
  "jsonld": "^8.3.3",
42
42
  "md5": "^2.3.0",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@noeldemartin/eslint-config-typescript": "^0.1.2",
47
- "@noeldemartin/scripts": "0.3.0-next.2dfd366e59e45ecf5ead1a617e4d0e870dbea507",
47
+ "@noeldemartin/scripts": "0.3.0-next.88fb0ff21ba1f9015dab043ded20be9518e51248",
48
48
  "@noeldemartin/testing": "0.0.0-next.cd489a93da5eaad3f89a4d9ae3734f7ef911b6f6",
49
49
  "@tsconfig/node22": "^22.0.0",
50
50
  "@types/chai": "^5.2.0",