af-db-ts 3.0.3 → 3.0.4

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.debugX = void 0;
4
4
  const af_tools_ts_1 = require("af-tools-ts");
5
5
  const af_color_1 = require("af-color");
6
- exports.debugX = (0, af_tools_ts_1.Debug)('user', {
6
+ exports.debugX = (0, af_tools_ts_1.Debug)('af-db-ts', {
7
7
  noTime: true,
8
8
  noPrefix: false,
9
9
  prefixColor: af_color_1.bold + af_color_1.magenta,
@@ -1 +1 @@
1
- {"version":3,"file":"debug.js","sourceRoot":"","sources":["../../../src/debug.ts"],"names":[],"mappings":";;;AAAA,6CAAoC;AACpC,uCAAgD;AAEnC,QAAA,MAAM,GAAG,IAAA,mBAAK,EAAC,MAAM,EAAE;IAClC,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,KAAK;IACf,WAAW,EAAE,eAAI,GAAG,kBAAO;IAC3B,YAAY,EAAE,gBAAK;CACpB,CAAC,CAAC"}
1
+ {"version":3,"file":"debug.js","sourceRoot":"","sources":["../../../src/debug.ts"],"names":[],"mappings":";;;AAAA,6CAAoC;AACpC,uCAAgD;AAEnC,QAAA,MAAM,GAAG,IAAA,mBAAK,EAAC,UAAU,EAAE;IACtC,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,KAAK;IACf,WAAW,EAAE,eAAI,GAAG,kBAAO;IAC3B,YAAY,EAAE,gBAAK;CACpB,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { Debug } from 'af-tools-ts';
2
2
  import { bold, reset, magenta } from 'af-color';
3
- export const debugX = Debug('user', {
3
+ export const debugX = Debug('af-db-ts', {
4
4
  noTime: true,
5
5
  noPrefix: false,
6
6
  prefixColor: bold + magenta,
@@ -1 +1 @@
1
- {"version":3,"file":"debug.js","sourceRoot":"","sources":["../../../src/debug.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,EAAE;IAClC,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,KAAK;IACf,WAAW,EAAE,IAAI,GAAG,OAAO;IAC3B,YAAY,EAAE,KAAK;CACpB,CAAC,CAAC"}
1
+ {"version":3,"file":"debug.js","sourceRoot":"","sources":["../../../src/debug.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,EAAE;IACtC,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,KAAK;IACf,WAAW,EAAE,IAAI,GAAG,OAAO;IAC3B,YAAY,EAAE,KAAK;CACpB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "af-db-ts",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "A highly specialized function library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",
package/src/debug.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Debug } from 'af-tools-ts';
2
2
  import { bold, reset, magenta } from 'af-color';
3
3
 
4
- export const debugX = Debug('user', {
4
+ export const debugX = Debug('af-db-ts', {
5
5
  noTime: true,
6
6
  noPrefix: false,
7
7
  prefixColor: bold + magenta,