@naturalcycles/dev-lib 16.0.1 → 16.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.
@@ -1,7 +1,6 @@
1
- import { expectTypeOf } from 'expect-type';
2
1
  import timekeeper from 'timekeeper';
3
2
  export * from './mockAllKindsOfThings';
4
3
  export * from './testing.util';
5
4
  export * from './testOffline.util';
6
5
  export * from './time.util';
7
- export { expectTypeOf, timekeeper };
6
+ export { timekeeper };
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.timekeeper = exports.expectTypeOf = void 0;
3
+ exports.timekeeper = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const expect_type_1 = require("expect-type");
6
- Object.defineProperty(exports, "expectTypeOf", { enumerable: true, get: function () { return expect_type_1.expectTypeOf; } });
7
5
  const timekeeper_1 = tslib_1.__importDefault(require("timekeeper"));
8
6
  exports.timekeeper = timekeeper_1.default;
9
7
  tslib_1.__exportStar(require("./mockAllKindsOfThings"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "16.0.1",
3
+ "version": "16.0.2",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",
@@ -34,7 +34,6 @@
34
34
  "eslint-plugin-simple-import-sort": "^12",
35
35
  "eslint-plugin-unicorn": "^57",
36
36
  "eslint-plugin-vue": "^10",
37
- "expect-type": "^1",
38
37
  "globals": "^16",
39
38
  "husky": "^9",
40
39
  "lint-staged": "^15",