@genesislcap/foundation-state-machine 14.79.2-alpha-9debc2e.0 → 14.81.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * @public
3
3
  */
4
- export declare const logger: import("@genesislcap/foundation-utils").Logger;
4
+ export declare const logger: import("@genesislcap/foundation-logger").Logger;
5
5
  //# sourceMappingURL=logger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,MAAM,gDAA2C,CAAC"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,MAAM,iDAA2C,CAAC"}
@@ -1,4 +1,4 @@
1
- import { createLogger } from '@genesislcap/foundation-utils';
1
+ import { createLogger } from '@genesislcap/foundation-logger';
2
2
  /**
3
3
  * @public
4
4
  */
@@ -3788,12 +3788,12 @@
3788
3788
  },
3789
3789
  {
3790
3790
  "kind": "Content",
3791
- "text": "import(\"@genesislcap/foundation-utils\")."
3791
+ "text": "import(\"@genesislcap/foundation-logger\")."
3792
3792
  },
3793
3793
  {
3794
3794
  "kind": "Reference",
3795
3795
  "text": "Logger",
3796
- "canonicalReference": "@genesislcap/foundation-utils!Logger:interface"
3796
+ "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
3797
3797
  }
3798
3798
  ],
3799
3799
  "fileUrlPath": "src/utils/logger.ts",
@@ -24,7 +24,7 @@ import type { InterpreterFrom } from 'xstate';
24
24
  import type { InterpreterOptions } from 'xstate';
25
25
  import type { IRetryBackoffContext } from 'cockatiel';
26
26
  import { IRetryContext } from 'cockatiel';
27
- import { Logger } from '@genesislcap/foundation-utils';
27
+ import { Logger } from '@genesislcap/foundation-logger';
28
28
  import { MachineContext as MachineContext_2 } from 'xstate';
29
29
  import { Message } from '@genesislcap/foundation-comms';
30
30
  import type { NoInfer } from 'xstate';
@@ -8,5 +8,5 @@
8
8
  **Signature:**
9
9
 
10
10
  ```typescript
11
- logger: import("@genesislcap/foundation-utils").Logger
11
+ logger: import("@genesislcap/foundation-logger").Logger
12
12
  ```
@@ -30,7 +30,7 @@ import type { InterpreterFrom } from 'xstate';
30
30
  import type { InterpreterOptions } from 'xstate';
31
31
  import type { IRetryBackoffContext } from 'cockatiel';
32
32
  import { IRetryContext } from 'cockatiel';
33
- import { Logger } from '@genesislcap/foundation-utils';
33
+ import { Logger } from '@genesislcap/foundation-logger';
34
34
  import { MachineContext as MachineContext_2 } from 'xstate';
35
35
  import { Message } from '@genesislcap/foundation-comms';
36
36
  import type { NoInfer } from 'xstate';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-state-machine",
3
3
  "description": "Genesis Foundation State Machine",
4
- "version": "14.79.2-alpha-9debc2e.0",
4
+ "version": "14.81.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -34,13 +34,14 @@
34
34
  "test": "genx test"
35
35
  },
36
36
  "devDependencies": {
37
- "@genesislcap/foundation-testing": "14.79.2-alpha-9debc2e.0",
38
- "@genesislcap/genx": "14.79.2-alpha-9debc2e.0",
37
+ "@genesislcap/foundation-testing": "14.81.0",
38
+ "@genesislcap/genx": "14.81.0",
39
39
  "rimraf": "^3.0.2"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/foundation-comms": "14.79.2-alpha-9debc2e.0",
43
- "@genesislcap/foundation-utils": "14.79.2-alpha-9debc2e.0",
42
+ "@genesislcap/foundation-comms": "14.81.0",
43
+ "@genesislcap/foundation-logger": "14.81.0",
44
+ "@genesislcap/foundation-utils": "14.81.0",
44
45
  "@microsoft/fast-element": "^1.7.0",
45
46
  "@microsoft/fast-foundation": "^2.33.2",
46
47
  "cockatiel": "^3.1.1",
@@ -56,5 +57,5 @@
56
57
  "publishConfig": {
57
58
  "access": "public"
58
59
  },
59
- "gitHead": "ec3885e8c184ec6ff0234a716ddece0ee6e066e1"
60
+ "gitHead": "6f2d59820f20c84c0910281cc172931db6ce7543"
60
61
  }