@kubun/logger 0.3.0 → 0.5.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.
package/lib/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  import { type Logger } from '@enkaku/log';
2
2
  export type { Logger };
3
3
  export declare function getKubunLogger(namespace: string, properties?: Record<string, unknown>): Logger;
4
- //# sourceMappingURL=index.d.ts.map
package/lib/index.js CHANGED
@@ -1,7 +1 @@
1
- import { getLogger } from '@enkaku/log';
2
- export function getKubunLogger(namespace, properties) {
3
- return getLogger([
4
- 'kubun',
5
- namespace
6
- ], properties);
7
- }
1
+ import{getLogger as u}from"@enkaku/log";export function getKubunLogger(n,o){return u(["kubun",n],o)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubun/logger",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "license": "see LICENSE.md",
5
5
  "keywords": [],
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "sideEffects": false,
17
17
  "dependencies": {
18
- "@enkaku/log": "^0.12.0"
18
+ "@enkaku/log": "^0.13.0"
19
19
  },
20
20
  "scripts": {
21
21
  "build:clean": "del lib",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpD,YAAY,EAAE,MAAM,EAAE,CAAA;AAEtB,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAE9F"}