@hatiolab/things-scene 3.3.1 → 3.3.2
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.
- package/package.json +1 -1
- package/things-scene.d.ts +1 -1
- package/things-scene.mjs +1 -1
- package/schema.gql +0 -2773
package/package.json
CHANGED
package/things-scene.d.ts
CHANGED
|
@@ -178,7 +178,7 @@ declare module '@hatiolab/things-scene' {
|
|
|
178
178
|
|
|
179
179
|
class EventMap {
|
|
180
180
|
static get(name: string): any
|
|
181
|
-
static register(name: string, EventMap: any)
|
|
181
|
+
static register(name: string, EventMap: any): void
|
|
182
182
|
static unregister(name: string): void
|
|
183
183
|
}
|
|
184
184
|
|