@ledgerhq/device-signer-kit-solana 1.6.0 → 1.6.1

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.
Files changed (71) hide show
  1. package/lib/cjs/api/SignerSolanaBuilder.js +1 -1
  2. package/lib/cjs/api/SignerSolanaBuilder.js.map +3 -3
  3. package/lib/cjs/api/SolanaToolsBuilder.js +1 -1
  4. package/lib/cjs/api/SolanaToolsBuilder.js.map +3 -3
  5. package/lib/cjs/api/app-binder/SignTransactionDeviceActionTypes.js +1 -1
  6. package/lib/cjs/api/app-binder/SignTransactionDeviceActionTypes.js.map +2 -2
  7. package/lib/cjs/internal/DefaultSignerSolana.test.js +1 -1
  8. package/lib/cjs/internal/DefaultSignerSolana.test.js.map +3 -3
  9. package/lib/cjs/internal/DefaultSolanaTools.test.js +1 -1
  10. package/lib/cjs/internal/DefaultSolanaTools.test.js.map +3 -3
  11. package/lib/cjs/internal/app-binder/SolanaAppBinder.js +1 -1
  12. package/lib/cjs/internal/app-binder/SolanaAppBinder.js.map +2 -2
  13. package/lib/cjs/internal/app-binder/SolanaAppBinder.test.js +1 -1
  14. package/lib/cjs/internal/app-binder/SolanaAppBinder.test.js.map +3 -3
  15. package/lib/cjs/internal/app-binder/device-action/SignTransactionDeviceAction.js +1 -1
  16. package/lib/cjs/internal/app-binder/device-action/SignTransactionDeviceAction.js.map +3 -3
  17. package/lib/cjs/internal/app-binder/device-action/SignTransactionDeviceAction.test.js +1 -1
  18. package/lib/cjs/internal/app-binder/device-action/SignTransactionDeviceAction.test.js.map +3 -3
  19. package/lib/cjs/internal/app-binder/task/BuildTransactionContextTask.test.js +1 -1
  20. package/lib/cjs/internal/app-binder/task/BuildTransactionContextTask.test.js.map +3 -3
  21. package/lib/cjs/internal/app-binder/task/ProvideTransactionContextTask.test.js +1 -1
  22. package/lib/cjs/internal/app-binder/task/ProvideTransactionContextTask.test.js.map +3 -3
  23. package/lib/cjs/internal/di.js +1 -1
  24. package/lib/cjs/internal/di.js.map +3 -3
  25. package/lib/cjs/package.json +2 -2
  26. package/lib/esm/api/SignerSolanaBuilder.js +1 -1
  27. package/lib/esm/api/SignerSolanaBuilder.js.map +3 -3
  28. package/lib/esm/api/SolanaToolsBuilder.js +1 -1
  29. package/lib/esm/api/SolanaToolsBuilder.js.map +3 -3
  30. package/lib/esm/api/app-binder/SignTransactionDeviceActionTypes.js.map +2 -2
  31. package/lib/esm/internal/DefaultSignerSolana.test.js +1 -1
  32. package/lib/esm/internal/DefaultSignerSolana.test.js.map +3 -3
  33. package/lib/esm/internal/DefaultSolanaTools.test.js +1 -1
  34. package/lib/esm/internal/DefaultSolanaTools.test.js.map +3 -3
  35. package/lib/esm/internal/app-binder/SolanaAppBinder.js +1 -1
  36. package/lib/esm/internal/app-binder/SolanaAppBinder.js.map +2 -2
  37. package/lib/esm/internal/app-binder/SolanaAppBinder.test.js +1 -1
  38. package/lib/esm/internal/app-binder/SolanaAppBinder.test.js.map +3 -3
  39. package/lib/esm/internal/app-binder/device-action/SignTransactionDeviceAction.js +1 -1
  40. package/lib/esm/internal/app-binder/device-action/SignTransactionDeviceAction.js.map +3 -3
  41. package/lib/esm/internal/app-binder/device-action/SignTransactionDeviceAction.test.js +1 -1
  42. package/lib/esm/internal/app-binder/device-action/SignTransactionDeviceAction.test.js.map +3 -3
  43. package/lib/esm/internal/app-binder/task/BuildTransactionContextTask.test.js +1 -1
  44. package/lib/esm/internal/app-binder/task/BuildTransactionContextTask.test.js.map +3 -3
  45. package/lib/esm/internal/app-binder/task/ProvideTransactionContextTask.test.js +1 -1
  46. package/lib/esm/internal/app-binder/task/ProvideTransactionContextTask.test.js.map +3 -3
  47. package/lib/esm/internal/di.js +1 -1
  48. package/lib/esm/internal/di.js.map +3 -3
  49. package/lib/esm/package.json +2 -2
  50. package/lib/types/api/SignerSolanaBuilder.d.ts.map +1 -1
  51. package/lib/types/api/SolanaToolsBuilder.d.ts.map +1 -1
  52. package/lib/types/api/app-binder/SignTransactionDeviceActionTypes.d.ts +1 -2
  53. package/lib/types/api/app-binder/SignTransactionDeviceActionTypes.d.ts.map +1 -1
  54. package/lib/types/internal/app-binder/SolanaAppBinder.d.ts.map +1 -1
  55. package/lib/types/internal/app-binder/device-action/SignTransactionDeviceAction.d.ts +7 -1
  56. package/lib/types/internal/app-binder/device-action/SignTransactionDeviceAction.d.ts.map +1 -1
  57. package/lib/types/internal/di.d.ts.map +1 -1
  58. package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
  59. package/package.json +7 -7
  60. package/lib/cjs/internal/app-binder/services/utils/NullLoggerPublisherService.js +0 -2
  61. package/lib/cjs/internal/app-binder/services/utils/NullLoggerPublisherService.js.map +0 -7
  62. package/lib/cjs/internal/app-binder/services/utils/NullLoggerPublisherService.test.js +0 -2
  63. package/lib/cjs/internal/app-binder/services/utils/NullLoggerPublisherService.test.js.map +0 -7
  64. package/lib/esm/internal/app-binder/services/utils/NullLoggerPublisherService.js +0 -2
  65. package/lib/esm/internal/app-binder/services/utils/NullLoggerPublisherService.js.map +0 -7
  66. package/lib/esm/internal/app-binder/services/utils/NullLoggerPublisherService.test.js +0 -2
  67. package/lib/esm/internal/app-binder/services/utils/NullLoggerPublisherService.test.js.map +0 -7
  68. package/lib/types/internal/app-binder/services/utils/NullLoggerPublisherService.d.ts +0 -3
  69. package/lib/types/internal/app-binder/services/utils/NullLoggerPublisherService.d.ts.map +0 -1
  70. package/lib/types/internal/app-binder/services/utils/NullLoggerPublisherService.test.d.ts +0 -2
  71. package/lib/types/internal/app-binder/services/utils/NullLoggerPublisherService.test.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "@ledgerhq/signer-utils": "^1.1.1",
3
+ "@ledgerhq/signer-utils": "^1.1.2",
4
4
  "@solana/spl-token": "^0.4.13",
5
5
  "@solana/web3.js": "^1.98.2",
6
6
  "bs58": "^6.0.0",
@@ -10,18 +10,18 @@
10
10
  "reflect-metadata": "0.2.2",
11
11
  "semver": "7.7.2",
12
12
  "xstate": "5.19.2",
13
- "@ledgerhq/context-module": "^1.12.0"
13
+ "@ledgerhq/context-module": "^1.13.0"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/semver": "7.7.0",
17
17
  "rxjs": "7.8.2",
18
18
  "ts-node": "10.9.2",
19
- "@ledgerhq/device-management-kit": "^1.0.0",
20
- "@ledgerhq/ldmk-tool": "^0.0.1",
19
+ "@ledgerhq/device-management-kit": "^1.0.1",
21
20
  "@ledgerhq/eslint-config-dsdk": "^0.0.2",
22
21
  "@ledgerhq/prettier-config-dsdk": "^0.0.2",
23
22
  "@ledgerhq/tsconfig-dsdk": "^1.0.1",
24
- "@ledgerhq/vitest-config-dmk": "^0.0.0"
23
+ "@ledgerhq/vitest-config-dmk": "^0.0.0",
24
+ "@ledgerhq/ldmk-tool": "^0.0.1"
25
25
  },
26
26
  "exports": {
27
27
  ".": {
@@ -41,14 +41,14 @@
41
41
  "license": "Apache-2.0",
42
42
  "name": "@ledgerhq/device-signer-kit-solana",
43
43
  "peerDependencies": {
44
- "@ledgerhq/device-management-kit": "^1.0.0"
44
+ "@ledgerhq/device-management-kit": "^1.0.1"
45
45
  },
46
46
  "private": false,
47
47
  "repository": {
48
48
  "type": "git",
49
49
  "url": "https://github.com/LedgerHQ/device-sdk-ts.git"
50
50
  },
51
- "version": "1.6.0",
51
+ "version": "1.6.1",
52
52
  "scripts": {
53
53
  "build": "pnpm ldmk-tool build --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json",
54
54
  "dev": "concurrently \"pnpm watch:builds\" \"pnpm watch:types\"",
@@ -1,2 +0,0 @@
1
- "use strict";var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var c=(r,e)=>{for(var i in e)t(r,i,{get:e[i],enumerable:!0})},l=(r,e,i,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let g of n(e))!b.call(r,g)&&g!==i&&t(r,g,{get:()=>e[g],enumerable:!(o=s(e,g))||o.enumerable});return r};var u=r=>l(t({},"__esModule",{value:!0}),r);var h={};c(h,{NullLoggerPublisherService:()=>a});module.exports=u(h);const a=r=>({debug:()=>{},info:()=>{},warn:()=>{},error:()=>{},subscribers:[]});0&&(module.exports={NullLoggerPublisherService});
2
- //# sourceMappingURL=NullLoggerPublisherService.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../src/internal/app-binder/services/utils/NullLoggerPublisherService.ts"],
4
- "sourcesContent": ["import type { LoggerPublisherService } from \"@ledgerhq/device-management-kit\";\n\nexport const NullLoggerPublisherService: (\n tag: string,\n) => LoggerPublisherService = (_tag: string) => ({\n debug: () => {\n // no-op\n },\n info: () => {\n // no-op\n },\n warn: () => {\n // no-op\n },\n error: () => {\n // no-op\n },\n subscribers: [],\n});\n"],
5
- "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gCAAAE,IAAA,eAAAC,EAAAH,GAEO,MAAME,EAEkBE,IAAkB,CAC/C,MAAO,IAAM,CAEb,EACA,KAAM,IAAM,CAEZ,EACA,KAAM,IAAM,CAEZ,EACA,MAAO,IAAM,CAEb,EACA,YAAa,CAAC,CAChB",
6
- "names": ["NullLoggerPublisherService_exports", "__export", "NullLoggerPublisherService", "__toCommonJS", "_tag"]
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";var e=require("vitest"),r=require("./NullLoggerPublisherService");(0,e.describe)("NullLoggerPublisherService",()=>{(0,e.it)("returns a LoggerPublisherService-like obj",()=>{const o=(0,r.NullLoggerPublisherService)("any-tag");(0,e.expect)(o).toBeDefined(),(0,e.expect)(typeof o.debug).toBe("function"),(0,e.expect)(typeof o.info).toBe("function"),(0,e.expect)(typeof o.warn).toBe("function"),(0,e.expect)(typeof o.error).toBe("function"),(0,e.expect)(Array.isArray(o.subscribers)).toBe(!0),(0,e.expect)(o.subscribers).toHaveLength(0)}),(0,e.it)("methods are no-ops (do not throw)",()=>{const o=(0,r.NullLoggerPublisherService)("test");(0,e.expect)(()=>o.debug("hello")).not.toThrow(),(0,e.expect)(()=>o.info("hello")).not.toThrow(),(0,e.expect)(()=>o.warn("hello")).not.toThrow(),(0,e.expect)(()=>o.error("hello")).not.toThrow(),(0,e.expect)(()=>o.debug("hello",{data:{a:1}})).not.toThrow()}),(0,e.it)("returns a new object per call (current implementation)",()=>{const o=(0,r.NullLoggerPublisherService)("x"),t=(0,r.NullLoggerPublisherService)("x");(0,e.expect)(o).not.toBe(t)})});
2
- //# sourceMappingURL=NullLoggerPublisherService.test.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../src/internal/app-binder/services/utils/NullLoggerPublisherService.test.ts"],
4
- "sourcesContent": ["import type { LoggerPublisherService } from \"@ledgerhq/device-management-kit\";\nimport { describe, expect, it } from \"vitest\";\n\nimport { NullLoggerPublisherService } from \"./NullLoggerPublisherService\";\n\ndescribe(\"NullLoggerPublisherService\", () => {\n it(\"returns a LoggerPublisherService-like obj\", () => {\n const logger = NullLoggerPublisherService(\n \"any-tag\",\n ) as LoggerPublisherService;\n\n expect(logger).toBeDefined();\n expect(typeof logger.debug).toBe(\"function\");\n expect(typeof logger.info).toBe(\"function\");\n expect(typeof logger.warn).toBe(\"function\");\n expect(typeof logger.error).toBe(\"function\");\n expect(Array.isArray(logger.subscribers)).toBe(true);\n expect(logger.subscribers).toHaveLength(0);\n });\n\n it(\"methods are no-ops (do not throw)\", () => {\n const logger = NullLoggerPublisherService(\"test\");\n\n expect(() => logger.debug(\"hello\")).not.toThrow();\n expect(() => logger.info(\"hello\")).not.toThrow();\n expect(() => logger.warn(\"hello\")).not.toThrow();\n expect(() => logger.error(\"hello\")).not.toThrow();\n\n expect(() => logger.debug(\"hello\", { data: { a: 1 } })).not.toThrow();\n });\n\n it(\"returns a new object per call (current implementation)\", () => {\n const logger1 = NullLoggerPublisherService(\"x\");\n const logger2 = NullLoggerPublisherService(\"x\");\n\n expect(logger1).not.toBe(logger2);\n });\n});\n"],
5
- "mappings": "aACA,IAAAA,EAAqC,kBAErCC,EAA2C,2CAE3C,YAAS,6BAA8B,IAAM,IAC3C,MAAG,4CAA6C,IAAM,CACpD,MAAMC,KAAS,8BACb,SACF,KAEA,UAAOA,CAAM,EAAE,YAAY,KAC3B,UAAO,OAAOA,EAAO,KAAK,EAAE,KAAK,UAAU,KAC3C,UAAO,OAAOA,EAAO,IAAI,EAAE,KAAK,UAAU,KAC1C,UAAO,OAAOA,EAAO,IAAI,EAAE,KAAK,UAAU,KAC1C,UAAO,OAAOA,EAAO,KAAK,EAAE,KAAK,UAAU,KAC3C,UAAO,MAAM,QAAQA,EAAO,WAAW,CAAC,EAAE,KAAK,EAAI,KACnD,UAAOA,EAAO,WAAW,EAAE,aAAa,CAAC,CAC3C,CAAC,KAED,MAAG,oCAAqC,IAAM,CAC5C,MAAMA,KAAS,8BAA2B,MAAM,KAEhD,UAAO,IAAMA,EAAO,MAAM,OAAO,CAAC,EAAE,IAAI,QAAQ,KAChD,UAAO,IAAMA,EAAO,KAAK,OAAO,CAAC,EAAE,IAAI,QAAQ,KAC/C,UAAO,IAAMA,EAAO,KAAK,OAAO,CAAC,EAAE,IAAI,QAAQ,KAC/C,UAAO,IAAMA,EAAO,MAAM,OAAO,CAAC,EAAE,IAAI,QAAQ,KAEhD,UAAO,IAAMA,EAAO,MAAM,QAAS,CAAE,KAAM,CAAE,EAAG,CAAE,CAAE,CAAC,CAAC,EAAE,IAAI,QAAQ,CACtE,CAAC,KAED,MAAG,yDAA0D,IAAM,CACjE,MAAMC,KAAU,8BAA2B,GAAG,EACxCC,KAAU,8BAA2B,GAAG,KAE9C,UAAOD,CAAO,EAAE,IAAI,KAAKC,CAAO,CAClC,CAAC,CACH,CAAC",
6
- "names": ["import_vitest", "import_NullLoggerPublisherService", "logger", "logger1", "logger2"]
7
- }
@@ -1,2 +0,0 @@
1
- const r=e=>({debug:()=>{},info:()=>{},warn:()=>{},error:()=>{},subscribers:[]});export{r as NullLoggerPublisherService};
2
- //# sourceMappingURL=NullLoggerPublisherService.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../src/internal/app-binder/services/utils/NullLoggerPublisherService.ts"],
4
- "sourcesContent": ["import type { LoggerPublisherService } from \"@ledgerhq/device-management-kit\";\n\nexport const NullLoggerPublisherService: (\n tag: string,\n) => LoggerPublisherService = (_tag: string) => ({\n debug: () => {\n // no-op\n },\n info: () => {\n // no-op\n },\n warn: () => {\n // no-op\n },\n error: () => {\n // no-op\n },\n subscribers: [],\n});\n"],
5
- "mappings": "AAEO,MAAMA,EAEkBC,IAAkB,CAC/C,MAAO,IAAM,CAEb,EACA,KAAM,IAAM,CAEZ,EACA,KAAM,IAAM,CAEZ,EACA,MAAO,IAAM,CAEb,EACA,YAAa,CAAC,CAChB",
6
- "names": ["NullLoggerPublisherService", "_tag"]
7
- }
@@ -1,2 +0,0 @@
1
- import{describe as i,expect as o,it as t}from"vitest";import{NullLoggerPublisherService as r}from"./NullLoggerPublisherService";i("NullLoggerPublisherService",()=>{t("returns a LoggerPublisherService-like obj",()=>{const e=r("any-tag");o(e).toBeDefined(),o(typeof e.debug).toBe("function"),o(typeof e.info).toBe("function"),o(typeof e.warn).toBe("function"),o(typeof e.error).toBe("function"),o(Array.isArray(e.subscribers)).toBe(!0),o(e.subscribers).toHaveLength(0)}),t("methods are no-ops (do not throw)",()=>{const e=r("test");o(()=>e.debug("hello")).not.toThrow(),o(()=>e.info("hello")).not.toThrow(),o(()=>e.warn("hello")).not.toThrow(),o(()=>e.error("hello")).not.toThrow(),o(()=>e.debug("hello",{data:{a:1}})).not.toThrow()}),t("returns a new object per call (current implementation)",()=>{const e=r("x"),n=r("x");o(e).not.toBe(n)})});
2
- //# sourceMappingURL=NullLoggerPublisherService.test.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../src/internal/app-binder/services/utils/NullLoggerPublisherService.test.ts"],
4
- "sourcesContent": ["import type { LoggerPublisherService } from \"@ledgerhq/device-management-kit\";\nimport { describe, expect, it } from \"vitest\";\n\nimport { NullLoggerPublisherService } from \"./NullLoggerPublisherService\";\n\ndescribe(\"NullLoggerPublisherService\", () => {\n it(\"returns a LoggerPublisherService-like obj\", () => {\n const logger = NullLoggerPublisherService(\n \"any-tag\",\n ) as LoggerPublisherService;\n\n expect(logger).toBeDefined();\n expect(typeof logger.debug).toBe(\"function\");\n expect(typeof logger.info).toBe(\"function\");\n expect(typeof logger.warn).toBe(\"function\");\n expect(typeof logger.error).toBe(\"function\");\n expect(Array.isArray(logger.subscribers)).toBe(true);\n expect(logger.subscribers).toHaveLength(0);\n });\n\n it(\"methods are no-ops (do not throw)\", () => {\n const logger = NullLoggerPublisherService(\"test\");\n\n expect(() => logger.debug(\"hello\")).not.toThrow();\n expect(() => logger.info(\"hello\")).not.toThrow();\n expect(() => logger.warn(\"hello\")).not.toThrow();\n expect(() => logger.error(\"hello\")).not.toThrow();\n\n expect(() => logger.debug(\"hello\", { data: { a: 1 } })).not.toThrow();\n });\n\n it(\"returns a new object per call (current implementation)\", () => {\n const logger1 = NullLoggerPublisherService(\"x\");\n const logger2 = NullLoggerPublisherService(\"x\");\n\n expect(logger1).not.toBe(logger2);\n });\n});\n"],
5
- "mappings": "AACA,OAAS,YAAAA,EAAU,UAAAC,EAAQ,MAAAC,MAAU,SAErC,OAAS,8BAAAC,MAAkC,+BAE3CH,EAAS,6BAA8B,IAAM,CAC3CE,EAAG,4CAA6C,IAAM,CACpD,MAAME,EAASD,EACb,SACF,EAEAF,EAAOG,CAAM,EAAE,YAAY,EAC3BH,EAAO,OAAOG,EAAO,KAAK,EAAE,KAAK,UAAU,EAC3CH,EAAO,OAAOG,EAAO,IAAI,EAAE,KAAK,UAAU,EAC1CH,EAAO,OAAOG,EAAO,IAAI,EAAE,KAAK,UAAU,EAC1CH,EAAO,OAAOG,EAAO,KAAK,EAAE,KAAK,UAAU,EAC3CH,EAAO,MAAM,QAAQG,EAAO,WAAW,CAAC,EAAE,KAAK,EAAI,EACnDH,EAAOG,EAAO,WAAW,EAAE,aAAa,CAAC,CAC3C,CAAC,EAEDF,EAAG,oCAAqC,IAAM,CAC5C,MAAME,EAASD,EAA2B,MAAM,EAEhDF,EAAO,IAAMG,EAAO,MAAM,OAAO,CAAC,EAAE,IAAI,QAAQ,EAChDH,EAAO,IAAMG,EAAO,KAAK,OAAO,CAAC,EAAE,IAAI,QAAQ,EAC/CH,EAAO,IAAMG,EAAO,KAAK,OAAO,CAAC,EAAE,IAAI,QAAQ,EAC/CH,EAAO,IAAMG,EAAO,MAAM,OAAO,CAAC,EAAE,IAAI,QAAQ,EAEhDH,EAAO,IAAMG,EAAO,MAAM,QAAS,CAAE,KAAM,CAAE,EAAG,CAAE,CAAE,CAAC,CAAC,EAAE,IAAI,QAAQ,CACtE,CAAC,EAEDF,EAAG,yDAA0D,IAAM,CACjE,MAAMG,EAAUF,EAA2B,GAAG,EACxCG,EAAUH,EAA2B,GAAG,EAE9CF,EAAOI,CAAO,EAAE,IAAI,KAAKC,CAAO,CAClC,CAAC,CACH,CAAC",
6
- "names": ["describe", "expect", "it", "NullLoggerPublisherService", "logger", "logger1", "logger2"]
7
- }
@@ -1,3 +0,0 @@
1
- import type { LoggerPublisherService } from "@ledgerhq/device-management-kit";
2
- export declare const NullLoggerPublisherService: (tag: string) => LoggerPublisherService;
3
- //# sourceMappingURL=NullLoggerPublisherService.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NullLoggerPublisherService.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/app-binder/services/utils/NullLoggerPublisherService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAE9E,eAAO,MAAM,0BAA0B,EAAE,CACvC,GAAG,EAAE,MAAM,KACR,sBAcH,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=NullLoggerPublisherService.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NullLoggerPublisherService.test.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/app-binder/services/utils/NullLoggerPublisherService.test.ts"],"names":[],"mappings":""}