@xube/kit-log 0.0.99 → 0.0.101

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/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from "./log-level";
2
2
  export * from "./xube-log";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
@@ -9,3 +9,4 @@ export declare const LogLevel: {
9
9
  readonly LOG_LEVEL_DEBUG: 4;
10
10
  };
11
11
  export type LogLevel = typeof LogLevel[keyof typeof LogLevel];
12
+ //# sourceMappingURL=log-level.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"log-level.d.ts","sourceRoot":"","sources":["../src/log-level.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC,eAAO,MAAM,cAAc,IAAI,CAAC;AAChC,eAAO,MAAM,cAAc,IAAI,CAAC;AAChC,eAAO,MAAM,eAAe,IAAI,CAAC;AAEjC,eAAO,MAAM,QAAQ;;;;;CAKX,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC"}
@@ -11,3 +11,4 @@ export declare class XubeLog {
11
11
  info: (message: string, ...optionalParams: string[]) => void;
12
12
  debug: (message: string, ...optionalParams: string[]) => void;
13
13
  }
14
+ //# sourceMappingURL=xube-log.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xube-log.d.ts","sourceRoot":"","sources":["../src/xube-log.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,OAAO;IAGS,KAAK,EAAE,QAAQ;IAF1C,MAAM,CAAC,QAAQ,EAAE,OAAO,CAAC;IAEzB,OAAO;IAEP,MAAM,CAAC,WAAW,WAAW,QAAQ,KAA6B,OAAO,CAMvE;IAEF,KAAK,YAAa,MAAM,qBAAqB,MAAM,EAAE,UAEnD;IAEF,IAAI,YAAa,MAAM,qBAAqB,MAAM,EAAE,UAIlD;IAEF,OAAO,YAAa,MAAM,qBAAqB,MAAM,EAAE,UAIrD;IAEF,GAAG,YAAa,MAAM,qBAAqB,MAAM,EAAE,UAIjD;IACF,IAAI,YALY,MAAM,qBAAqB,MAAM,EAAE,UAKnC;IAEhB,KAAK,YAAa,MAAM,qBAAqB,MAAM,EAAE,UAInD;CACH"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-log",
3
- "version": "0.0.99",
3
+ "version": "0.0.101",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -20,6 +20,6 @@
20
20
  "colors": "^1.4.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@xube/kit-build": "^0.0.99"
23
+ "@xube/kit-build": "^0.0.101"
24
24
  }
25
25
  }