Skip to content

Commit d3bdc22

Browse files
committed
v0.4.0
1 parent bddd808 commit d3bdc22

File tree

8 files changed

+101
-100
lines changed

8 files changed

+101
-100
lines changed

dist-test/util.test.js

Lines changed: 46 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist-test/util.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/util.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Fs from 'node:fs';
22
import Pino from 'pino';
3-
import { Gubu } from 'gubu';
3+
import { Shape } from 'shape';
44
type DiveMapper = (path: any[], leaf: any) => any[];
55
type FST = typeof Fs;
66
type Log = {
@@ -44,4 +44,4 @@ declare function getdlog(tagin?: string, filepath?: string): ((...args: any[]) =
4444
declare function stringify(val?: any, replacer?: any, indent?: any): string;
4545
declare function decircular(object?: any): any;
4646
export type { FST, Log, };
47-
export { camelify, decircular, dive, entity, get, getdlog, joins, order, pinify, showChanges, stringify, prettyPino, Pino, Gubu, };
47+
export { camelify, decircular, dive, entity, get, getdlog, joins, order, pinify, showChanges, stringify, prettyPino, Pino, Shape, };

dist/util.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)