@nanostores/logger 0.2.3 → 0.2.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.
@@ -20,14 +20,14 @@ export interface CreatorLoggerOptions {
20
20
  nameGetter?: (creatorName: string, store: MapStore) => string
21
21
  }
22
22
 
23
- interface EventBuildStartPayload {
23
+ interface EventBuildPayload {
24
24
  creatorName: string
25
25
  store: MapStore
26
26
  storeName: string
27
27
  }
28
28
 
29
29
  interface BuildCreatorLoggerEvents {
30
- build: (payload: EventBuildPayloadBase) => void
30
+ build: (payload: EventBuildPayload) => void
31
31
  }
32
32
 
33
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanostores/logger",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Pretty logger of lifecycles, changes and actions for Nano Stores",
5
5
  "keywords": [
6
6
  "nanostores",