@hatiolab/things-scene 3.0.32 → 3.0.33

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatiolab/things-scene",
3
- "version": "3.0.32",
3
+ "version": "3.0.33",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -163,7 +163,7 @@ declare module '@hatiolab/things-scene' {
163
163
  bounds?: BOUNDS
164
164
  inout?: 'in' | 'out' | 'inout'
165
165
  type?: string
166
- multiplicity?: boolean
166
+ multiplicity?: number
167
167
  draw?: (this: Anchor, context: CanvasRenderingContext2D, component: Component) => void
168
168
  filter?: (this: Anchor, linkEnd?: LinkEnd) => boolean
169
169
  template?: any