@augment-vir/common 30.0.4 → 30.0.5

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,4 +1,4 @@
1
- import { MaybePromise } from '@augment-vir/core';
1
+ import { type MaybePromise } from '@augment-vir/core';
2
2
  /**
3
3
  * Polyfill for `Object.groupBy`:
4
4
  * https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy
@@ -1,4 +1,4 @@
1
- import { MaybePromise } from '@augment-vir/core';
1
+ import { type MaybePromise } from '@augment-vir/core';
2
2
  /**
3
3
  * Call a function asynchronously without interrupting current synchronous execution, even if the
4
4
  * function was originally synchronous.
@@ -1,4 +1,4 @@
1
- import { MaybePromise } from '@augment-vir/core';
1
+ import { type MaybePromise } from '@augment-vir/core';
2
2
  import { AnyDuration } from '@date-vir/duration';
3
3
  /**
4
4
  * Different types of debouncing for the {@link Debounce} class.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/common",
3
- "version": "30.0.4",
3
+ "version": "30.0.5",
4
4
  "description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.",
5
5
  "keywords": [
6
6
  "augment",
@@ -39,8 +39,8 @@
39
39
  "test:web": "virmator --no-deps test web"
40
40
  },
41
41
  "dependencies": {
42
- "@augment-vir/assert": "^30.0.4",
43
- "@augment-vir/core": "^30.0.4",
42
+ "@augment-vir/assert": "^30.0.5",
43
+ "@augment-vir/core": "^30.0.5",
44
44
  "@date-vir/duration": "^6.0.0",
45
45
  "ansi-styles": "^6.2.1",
46
46
  "json5": "^2.2.3",