@augment-vir/common 6.1.6 → 6.2.0

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 { AnyFunction } from '@augment-vir/common';
1
+ import { AnyFunction } from './function';
2
2
  declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
3
3
  export type TypeOf = ReturnType<typeof getTypeOf>;
4
4
  export type TypeOfWithArray = TypeOf | 'array';
@@ -1,4 +1,4 @@
1
- import { AnyFunction } from '@augment-vir/common';
1
+ import { AnyFunction } from './function';
2
2
  declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
3
3
  export type TypeOf = ReturnType<typeof getTypeOf>;
4
4
  export type TypeOfWithArray = TypeOf | 'array';
@@ -1,4 +1,4 @@
1
- import { AnyFunction } from '@augment-vir/common';
1
+ import { AnyFunction } from './function';
2
2
  declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
3
3
  export type TypeOf = ReturnType<typeof getTypeOf>;
4
4
  export type TypeOfWithArray = TypeOf | 'array';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/common",
3
- "version": "6.1.6",
3
+ "version": "6.2.0",
4
4
  "homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common",
5
5
  "bugs": {
6
6
  "url": "https://github.com/electrovir/augment-vir/issues"