@dereekb/vitest 13.0.0 → 13.0.2

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/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@dereekb/vitest",
3
- "version": "13.0.0",
3
+ "version": "13.0.2",
4
4
  "peerDependencies": {
5
- "date-fns": "^4.0.0"
5
+ "date-fns": "^4.0.0",
6
+ "vitest": "4.0.18"
6
7
  },
7
8
  "exports": {
8
9
  ".": {
package/src/extend.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import 'vitest';
2
- import type { AllDateMatchers } from './lib/matcher.date';
2
+ import type { AllDateMatchers } from './lib/matcher.date.js';
3
3
  declare module 'vitest' {
4
4
  interface Matchers<T = any> extends AllDateMatchers {
5
5
  }
package/src/extend.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // File Stucture derived from https://github.com/stschulte/aws-sdk-client-mock-vitest
2
2
  import 'vitest';
3
3
  import { expect } from 'vitest';
4
- import { allDateMatchers } from './lib/matcher.date';
4
+ import { allDateMatchers } from './lib/matcher.date.js';
5
5
  expect.extend(allDateMatchers);
6
6
  //# sourceMappingURL=extend.js.map
package/src/extend.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../../packages/vitest/src/extend.ts"],"names":[],"mappings":"AAAA,qFAAqF;AAErF,OAAO,QAAQ,CAAC;AAChB,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGhC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../../packages/vitest/src/extend.ts"],"names":[],"mappings":"AAAA,qFAAqF;AAErF,OAAO,QAAQ,CAAC;AAChB,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGhC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC"}
package/src/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './lib';
1
+ export * from './lib/index.js';
package/src/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from './lib';
1
+ export * from './lib/index.js';
2
2
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/vitest/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/vitest/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- export * from './matcher.date';
1
+ export * from './matcher.date.js';
package/src/lib/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from './matcher.date';
1
+ export * from './matcher.date.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/vitest/src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/vitest/src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}