@metamask-previews/logging-controller 7.0.0-preview-d4351f75 → 7.0.0-preview-bf3ab7d

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.
@@ -18,6 +18,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
18
18
  * Export all other types from these files for usage by clients
19
19
  */
20
20
  __exportStar(require("./EthSignLog.cjs"), exports);
21
- __exportStar(require("./GenericLog.cjs"), exports);
22
21
  __exportStar(require("./LogType.cjs"), exports);
23
22
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAQA;;GAEG;AACH,mDAA6B;AAC7B,mDAA6B;AAC7B,gDAA0B","sourcesContent":["import type { EthSignLog } from './EthSignLog';\nimport type { GenericLog } from './GenericLog';\n\n/**\n * Union of all possible log data structures.\n */\nexport type Log = EthSignLog | GenericLog;\n\n/**\n * Export all other types from these files for usage by clients\n */\nexport * from './EthSignLog';\nexport * from './GenericLog';\nexport * from './LogType';\n"]}
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAQA;;GAEG;AACH,mDAA6B;AAE7B,gDAA0B","sourcesContent":["import type { EthSignLog } from './EthSignLog';\nimport type { GenericLog } from './GenericLog';\n\n/**\n * Union of all possible log data structures.\n */\nexport type Log = EthSignLog | GenericLog;\n\n/**\n * Export all other types from these files for usage by clients\n */\nexport * from './EthSignLog';\nexport type * from './GenericLog';\nexport * from './LogType';\n"]}
@@ -8,6 +8,6 @@ export type Log = EthSignLog | GenericLog;
8
8
  * Export all other types from these files for usage by clients
9
9
  */
10
10
  export * from "./EthSignLog.cjs";
11
- export * from "./GenericLog.cjs";
11
+ export type * from "./GenericLog.cjs";
12
12
  export * from "./LogType.cjs";
13
13
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAE/C;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1C;;GAEG;AACH,iCAA6B;AAC7B,iCAA6B;AAC7B,8BAA0B"}
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAE/C;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1C;;GAEG;AACH,iCAA6B;AAC7B,sCAAkC;AAClC,8BAA0B"}
@@ -8,6 +8,6 @@ export type Log = EthSignLog | GenericLog;
8
8
  * Export all other types from these files for usage by clients
9
9
  */
10
10
  export * from "./EthSignLog.mjs";
11
- export * from "./GenericLog.mjs";
11
+ export type * from "./GenericLog.mjs";
12
12
  export * from "./LogType.mjs";
13
13
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAE/C;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1C;;GAEG;AACH,iCAA6B;AAC7B,iCAA6B;AAC7B,8BAA0B"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAqB;AAE/C;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1C;;GAEG;AACH,iCAA6B;AAC7B,sCAAkC;AAClC,8BAA0B"}
@@ -2,6 +2,5 @@
2
2
  * Export all other types from these files for usage by clients
3
3
  */
4
4
  export * from "./EthSignLog.mjs";
5
- export * from "./GenericLog.mjs";
6
5
  export * from "./LogType.mjs";
7
6
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,iCAA6B;AAC7B,iCAA6B;AAC7B,8BAA0B","sourcesContent":["import type { EthSignLog } from './EthSignLog';\nimport type { GenericLog } from './GenericLog';\n\n/**\n * Union of all possible log data structures.\n */\nexport type Log = EthSignLog | GenericLog;\n\n/**\n * Export all other types from these files for usage by clients\n */\nexport * from './EthSignLog';\nexport * from './GenericLog';\nexport * from './LogType';\n"]}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/logTypes/index.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,iCAA6B;AAE7B,8BAA0B","sourcesContent":["import type { EthSignLog } from './EthSignLog';\nimport type { GenericLog } from './GenericLog';\n\n/**\n * Union of all possible log data structures.\n */\nexport type Log = EthSignLog | GenericLog;\n\n/**\n * Export all other types from these files for usage by clients\n */\nexport * from './EthSignLog';\nexport type * from './GenericLog';\nexport * from './LogType';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/logging-controller",
3
- "version": "7.0.0-preview-d4351f75",
3
+ "version": "7.0.0-preview-bf3ab7d",
4
4
  "description": "Manages logging data to assist users and support staff",
5
5
  "keywords": [
6
6
  "MetaMask",